Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
AppleEventの意味・使い方・読み方 | Weblio英和辞書
[go: Go Back, main page]


小窓モード


プレミアム

ログイン
設定

設定

AppleEventとは 意味・読み方・使い方

ピン留め

追加できません

(登録数上限)

単語を追加

意味・対訳 AppleEventとは、AppleのMacintosh上で、複数の異なるアプリケーションを連携させる仕組みのことである。

日英・英日専門用語辞書での「AppleEvent」の意味

AppleEvent

アップルイベント

「AppleEvent」を含む例文一覧

該当件数 : 16



例文

3.4 aetypes -- AppleEvent objects発音を聞く 例文帳に追加

3.4 aetypes -- AppleEvent オブジェクト - Python

A class that handles AppleEvent dispatch.発音を聞く 例文帳に追加

AppleEventの分岐を処理するクラス。 - Python

They are implemented as wrappers around the AppleEvent例文帳に追加

これらの機能はファインダへのAppleEvent - Python

Conversion between Python variables and AppleEvent data containers.例文帳に追加

Python変数とAppleEventデータコンテナ間の変換 - Python

3.3 aepack -- Conversion between Python variables and AppleEvent data containers発音を聞く 例文帳に追加

3.3 aepack -- Python変数とAppleEventデータコンテナ間の変換 - Python

AppleEvent descriptors with descriptor type typeFSS are returned as FSSpec objects.例文帳に追加

ディスクリプタ型がtypeFSSであるAppleEventディスクリプタが、FSSpec オブジェクトとして返されます。 - Python

例文

When a matching AppleEvent is received the parameters are decoded and your callback is invoked.例文帳に追加

対応するAppleEventを受けるとパラメータがデコードされ、与えたコールバックが呼び出されます。 - Python

>>例文の一覧を見る

調べた例文を記録して、 効率よく覚えましょう
Weblio会員登録無料で登録できます!
  • 履歴機能
    履歴機能
    過去に調べた
    単語を確認!
  • 語彙力診断
    語彙力診断
    診断回数が
    増える!
  • マイ単語帳
    マイ単語帳
    便利な
    学習機能付き!
  • マイ例文帳
    マイ例文帳
    文章で
    単語を理解!
  • その他にも便利な機能が満載!
Weblio会員登録(無料)はこちらから

Weblio英和対訳辞書での「AppleEvent」の意味

AppleEvent

Weblio英和対訳辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

Weblio例文辞書での「AppleEvent」に類似した例文

apple event

Weblio例文辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

appleevent

3

アップルクランブル.

例文

apple peel

8

リンゴの(むいた)

例文

an apple-paring

9

リンゴタルト.

10

リンゴのをむいてください

例文

pare apples

例文

an apple corer

16

例文

a chestnut-burr

20

イチゴジャム

24

例文

a peach-stone

例文

lemonade

例文

the strawberry

例文

a pudding-face

例文

bananas

例文

a persimmon-pip

Weblio例文辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

「AppleEvent」を含む例文一覧

該当件数 : 16



例文

The aepack module defines functions for converting (packing)Python variables to AppleEvent descriptors and back (unpacking).Within Python the AppleEvent descriptor is handled by Python objects of built-in type AEDesc, defined in module例文帳に追加

aepack モジュールは、Python 変数から AppleEvent ディスクリプタへの変換(パック)と、その逆に変換(アンパック)する関数を定義しています。 Python 内では AppleEvent ディスクリプタは、組み込み型である AEDesc のPython オブジェクトとして扱われます。 - Python

Create the AppleEvent Carbon.AE.AEDesc for the verb with the OSA designation code, subcode (which are the usual 4-characterstrings), pack the parameters and attributes into it, send it to the target application, wait for the reply, unpack the reply with unpackevent and return the reply appleevent, the unpacked return values as a dictionary and the return attributes.例文帳に追加

OSA指示子 code, subcode (いずれも通常4文字の文字列です)を持った変数のために、parameters をパックし、attributesに戻し、目標アプリケーションにそれを送って、返答を待ち、unpackevent を含んだ返答をアンパックし、AppleEvent の返答を返し、辞書としてアンパックした値と属性を返して、AppleEvent Carbon.AE.AEDesc を作成します。 - Python

This function returns a Python object representation of the data in the AppleEvent descriptor x.例文帳に追加

この関数は、Apple Eventディスクリプタ x のデータのPythonオブジェクト表現を返します。 - Python

Simple AppleEvent data types (integer,text, float) are returned as their obvious Python counterparts.Apple Event lists are returned as Python lists, and the list elements are recursively unpacked.例文帳に追加

単純なAppleEventデータ型(整数、テキスト、浮動少数点数)の、対応するPython型が返されます。 Apple EventリストはPythonリストとして返され、リストの要素は再帰的にアンパックされます。 - Python

The exception to this is when you cannot use a generated suite package and need lower-levelaccess to scripting.The aetools module itself uses the AppleEvent support provided by the Carbon.AE module.例文帳に追加

生成されたパッケージ群を使用することができない場合と、スクリプト対応のためにより低いレベルのアクセスを必要としている場合、例外が発生します。 aetools モジュールはそれ自身、Carbon.AE モジュールによって提供される AppleEvent サポートを利用します。 - Python

AppleEvent record descriptors are returned as Pythondictionaries, with 4-character string keys and elements recursivelyunpacked.The optional formodulename argument is used by the stub packages generated by gensuitemodule, and ensures that the OSA classes for object specifiers are looked up in the correct module.例文帳に追加

AppleEventレコードディスクリプタが、再帰的にアンパックされた、型の4文字キーと要素を持つPython辞書として返されます。 オプションの formodulename 引数は gensuitemodule より作成されるスタブパッケージにより利用され、オブジェクト指定子のための OSA クラスをモジュールの中で見つけられることを保証します。 - Python

AppleEvents which have non-identifier 4-character designators for arguments are not implementable, and it is not possible to return an error to the originator.例文帳に追加

引数に名前ではない4文字の指定子を持つAppleEventはまだ実装されていないし、イベントの送信側にエラーを返すこともできません。 - Python

例文

As distributed the Python library includes packages that implement the standard suites, plus packages that interface to a small number of common applications.To send AppleEvents to an application you must first create the Python package interfacing to the terminology of the application (whatScript Editor calls the "Dictionary").例文帳に追加

配布されている Python ライブラリは、Standard Suite を実装したパッケージに加えて、いくつかの一般的なアプリケーションへのインターフェースを実装したパッケージが含まれています。 アプリケーションに AppleEvent を送るためには、アプリケーションの用語(Script Editorが「辞書」と呼ぶもの)に接続する Python パッケージを最初に作成しなければなりません。 - Python

>>例文の一覧を見る

「AppleEvent」の意味に関連した用語
1
アップルイベント 日英・英日専門用語


AppleEventのページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   
日中韓辭典研究所日中韓辭典研究所
Copyright © 2026 CJKI. All Rights Reserved

ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

このモジュールを今後表示しない
みんなの検索ランキング
閲覧履歴
無料会員登録をすると、
単語の閲覧履歴を
確認できます。
無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS