Home
last modified time | relevance | path

Searched refs:OSA (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Doc/library/
Daetypes.rst17 Python type: ``typeText`` in OSA is a Python string, ``typeFloat`` is a float,
18 etc. For OSA types that have no direct Python counterpart this module declares
25 module contains the base classes for OSA classes and properties, which are used
31 contains object specifiers for a number of common OSA classes such as
46 The representation of OSA descriptor data for which the :mod:`aepack` and
103 An OSA type value with the given 4-character name.
108 An OSA keyword with the given 4-character name.
137 Abstract baseclass for an OSA class. The subclass should set the class attribute
138 ``want`` to the 4-character OSA class code. Instances of subclasses of this
145 Abstract baseclass for an OSA property. The subclass should set the class
[all …]
Dminiaeframe.rst7 :synopsis: Support to act as an Open Scripting Architecture (OSA) server ("Apple Events").
16 function as an Open Scripting Architecture (OSA) server, i.e. receive and
48 Installs an AppleEvent handler. *classe* and *type* are the four-character OSA
55 Your callback is called with the OSA Direct Object as first positional
Daetools.rst2 :mod:`aetools` --- OSA client support
36 ``parameters`` and ``attributes`` are dictionaries mapping 4-character OSA
53 by the four-character OSA keys according to the mapping specified in
61 Python enumeration names to the OSA 4-character codes. Used by the generated
84 Create the AppleEvent ``Carbon.AE.AEDesc`` for the verb with the OSA designation
Dmacosa.rst5 MacPython OSA Modules
9 Architecture (OSA, also commonly referred to as AppleScript) for Python,
14 For a description of the various components of AppleScript and OSA, and to get
18 Architecture" document explains how to use OSA from an application programmers
Dgensuitemodule.rst2 :mod:`gensuitemodule` --- Generate OSA stub packages
7 :synopsis: Create a stub package from an OSA dictionary
38 This function asks the application for its OSA terminology resources, decodes
Dcarbon.rst388 :mod:`Carbon.OSA` --- Carbon OSA Interface
391 .. module:: Carbon.OSA
393 :synopsis: Interface to the Carbon OSA Library.
396 :mod:`Carbon.OSAconst` --- Carbon OSA Interface constants
401 :synopsis: Constants for the interface to the Carbon OSA Library.
Daepack.rst78 by :mod:`gensuitemodule`, and ensures that the OSA classes for object specifiers
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/
Dit-IT_klex.pkb138 …��������������������������cerchi�certaRT!$OS1certe.T!$OS;certiCT!$OSAcerto/T!$OSKcerto…
163 ACKGM!+OS1IK comporti BCKGM!+OSA comporti 3CKGM!KOSA comportino
503 4SO!<C0!2OSA¿4M"ZISKAIS;OOK1S!B[KC1MK[!,ESK×2M!<Oß23!%S1à2!2C!LI1W"%ISK?O!2[;à\/2!2C!LI1W…
/external/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp1220 unsigned OSA = BaseOrd[A.first.SrcR], OSB = BaseOrd[B.first.SrcR]; in operator ()() local
1221 if (OSA != OSB) in operator ()()
1222 return OSA < OSB; in operator ()()
/external/python/cpython2/Doc/whatsnew/
D2.2.rst1150 MacPython IDE, possibly using Python as a standard OSA scripting language and
1166 possibly using Python as a standard OSA scripting language and much
/external/python/cpython2/Misc/
DHISTORY4191 - The OSA modules now allow direct access to properties of the
4493 - OSA Scripting support has improved a lot, and gensuitemodule.py can now
5951 including the Carbon modules, the IDE, OSA support, etc. A lot of this
5996 - OSA support has been redesigned and the generated Python classes now
5997 mirror the inheritance defined by the underlying OSA classes.