Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
368875c2
Kaydet (Commit)
368875c2
authored
Ock 22, 2002
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Regenerated to take advantage of new _builtinSuites package.
üst
d50c66b1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
375 additions
and
429 deletions
+375
-429
CodeWarrior_suite.py
Mac/Lib/lib-scriptpackages/CodeWarrior/CodeWarrior_suite.py
+37
-59
Metrowerks_Shell_Suite.py
.../lib-scriptpackages/CodeWarrior/Metrowerks_Shell_Suite.py
+0
-0
Required.py
Mac/Lib/lib-scriptpackages/CodeWarrior/Required.py
+1
-1
Standard_Suite.py
Mac/Lib/lib-scriptpackages/CodeWarrior/Standard_Suite.py
+19
-32
__init__.py
Mac/Lib/lib-scriptpackages/CodeWarrior/__init__.py
+2
-1
AppleScript_Suite.py
Mac/Lib/lib-scriptpackages/StdSuites/AppleScript_Suite.py
+160
-162
Macintosh_Connectivity_Clas.py
...b-scriptpackages/StdSuites/Macintosh_Connectivity_Clas.py
+26
-42
QuickDraw_Graphics_Suite.py
.../lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suite.py
+40
-41
QuickDraw_Graphics_Suppleme.py
...b-scriptpackages/StdSuites/QuickDraw_Graphics_Suppleme.py
+2
-2
Required_Suite.py
Mac/Lib/lib-scriptpackages/StdSuites/Required_Suite.py
+3
-2
Standard_Suite.py
Mac/Lib/lib-scriptpackages/StdSuites/Standard_Suite.py
+31
-30
Table_Suite.py
Mac/Lib/lib-scriptpackages/StdSuites/Table_Suite.py
+4
-4
Text_Suite.py
Mac/Lib/lib-scriptpackages/StdSuites/Text_Suite.py
+14
-18
Type_Names_Suite.py
Mac/Lib/lib-scriptpackages/StdSuites/Type_Names_Suite.py
+34
-34
__init__.py
Mac/Lib/lib-scriptpackages/StdSuites/__init__.py
+2
-1
No files found.
Mac/Lib/lib-scriptpackages/CodeWarrior/CodeWarrior_suite.py
Dosyayı görüntüle @
368875c2
"""Suite CodeWarrior suite: Terms for scripting the CodeWarrior IDE
Level 0, version 0
Generated from M
acintosh HD:SWdev:CodeWarrior 6 MPTP:Metrowerks CodeWarrior:CodeWarrior IDE 4.1B9
Generated from M
oes:Applications (Mac OS 9):Metrowerks CodeWarrior 7.0:Metrowerks CodeWarrior:CodeWarrior IDE 4.2.6
AETE/AEUT resource version 1/0, language 0, script 0
"""
...
...
@@ -257,49 +257,42 @@ build_progress_documents = build_progress_document
class
catalog_document
(
aetools
.
ComponentItem
):
"""catalog document - a browser catalog document """
want
=
'CTLG'
# repeated property inherits all properties and elements of the given class are inherited by this class.
catalog_documents
=
catalog_document
class
class_browser
(
aetools
.
ComponentItem
):
"""class browser - a class browser """
want
=
'BROW'
# repeated property inherits all properties and elements of the given class are inherited by this class.
class_browsers
=
class_browser
class
class_hierarchy
(
aetools
.
ComponentItem
):
"""class hierarchy - a class hierarchy document """
want
=
'HIER'
# repeated property inherits all properties and elements of the given class are inherited by this class.
class_hierarchies
=
class_hierarchy
class
editor_document
(
aetools
.
ComponentItem
):
"""editor document - an editor document """
want
=
'EDIT'
# repeated property inherits all properties and elements of the given class are inherited by this class.
editor_documents
=
editor_document
class
file_compare_document
(
aetools
.
ComponentItem
):
"""file compare document - a file compare document """
want
=
'COMP'
# repeated property inherits all properties and elements of the given class are inherited by this class.
file_compare_documents
=
file_compare_document
class
message_document
(
aetools
.
ComponentItem
):
"""message document - a message document """
want
=
'MSSG'
# repeated property inherits all properties and elements of the given class are inherited by this class.
message_documents
=
message_document
class
project_document
(
aetools
.
ComponentItem
):
"""project document - a project document """
want
=
'PRJD'
# repeated property inherits all properties and elements of the given class are inherited by this class.
class
current_target
(
aetools
.
NProperty
):
"""current target - the current target """
which
=
'CURT'
...
...
@@ -311,28 +304,24 @@ project_documents = project_document
class
project_inspector
(
aetools
.
ComponentItem
):
"""project inspector - the project inspector """
want
=
'INSP'
# repeated property inherits all properties and elements of the given class are inherited by this class.
project_inspectors
=
project_inspector
class
single_class_browser
(
aetools
.
ComponentItem
):
"""single class browser - a single class browser """
want
=
'1BRW'
# repeated property inherits all properties and elements of the given class are inherited by this class.
single_class_browsers
=
single_class_browser
class
single_class_hierarchy
(
aetools
.
ComponentItem
):
"""single class hierarchy - a single class hierarchy document """
want
=
'1HIR'
# repeated property inherits all properties and elements of the given class are inherited by this class.
single_class_hierarchies
=
single_class_hierarchy
class
subtarget
(
aetools
.
ComponentItem
):
"""subtarget - a target that is prerequisite for another target """
want
=
'SBTG'
# repeated property inherits all properties and elements of the given class are inherited by this class.
class
target
(
aetools
.
NProperty
):
"""target - the target that is dependent on this subtarget """
which
=
'TrgT'
...
...
@@ -347,7 +336,6 @@ subtargets = subtarget
class
symbol_browser
(
aetools
.
ComponentItem
):
"""symbol browser - a symbol browser """
want
=
'SYMB'
# repeated property inherits all properties and elements of the given class are inherited by this class.
symbol_browsers
=
symbol_browser
...
...
@@ -358,10 +346,6 @@ class name(aetools.NProperty):
"""name - """
which
=
'pnam'
want
=
'itxt'
class
index
(
aetools
.
NProperty
):
"""index - the number of the target """
which
=
'pidx'
want
=
'long'
class
project_document
(
aetools
.
NProperty
):
"""project document - the project document that contains this target """
which
=
'PrjD'
...
...
@@ -382,7 +366,6 @@ class type(aetools.NProperty):
"""type - the type of source file """
which
=
'FTYP'
want
=
'FTYP'
# repeated property index the number of the target file
class
location
(
aetools
.
NProperty
):
"""location - the location of the target file on disk """
which
=
'FILE'
...
...
@@ -445,7 +428,6 @@ target_files = target_file
class
text_document
(
aetools
.
ComponentItem
):
"""text document - a document that contains text """
want
=
'TXTD'
# repeated property inherits all properties and elements of the given class are inherited by this class.
class
modified
(
aetools
.
NProperty
):
"""modified - Has the document been modified since the last save? """
which
=
'imod'
...
...
@@ -464,7 +446,6 @@ text_documents = text_document
class
ToolServer_worksheet
(
aetools
.
ComponentItem
):
"""ToolServer worksheet - a ToolServer worksheet """
want
=
'TOOL'
# repeated property inherits all properties and elements of the given class are inherited by this class.
ToolServer_worksheets
=
ToolServer_worksheet
build_progress_document
.
_propdict
=
{
...
...
@@ -538,7 +519,6 @@ symbol_browser._elemdict = {
}
target
.
_propdict
=
{
'name'
:
name
,
'index'
:
index
,
'project_document'
:
project_document
,
}
target
.
_elemdict
=
{
...
...
@@ -548,7 +528,6 @@ target._elemdict = {
target_file
.
_propdict
=
{
'id'
:
id
,
'type'
:
type
,
'index'
:
index
,
'location'
:
location
,
'path'
:
path
,
'linked'
:
linked
,
...
...
@@ -629,59 +608,58 @@ _Enum_PERM = {
# Indices of types declared in this module
#
_classdeclarations
=
{
'TOOL'
:
ToolServer_worksheet
,
'1HIR'
:
single_class_hierarchy
,
'SRCF'
:
target_file
,
'TXTD'
:
text_document
,
'TRGT'
:
target
,
'HIER'
:
class_hierarchy
,
'CTLG'
:
catalog_document
,
'1BRW'
:
single_class_browser
,
'MSSG'
:
message_document
,
'INSP'
:
project_inspector
,
'BROW'
:
class_browser
,
'COMP'
:
file_compare_document
,
'EDIT'
:
editor_document
,
'PRJD'
:
project_document
,
'SBTG'
:
subtarget
,
'SYMB'
:
symbol_browser
,
'EDIT'
:
editor_document
,
'COMP'
:
file_compare_document
,
'BROW'
:
class_browser
,
'SBTG'
:
subtarget
,
'MSSG'
:
message_document
,
'INSP'
:
project_inspector
,
'TXTD'
:
text_document
,
'CTLG'
:
catalog_document
,
'HIER'
:
class_hierarchy
,
'TRGT'
:
target
,
'PRGS'
:
build_progress_document
,
'SRCF'
:
target_file
,
'TOOL'
:
ToolServer_worksheet
,
'1HIR'
:
single_class_hierarchy
,
}
_propdeclarations
=
{
'PRER'
:
prerequisites
,
'DBUG'
:
debug
,
'CSZE'
:
code_size
,
'CURT'
:
current_target
,
'PrjD'
:
project_document
,
'MRGE'
:
merge_output
,
'WEAK'
:
weak_link
,
'DPND'
:
dependents
,
'c@#^'
:
inherits
,
'ID '
:
id
,
'CMPD'
:
compiled_date
,
'LIDX'
:
link_index
,
'FILE'
:
location
,
'Path'
:
path
,
'pnam'
:
name
,
'TrgT'
:
target
,
'LNKO'
:
link_against_output
,
'imod'
:
modified
,
'sele'
:
selection
,
'DSZE'
:
data_size
,
'FTYP'
:
type
,
'MODD'
:
modified_date
,
'INIT'
:
init_before
,
'sele'
:
selection
,
'imod'
:
modified
,
'DPND'
:
dependents
,
'FILE'
:
location
,
'LIDX'
:
link_index
,
'MODD'
:
modified_date
,
'FTYP'
:
type
,
'TrgT'
:
target
,
'pnam'
:
name
,
'LINK'
:
linked
,
'ID '
:
id
,
'c@#^'
:
inherits
,
'pidx'
:
index
,
'LNKO'
:
link_against_output
,
'WEAK'
:
weak_link
,
'MRGE'
:
merge_output
,
'CMPD'
:
compiled_date
,
'PrjD'
:
project_document
,
'CURT'
:
current_target
,
'CSZE'
:
code_size
,
'DBUG'
:
debug
,
'PRER'
:
prerequisites
,
}
_compdeclarations
=
{
}
_enumdeclarations
=
{
'PERM'
:
_Enum_PERM
,
'FTYP'
:
_Enum_FTYP
,
'DKND'
:
_Enum_DKND
,
'Inte'
:
_Enum_Inte
,
'DKND'
:
_Enum_DKND
,
'FTYP'
:
_Enum_FTYP
,
'PERM'
:
_Enum_PERM
,
}
Mac/Lib/lib-scriptpackages/CodeWarrior/Metrowerks_Shell_Suite.py
Dosyayı görüntüle @
368875c2
This diff is collapsed.
Click to expand it.
Mac/Lib/lib-scriptpackages/CodeWarrior/Required.py
Dosyayı görüntüle @
368875c2
"""Suite Required: Terms that every application should support
Level 1, version 1
Generated from M
acintosh HD:SWdev:CodeWarrior 6 MPTP:Metrowerks CodeWarrior:CodeWarrior IDE 4.1B9
Generated from M
oes:Applications (Mac OS 9):Metrowerks CodeWarrior 7.0:Metrowerks CodeWarrior:CodeWarrior IDE 4.2.6
AETE/AEUT resource version 1/0, language 0, script 0
"""
...
...
Mac/Lib/lib-scriptpackages/CodeWarrior/Standard_Suite.py
Dosyayı görüntüle @
368875c2
"""Suite Standard Suite: Common terms for most applications
Level 1, version 1
Generated from M
acintosh HD:SWdev:CodeWarrior 6 MPTP:Metrowerks CodeWarrior:CodeWarrior IDE 4.1B9
Generated from M
oes:Applications (Mac OS 9):Metrowerks CodeWarrior 7.0:Metrowerks CodeWarrior:CodeWarrior IDE 4.2.6
AETE/AEUT resource version 1/0, language 0, script 0
"""
...
...
@@ -233,15 +233,10 @@ files = file
class
insertion_point
(
aetools
.
ComponentItem
):
"""insertion point - An insertion location between two objects """
want
=
'cins'
# repeated property length length of text object (in characters)
# repeated property offset offset of a text object from the beginning of the document (first char has offset 1)
class
line
(
aetools
.
ComponentItem
):
"""line - lines of text """
want
=
'clin'
# repeated property index index of a line object from the beginning of the document (first line has index 1)
# repeated property offset offset (in characters) of a line object from the beginning of the document
# repeated property length length in characters of this object
# element 'cha ' as ['indx', 'rang', 'rele']
lines
=
line
...
...
@@ -253,8 +248,6 @@ class contents(aetools.NProperty):
"""contents - the contents of the selection """
which
=
'pcnt'
want
=
'type'
# repeated property length length of text object (in characters)
# repeated property offset offset of a text object from the beginning of the document (first char has offset 1)
# element 'cha ' as ['indx', 'rele', 'rang', 'test']
# element 'clin' as ['indx', 'rang', 'rele']
# element 'ctxt' as ['rang']
...
...
@@ -262,8 +255,6 @@ class contents(aetools.NProperty):
class
text
(
aetools
.
ComponentItem
):
"""text - Text """
want
=
'ctxt'
# repeated property length length of text object (in characters)
# repeated property offset offset of a text object from the beginning of the document (first char has offset 1)
# element 'cha ' as ['indx', 'rele', 'rang']
# element 'cins' as ['rele']
# element 'clin' as ['indx', 'rang', 'rele']
...
...
@@ -272,8 +263,6 @@ class text(aetools.ComponentItem):
class
window
(
aetools
.
ComponentItem
):
"""window - A window """
want
=
'cwin'
# repeated property name the title of the window
# repeated property index the number of the window
class
bounds
(
aetools
.
NProperty
):
"""bounds - the boundary rectangle for the window """
which
=
'pbnd'
...
...
@@ -368,40 +357,38 @@ window._propdict = {
}
window
.
_elemdict
=
{
}
import
Metrowerks_Shell_Suite
from
Metrowerks_Shell_Suite
import
_Enum_savo
#
# Indices of types declared in this module
#
_classdeclarations
=
{
'docu'
:
document
,
'cins'
:
insertion_point
,
'capp'
:
application
,
'cha '
:
character
,
'ctxt'
:
text
,
'csel'
:
selection_2d_object
,
'clin'
:
line
,
'file'
:
file
,
'cwin'
:
window
,
'cha '
:
character
,
'file'
:
file
,
'clin'
:
line
,
'csel'
:
selection_2d_object
,
'capp'
:
application
,
'cins'
:
insertion_point
,
'docu'
:
document
,
}
_propdeclarations
=
{
'pzum'
:
zoomed
,
'inte'
:
user_interaction
,
'pvis'
:
visible
,
'DKND'
:
kind
,
'pbnd'
:
bounds
,
'PERM'
:
file_permissions
,
'docu'
:
document
,
'pidx'
:
index
,
'pOff'
:
offset
,
'pLen'
:
length
,
'pnam'
:
name
,
'FILE'
:
location
,
'pcnt'
:
contents
,
'cwin'
:
window
,
'FILE'
:
location
,
'pnam'
:
name
,
'pLen'
:
length
,
'ppos'
:
position
,
'pidx'
:
index
,
'docu'
:
document
,
'PERM'
:
file_permissions
,
'pbnd'
:
bounds
,
'pvis'
:
visible
,
'inte'
:
user_interaction
,
'pzum'
:
zoomed
,
'pcnt'
:
contents
,
}
_compdeclarations
=
{
...
...
Mac/Lib/lib-scriptpackages/CodeWarrior/__init__.py
Dosyayı görüntüle @
368875c2
"""
Package generated from M
acintosh HD:SWdev:CodeWarrior 6 MPTP:Metrowerks CodeWarrior:CodeWarrior IDE 4.1B9
Package generated from M
oes:Applications (Mac OS 9):Metrowerks CodeWarrior 7.0:Metrowerks CodeWarrior:CodeWarrior IDE 4.2.6
Resource aete resid 0 AppleEvent Suites
"""
import
aetools
Error
=
aetools
.
Error
import
Required
import
Standard_Suite
import
CodeWarrior_suite
...
...
Mac/Lib/lib-scriptpackages/StdSuites/AppleScript_Suite.py
Dosyayı görüntüle @
368875c2
"""Suite AppleScript Suite: Standard terms for AppleScript
Level 1, version 1
Generated from M
acintosh HD
:Systeemmap:Extensies:AppleScript
Generated from M
oes
:Systeemmap:Extensies:AppleScript
AETE/AEUT resource version 1/0, language 0, script 0
"""
...
...
@@ -305,7 +305,7 @@ class AppleScript_Suite_Events:
Returns: anything
"""
_code
=
'ascr'
_subcode
=
'
\
255
'
_subcode
=
'
\
xad
'
if
_arguments
:
raise
TypeError
,
'No optional args expected'
_arguments
[
'----'
]
=
_object
...
...
@@ -785,14 +785,12 @@ lists = list
class
linked_list
(
aetools
.
ComponentItem
):
"""linked list - An ordered collection of items """
want
=
'llst'
# repeated property length the length of a list
linked_lists
=
linked_list
class
vector
(
aetools
.
ComponentItem
):
"""vector - An ordered collection of items """
want
=
'vect'
# repeated property length the length of a list
vectors
=
vector
...
...
@@ -1882,37 +1880,37 @@ _Enum_eMds = {
}
_Enum_ekst
=
{
'escape_key'
:
'ks5
\
0
00
'
,
#
'delete_key'
:
'ks3
\
0
00
'
,
#
'tab_key'
:
'ks0
\
0
00
'
,
#
'return_key'
:
'ks$
\
0
00
'
,
#
'clear_key'
:
'ksG
\
0
00
'
,
#
'enter_key'
:
'ksL
\
0
00
'
,
#
'up_arrow_key'
:
'ks~
\
0
00
'
,
#
'down_arrow_key'
:
'ks}
\
0
00
'
,
#
'left_arrow_key'
:
'ks{
\
0
00
'
,
#
'right_arrow_key'
:
'ks|
\
0
00
'
,
#
'help_key'
:
'ksr
\
0
00
'
,
#
'home_key'
:
'kss
\
0
00
'
,
#
'page_up_key'
:
'kst
\
0
00
'
,
#
'page_down_key'
:
'ksy
\
0
00
'
,
#
'forward_del_key'
:
'ksu
\
0
00
'
,
#
'end_key'
:
'ksw
\
0
00
'
,
#
'F1_key'
:
'ksz
\
0
00
'
,
#
'F2_key'
:
'ksx
\
0
00
'
,
#
'F3_key'
:
'ksc
\
0
00
'
,
#
'F4_key'
:
'ksv
\
0
00
'
,
#
'F5_key'
:
'ks`
\
0
00
'
,
#
'F6_key'
:
'ksa
\
0
00
'
,
#
'F7_key'
:
'ksb
\
0
00
'
,
#
'F8_key'
:
'ksd
\
0
00
'
,
#
'F9_key'
:
'kse
\
0
00
'
,
#
'F10_key'
:
'ksm
\
0
00
'
,
#
'F11_key'
:
'ksg
\
0
00
'
,
#
'F12_key'
:
'kso
\
0
00
'
,
#
'F13_key'
:
'ksi
\
0
00
'
,
#
'F14_key'
:
'ksk
\
0
00
'
,
#
'F15_key'
:
'ksq
\
0
00
'
,
#
'escape_key'
:
'ks5
\
x
00
'
,
#
'delete_key'
:
'ks3
\
x
00
'
,
#
'tab_key'
:
'ks0
\
x
00
'
,
#
'return_key'
:
'ks$
\
x
00
'
,
#
'clear_key'
:
'ksG
\
x
00
'
,
#
'enter_key'
:
'ksL
\
x
00
'
,
#
'up_arrow_key'
:
'ks~
\
x
00
'
,
#
'down_arrow_key'
:
'ks}
\
x
00
'
,
#
'left_arrow_key'
:
'ks{
\
x
00
'
,
#
'right_arrow_key'
:
'ks|
\
x
00
'
,
#
'help_key'
:
'ksr
\
x
00
'
,
#
'home_key'
:
'kss
\
x
00
'
,
#
'page_up_key'
:
'kst
\
x
00
'
,
#
'page_down_key'
:
'ksy
\
x
00
'
,
#
'forward_del_key'
:
'ksu
\
x
00
'
,
#
'end_key'
:
'ksw
\
x
00
'
,
#
'F1_key'
:
'ksz
\
x
00
'
,
#
'F2_key'
:
'ksx
\
x
00
'
,
#
'F3_key'
:
'ksc
\
x
00
'
,
#
'F4_key'
:
'ksv
\
x
00
'
,
#
'F5_key'
:
'ks`
\
x
00
'
,
#
'F6_key'
:
'ksa
\
x
00
'
,
#
'F7_key'
:
'ksb
\
x
00
'
,
#
'F8_key'
:
'ksd
\
x
00
'
,
#
'F9_key'
:
'kse
\
x
00
'
,
#
'F10_key'
:
'ksm
\
x
00
'
,
#
'F11_key'
:
'ksg
\
x
00
'
,
#
'F12_key'
:
'kso
\
x
00
'
,
#
'F13_key'
:
'ksi
\
x
00
'
,
#
'F14_key'
:
'ksk
\
x
00
'
,
#
'F15_key'
:
'ksq
\
x
00
'
,
#
}
...
...
@@ -1920,155 +1918,155 @@ _Enum_ekst = {
# Indices of types declared in this module
#
_classdeclarations
=
{
'jul '
:
July
,
'may '
:
May
,
'TEXT'
:
string
,
'cmet'
:
cubic_metres
,
'STXT'
:
styled_text
,
'nds '
:
number_2c__date_or_text
,
'feet'
:
feet
,
'feb '
:
February
,
'nmbr'
:
number
,
'ctxt'
:
text
,
'fss '
:
file_specification
,
'sat '
:
Saturday
,
'ccmt'
:
cubic_centimetres
,
'cfet'
:
cubic_feet
,
'lbs '
:
pounds
,
'yard'
:
yards
,
'sqyd'
:
square_yards
,
'mach'
:
machine
,
'utxt'
:
Unicode_text
,
'cstr'
:
C_string
,
'rdat'
:
data
,
'doub'
:
real
,
'hand'
:
handler
,
'sutx'
:
styled_Unicode_text
,
'sqmi'
:
square_miles
,
'undf'
:
_empty_ae_name
,
'reco'
:
record
,
'cha '
:
character
,
'cobj'
:
item
,
'kfrm'
:
reference_form
,
'enum'
:
constant
,
'inch'
:
inches
,
'sqrm'
:
square_metres
,
'bool'
:
boolean
,
'prop'
:
property
,
'****'
:
anything
,
'scpt'
:
script
,
'kgrm'
:
kilograms
,
'sep '
:
September
,
'snd '
:
sound
,
'mon '
:
Monday
,
'capp'
:
app
,
'lr '
:
list_or_record
,
'fri '
:
Friday
,
'cuin'
:
cubic_inches
,
'mar '
:
March
,
'galn'
:
gallons
,
'encs'
:
encoded_string
,
'mile'
:
miles
,
'kprs'
:
keystroke
,
'psct'
:
writing_code
,
'degf'
:
degrees_Fahrenheit
,
'lrs '
:
list_2c__record_or_text
,
'ldt '
:
date
,
'litr'
:
litres
,
'case'
:
upper_case
,
'styl'
:
styled_Clipboard_text
,
'llst'
:
linked_list
,
'pcls'
:
_class
,
'jun '
:
June
,
'ns '
:
number_or_string
,
'ozs '
:
ounces
,
'mnth'
:
month
,
'metr'
:
metres
,
'jan '
:
January
,
'nd '
:
number_or_date
,
'cmtr'
:
centimetres
,
'evnt'
:
event
,
'pstr'
:
Pascal_string
,
'alis'
:
alias
,
'gram'
:
grams
,
'msng'
:
missing_value
,
'qrts'
:
quarts
,
'nov '
:
November
,
'list'
:
list
,
'sqft'
:
square_feet
,
'kmtr'
:
kilometres
,
'zone'
:
zone
,
'PICT'
:
picture
,
'ls '
:
list_or_string
,
'long'
:
integer
,
'sf '
:
alias_or_string
,
'citl'
:
writing_code_info
,
'citm'
:
text_item
,
'mach'
:
machine
,
'type'
:
type_class
,
'prep'
:
preposition
,
'tue '
:
Tuesday
,
'case'
:
upper_case
,
'vers'
:
version
,
'wed '
:
Wednesday
,
'dec '
:
December
,
'sqkm'
:
square_kilometres
,
'obj '
:
reference
,
'vect'
:
vector
,
'wkdy'
:
weekday
,
'cRGB'
:
RGB_color
,
'sun '
:
Sunday
,
'itxt'
:
international_text
,
'scnd'
:
seconds
,
'apr '
:
April
,
'nd '
:
number_or_date
,
'wkdy'
:
weekday
,
'vect'
:
vector
,
'obj '
:
reference
,
'sqkm'
:
square_kilometres
,
'dec '
:
December
,
'wed '
:
Wednesday
,
'cyrd'
:
cubic_yards
,
'vers'
:
version
,
'tue '
:
Tuesday
,
'prep'
:
preposition
,
'type'
:
type_class
,
'citm'
:
text_item
,
'citl'
:
writing_code_info
,
'sf '
:
alias_or_string
,
'mar '
:
March
,
'kmtr'
:
kilometres
,
'sqft'
:
square_feet
,
'list'
:
list
,
'doub'
:
real
,
'nov '
:
November
,
'qrts'
:
quarts
,
'degc'
:
degrees_Celsius
,
'long'
:
integer
,
'ls '
:
list_or_string
,
'PICT'
:
picture
,
'zone'
:
zone
,
'psct'
:
writing_code
,
'lrs '
:
list_2c__record_or_text
,
'cmtr'
:
centimetres
,
'evnt'
:
event
,
'oct '
:
October
,
'msng'
:
missing_value
,
'alis'
:
alias
,
'jan '
:
January
,
'metr'
:
metres
,
'mnth'
:
month
,
'ns '
:
number_or_string
,
'jun '
:
June
,
'aug '
:
August
,
'llst'
:
linked_list
,
'styl'
:
styled_Clipboard_text
,
'encs'
:
encoded_string
,
'galn'
:
gallons
,
'cuin'
:
cubic_inches
,
'fri '
:
Friday
,
'sutx'
:
styled_Unicode_text
,
'lr '
:
list_or_record
,
'degk'
:
degrees_Kelvin
,
'ldt '
:
date
,
'mon '
:
Monday
,
'snd '
:
sound
,
'pcls'
:
_class
,
'kgrm'
:
kilograms
,
'scpt'
:
script
,
'****'
:
anything
,
'prop'
:
property
,
'reco'
:
record
,
'bool'
:
boolean
,
'oct '
:
October
,
'sqrm'
:
square_metres
,
'inch'
:
inches
,
'kfrm'
:
reference_form
,
'cobj'
:
item
,
'gram'
:
grams
,
'cha '
:
character
,
'apr '
:
April
,
'undf'
:
_empty_ae_name
,
'capp'
:
app
,
'enum'
:
constant
,
'hand'
:
handler
,
'sqmi'
:
square_miles
,
'rdat'
:
data
,
'cstr'
:
C_string
,
'utxt'
:
Unicode_text
,
'thu '
:
Thursday
,
'degf'
:
degrees_Fahrenheit
,
'kprs'
:
keystroke
,
'mile'
:
miles
,
'feb '
:
February
,
'feet'
:
feet
,
'nds '
:
number_2c__date_or_text
,
'STXT'
:
styled_text
,
'cmet'
:
cubic_metres
,
'sun '
:
Sunday
,
'aug '
:
August
,
'may '
:
May
,
'jul '
:
July
,
'TEXT'
:
string
,
'sqyd'
:
square_yards
,
'yard'
:
yards
,
'cyrd'
:
cubic_yards
,
'ozs '
:
ounces
,
'lbs '
:
pounds
,
'cfet'
:
cubic_feet
,
'ccmt'
:
cubic_centimetres
,
'sat '
:
Saturday
,
'sep '
:
September
,
'fss '
:
file_specification
,
'ctxt'
:
text
,
}
_propdeclarations
=
{
'pscd'
:
script_code
,
'rslt'
:
result
,
'pnam'
:
name
,
'time'
:
time
,
'txdl'
:
text_item_delimiters
,
'prln'
:
print_length
,
'prdp'
:
print_depth
,
'week'
:
weeks
,
'kMod'
:
modifiers
,
'days'
:
days
,
'spac'
:
space
,
'kMsg'
:
key
,
'plcd'
:
language_code
,
'ret '
:
_return
,
'tstr'
:
time_string
,
'pare'
:
parent
,
'leng'
:
length
,
'hour'
:
hours
,
'
tab '
:
tab
,
'
rvse'
:
reverse
,
'
mnth'
:
month
,
'
min '
:
minutes
,
'wkdy'
:
weekday
,
'day '
:
day
,
'ID '
:
id
,
'c@#^'
:
_3c_Inheritance_3e_
,
'kknd'
:
key_kind
,
'ascr'
:
AppleScript
,
'rest'
:
rest
,
'dstr'
:
date_string
,
'min '
:
minutes
,
'pi '
:
pi
,
'leng'
:
length
,
'rest'
:
rest
,
'ascr'
:
AppleScript
,
'kknd'
:
key_kind
,
'c@#^'
:
_3c_Inheritance_3e_
,
'ID '
:
id
,
'year'
:
year
,
'pare'
:
parent
,
'mnth'
:
month
,
'week'
:
weeks
,
'rvse'
:
reverse
,
'tab '
:
tab
,
'tstr'
:
time_string
,
'pi '
:
pi
,
'ret '
:
_return
,
'plcd'
:
language_code
,
'kMsg'
:
key
,
'spac'
:
space
,
'days'
:
days
,
'txdl'
:
text_item_delimiters
,
'prdp'
:
print_depth
,
'prln'
:
print_length
,
'pscd'
:
script_code
,
'time'
:
time
,
'pnam'
:
name
,
'rslt'
:
result
,
'day '
:
day
,
}
_compdeclarations
=
{
}
_enumdeclarations
=
{
'boov'
:
_Enum_boov
,
'ekst'
:
_Enum_ekst
,
'misc'
:
_Enum_misc
,
'cons'
:
_Enum_cons
,
'eMds'
:
_Enum_eMds
,
'cons'
:
_Enum_cons
,
'misc'
:
_Enum_misc
,
'ekst'
:
_Enum_ekst
,
'boov'
:
_Enum_boov
,
}
Mac/Lib/lib-scriptpackages/StdSuites/Macintosh_Connectivity_Clas.py
Dosyayı görüntüle @
368875c2
"""Suite Macintosh Connectivity Classes: Classes relating to Apple Macintosh personal computer connectivity
Level 1, version 1
Generated from M
acintosh HD
:Systeemmap:Extensies:AppleScript
Generated from M
oes
:Systeemmap:Extensies:AppleScript
AETE/AEUT resource version 1/0, language 0, script 0
"""
...
...
@@ -36,7 +36,6 @@ device_specifications = device_specification
class
address_specification
(
aetools
.
ComponentItem
):
"""address specification - Unique designation of a device or service connected to this computer """
want
=
'cadr'
# repeated property properties property that allows getting and setting of multiple properties
class
conduit
(
aetools
.
NProperty
):
"""conduit - How the addressee is physically connected """
which
=
'pcon'
...
...
@@ -65,7 +64,6 @@ ADB_addresses = ADB_address
class
AppleTalk_address
(
aetools
.
ComponentItem
):
"""AppleTalk address - Addresses a device or service connected via the AppleTalk protocol """
want
=
'cat '
# repeated property _3c_inheritance_3e_ inherits some of its properties from this class
class
AppleTalk_machine
(
aetools
.
NProperty
):
"""AppleTalk machine - the machine name part of the address """
which
=
'patm'
...
...
@@ -84,32 +82,24 @@ AppleTalk_addresses = AppleTalk_address
class
bus_slot
(
aetools
.
ComponentItem
):
"""bus slot - Addresses a PC, PCI, or NuBus card """
want
=
'cbus'
# repeated property _3c_inheritance_3e_ inherits some of its properties from this class
# repeated property ID the slot number
bus_slots
=
bus_slot
class
Ethernet_address
(
aetools
.
ComponentItem
):
"""Ethernet address - Addresses a device by its Ethernet address """
want
=
'cen '
# repeated property _3c_inheritance_3e_ inherits some of its properties from this class
# repeated property ID the Ethernet address
Ethernet_addresses
=
Ethernet_address
class
FireWire_address
(
aetools
.
ComponentItem
):
"""FireWire address - Addresses a device on the FireWire bus """
want
=
'cfw '
# repeated property _3c_inheritance_3e_ inherits some of its properties from this class
# repeated property ID the FireWire device ID
FireWire_addresses
=
FireWire_address
class
IP_address
(
aetools
.
ComponentItem
):
"""IP address - Addresses a device or service via the Internet Protocol (IP) """
want
=
'cip '
# repeated property _3c_inheritance_3e_ inherits some of its properties from this class
# repeated property ID the address in the form "127.201.0.1"
class
DNS_form
(
aetools
.
NProperty
):
"""DNS form - the address in the form "apple.com" """
which
=
'pdns'
...
...
@@ -124,7 +114,6 @@ IP_addresses = IP_address
class
LocalTalk_address
(
aetools
.
ComponentItem
):
"""LocalTalk address - Addresses a device by its LocalTalk address """
want
=
'clt '
# repeated property _3c_inheritance_3e_ inherits some of its properties from this class
class
network
(
aetools
.
NProperty
):
"""network - the LocalTalk network number """
which
=
'pnet'
...
...
@@ -143,12 +132,10 @@ LocalTalk_addresses = LocalTalk_address
class
SCSI_address
(
aetools
.
ComponentItem
):
"""SCSI address - Addresses a SCSI device """
want
=
'cscs'
# repeated property _3c_inheritance_3e_ inherits some of its properties from this class
class
SCSI_bus
(
aetools
.
NProperty
):
"""SCSI bus - the SCSI bus number """
which
=
'pscb'
want
=
'shor'
# repeated property ID the SCSI ID
class
LUN
(
aetools
.
NProperty
):
"""LUN - the SCSI logical unit number """
which
=
'pslu'
...
...
@@ -159,15 +146,12 @@ SCSI_addresses = SCSI_address
class
Token_Ring_address
(
aetools
.
ComponentItem
):
"""Token Ring address - Addresses a device or service via the Token Ring protocol """
want
=
'ctok'
# repeated property _3c_inheritance_3e_ inherits some of its properties from this class
# repeated property ID the Token Ring ID
Token_Ring_addresses
=
Token_Ring_address
class
USB_address
(
aetools
.
ComponentItem
):
"""USB address - Addresses a device on the Universal Serial Bus """
want
=
'cusb'
# repeated property _3c_inheritance_3e_ inherits some of its properties from this class
class
name
(
aetools
.
NProperty
):
"""name - the USB device name """
which
=
'pnam'
...
...
@@ -332,39 +316,39 @@ _Enum_epro = {
# Indices of types declared in this module
#
_classdeclarations
=
{
'cen '
:
Ethernet_address
,
'clt '
:
LocalTalk_address
,
'cip '
:
IP_address
,
'cusb'
:
USB_address
,
'cadb'
:
ADB_address
,
'cscs'
:
SCSI_address
,
'cbus'
:
bus_slot
,
'cdev'
:
device_specification
,
'cat '
:
AppleTalk_address
,
'cadr'
:
address_specification
,
'ctok'
:
Token_Ring_address
,
'cfw '
:
FireWire_address
,
'cadr'
:
address_specification
,
'cat '
:
AppleTalk_address
,
'cbus'
:
bus_slot
,
'cscs'
:
SCSI_address
,
'cadb'
:
ADB_address
,
'cusb'
:
USB_address
,
'cdev'
:
device_specification
,
'clt '
:
LocalTalk_address
,
'cip '
:
IP_address
,
'cen '
:
Ethernet_address
,
}
_propdeclarations
=
{
'pnod'
:
node
,
'pslu'
:
LUN
,
'patm'
:
AppleTalk_machine
,
'pdva'
:
device_address
,
'pscb'
:
SCSI_bus
,
'pdns'
:
DNS_form
,
'ppor'
:
port
,
'pALL'
:
properties
,
'ID '
:
ID
,
'c@#^'
:
_3c_inheritance_3e_
,
'pdvt'
:
device_type
,
'pnet'
:
network
,
'patt'
:
AppleTalk_type
,
'pprt'
:
protocol
,
'pcon'
:
conduit
,
'patz'
:
AppleTalk_zone
,
'pnet'
:
network
,
'pdvt'
:
device_type
,
'pnam'
:
name
,
'pcon'
:
conduit
,
'pprt'
:
protocol
,
'patt'
:
AppleTalk_type
,
'c@#^'
:
_3c_inheritance_3e_
,
'ID '
:
ID
,
'pALL'
:
properties
,
'pscb'
:
SCSI_bus
,
'pdva'
:
device_address
,
'patm'
:
AppleTalk_machine
,
'psoc'
:
socket
,
'pdns'
:
DNS_form
,
'pslu'
:
LUN
,
'pnod'
:
node
,
}
_compdeclarations
=
{
...
...
@@ -372,6 +356,6 @@ _compdeclarations = {
_enumdeclarations
=
{
'econ'
:
_Enum_econ
,
'epro'
:
_Enum_epro
,
'edvt'
:
_Enum_edvt
,
'epro'
:
_Enum_epro
,
}
Mac/Lib/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suite.py
Dosyayı görüntüle @
368875c2
"""Suite QuickDraw Graphics Suite: A set of basic classes for graphics
Level 1, version 1
Generated from M
acintosh HD
:Systeemmap:Extensies:AppleScript
Generated from M
oes
:Systeemmap:Extensies:AppleScript
AETE/AEUT resource version 1/0, language 0, script 0
"""
...
...
@@ -188,7 +188,6 @@ ovals = oval
class
pixel
(
aetools
.
ComponentItem
):
"""pixel - A pixel """
want
=
'cpxl'
# repeated property color the color
pixels
=
pixel
...
...
@@ -344,62 +343,62 @@ _Enum_arro = {
# Indices of types declared in this module
#
_classdeclarations
=
{
'c
rec'
:
rectangle
,
'c
pix'
:
pixel_map
,
'c
arc'
:
arc
,
'c
pic'
:
graphic_group
,
'c
ovl'
:
oval
,
'c
gtx'
:
graphic_text
,
'cgsh'
:
graphic_shape
,
'glin'
:
graphic_line
,
'cgob'
:
graphic_object
,
'cdrw'
:
drawing_area
,
'cpgn'
:
polygon
,
'cpxl'
:
pixel
,
'crrc'
:
rounded_rectangle
,
'cpgn'
:
polygon
,
'cdrw'
:
drawing_area
,
'cgob'
:
graphic_object
,
'glin'
:
graphic_line
,
'cgtx'
:
graphic_text
,
'covl'
:
oval
,
'cpic'
:
graphic_group
,
'carc'
:
arc
,
'cpix'
:
pixel_map
,
'crec'
:
rectangle
,
}
_propdeclarations
=
{
'pbpt'
:
background_pattern
,
'flcl'
:
fill_color
,
'parc'
:
arc_angle
,
'pbnd'
:
bounds
,
'colr'
:
color
,
'flpt'
:
fill_pattern
,
'ustl'
:
uniform_styles
,
'font'
:
font
,
'pend'
:
end_point
,
'pupd'
:
update_on_change
,
'pstp'
:
start_point
,
'pdrt'
:
definition_rect
,
'pnam'
:
name
,
'pbcl'
:
background_color
,
'pang'
:
start_angle
,
'pptm'
:
transfer_mode
,
'pnel'
:
default_location
,
'pdpt'
:
pixel_depth
,
'gobs'
:
ordering
,
'ustl'
:
uniform_styles
,
'ptlt'
:
point_list
,
'pdst'
:
dash_style
,
'psct'
:
writing_code
,
'txst'
:
style
,
'font'
:
font
,
'pchd'
:
corner_curve_height
,
'arro'
:
arrow_style
,
'ppwd'
:
pen_width
,
'ptps'
:
default_size
,
'ppcl'
:
pen_color
,
'cltb'
:
color_table
,
'ptxc'
:
text_color
,
'ptxf'
:
default_font
,
'ppcl'
:
pen_color
,
'ptps'
:
default_size
,
'ppwd'
:
pen_width
,
'arro'
:
arrow_style
,
'pcwd'
:
corner_curve_width
,
'ptxc'
:
text_color
,
'cltb'
:
color_table
,
'pppa'
:
pen_pattern
,
'pang'
:
start_angle
,
'flpt'
:
fill_pattern
,
'colr'
:
color
,
'pbnd'
:
bounds
,
'txst'
:
style
,
'psct'
:
writing_code
,
'pdst'
:
dash_style
,
'ptlt'
:
point_list
,
'gobs'
:
ordering
,
'pdpt'
:
pixel_depth
,
'pnel'
:
default_location
,
'pchd'
:
corner_curve_height
,
'pbcl'
:
background_color
,
'pnam'
:
name
,
'pdrt'
:
definition_rect
,
'ptsz'
:
size
,
'parc'
:
arc_angle
,
'flcl'
:
fill_color
,
'pbpt'
:
background_pattern
,
'pupd'
:
update_on_change
,
'pppa'
:
pen_pattern
,
}
_compdeclarations
=
{
}
_enumdeclarations
=
{
'tran'
:
_Enum_tran
,
'arro'
:
_Enum_arro
,
'tran'
:
_Enum_tran
,
}
Mac/Lib/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suppleme.py
Dosyayı görüntüle @
368875c2
"""Suite QuickDraw Graphics Supplemental Suite: Defines transformations of graphic objects
Level 1, version 1
Generated from M
acintosh HD
:Systeemmap:Extensies:AppleScript
Generated from M
oes
:Systeemmap:Extensies:AppleScript
AETE/AEUT resource version 1/0, language 0, script 0
"""
...
...
@@ -60,8 +60,8 @@ _classdeclarations = {
_propdeclarations
=
{
'prot'
:
rotation
,
'pscl'
:
scale
,
'ptrs'
:
translation
,
'pscl'
:
scale
,
}
_compdeclarations
=
{
...
...
Mac/Lib/lib-scriptpackages/StdSuites/Required_Suite.py
Dosyayı görüntüle @
368875c2
"""Suite Required Suite: Every application supports open, print, run, and quit
Level 1, version 1
Generated from M
acintosh HD
:Systeemmap:Extensies:AppleScript
Generated from M
oes
:Systeemmap:Extensies:AppleScript
AETE/AEUT resource version 1/0, language 0, script 0
"""
...
...
@@ -10,7 +10,8 @@ import MacOS
_code
=
'reqd'
class
Required_Suite_Events
:
from
_builtinSuites.builtin_Suite
import
*
class
Required_Suite_Events
(
builtin_Suite_Events
):
pass
...
...
Mac/Lib/lib-scriptpackages/StdSuites/Standard_Suite.py
Dosyayı görüntüle @
368875c2
"""Suite Standard Suite: Common terms for most applications
Level 1, version 1
Generated from M
acintosh HD
:Systeemmap:Extensies:AppleScript
Generated from M
oes
:Systeemmap:Extensies:AppleScript
AETE/AEUT resource version 1/0, language 0, script 0
"""
...
...
@@ -10,7 +10,8 @@ import MacOS
_code
=
'core'
class
Standard_Suite_Events
:
from
_builtinSuites.builtin_Suite
import
*
class
Standard_Suite_Events
(
builtin_Suite_Events
):
def
open
(
self
,
_object
,
_attributes
=
{},
**
_arguments
):
"""open: Open the specified object(s)
...
...
@@ -655,49 +656,49 @@ _Enum_styl = {
# Indices of types declared in this module
#
_classdeclarations
=
{
'docu'
:
document
,
'cins'
:
insertion_point
,
'capp'
:
application
,
'alis'
:
alias
,
'csel'
:
selection_2d_object
,
'file'
:
file
,
'cwin'
:
window
,
'file'
:
file
,
'csel'
:
selection_2d_object
,
'alis'
:
alias
,
'capp'
:
application
,
'cins'
:
insertion_point
,
'docu'
:
document
,
}
_propdeclarations
=
{
'ptit'
:
titled
,
'prsz'
:
resizable
,
'vers'
:
version
,
'pidx'
:
index
,
'pnam'
:
name
,
'pzum'
:
zoomed
,
'pcnt'
:
contents
,
'pcli'
:
clipboard
,
'hclb'
:
closeable
,
'iszm'
:
zoomable
,
'isfl'
:
floating
,
'pspd'
:
stationery
,
'pisf'
:
frontmost
,
'sele'
:
selection
,
'pbnd'
:
bounds
,
'imod'
:
modified
,
'pvis'
:
visible
,
'imod'
:
modified
,
'pbnd'
:
bounds
,
'sele'
:
selection
,
'pisf'
:
frontmost
,
'pspd'
:
stationery
,
'isfl'
:
floating
,
'iszm'
:
zoomable
,
'hclb'
:
closeable
,
'pcli'
:
clipboard
,
'pmod'
:
modal
,
'vers'
:
version
,
'prsz'
:
resizable
,
'pcnt'
:
contents
,
'pnam'
:
name
,
'pzum'
:
zoomed
,
'ptit'
:
titled
,
}
_compdeclarations
=
{
'
> '
:
_3e
_
,
'
bgwt'
:
start
s_with
,
'
< '
:
_3c
_
,
'
ends'
:
end
s_with
,
'>= '
:
_b3_
,
'= '
:
_3d_
,
'<= '
:
_b2_
,
'cont'
:
contains
,
'ends'
:
ends_with
,
'< '
:
_3c_
,
'<= '
:
_b2_
,
'= '
:
_3d_
,
'bgwt'
:
starts_with
,
'> '
:
_3e_
,
}
_enumdeclarations
=
{
'styl'
:
_Enum_styl
,
'savo'
:
_Enum_savo
,
'styl'
:
_Enum_styl
,
'kfrm'
:
_Enum_kfrm
,
}
Mac/Lib/lib-scriptpackages/StdSuites/Table_Suite.py
Dosyayı görüntüle @
368875c2
"""Suite Table Suite: Classes for manipulating tables
Level 1, version 1
Generated from M
acintosh HD
:Systeemmap:Extensies:AppleScript
Generated from M
oes
:Systeemmap:Extensies:AppleScript
AETE/AEUT resource version 1/0, language 0, script 0
"""
...
...
@@ -81,15 +81,15 @@ _Enum_prtn = {
#
_classdeclarations
=
{
'ccel'
:
cell
,
'ctbl'
:
table
,
'ccol'
:
column
,
'ctbl'
:
table
,
'crow'
:
row
,
}
_propdeclarations
=
{
'ppro'
:
protection
,
'pfor'
:
formula
,
'pnam'
:
name
,
'pfor'
:
formula
,
'ppro'
:
protection
,
}
_compdeclarations
=
{
...
...
Mac/Lib/lib-scriptpackages/StdSuites/Text_Suite.py
Dosyayı görüntüle @
368875c2
"""Suite Text Suite: A set of basic classes for text processing
Level 1, version 1
Generated from M
acintosh HD
:Systeemmap:Extensies:AppleScript
Generated from M
oes
:Systeemmap:Extensies:AppleScript
AETE/AEUT resource version 1/0, language 0, script 0
"""
...
...
@@ -26,7 +26,6 @@ class _3c_inheritance_3e_(aetools.NProperty):
class
line
(
aetools
.
ComponentItem
):
"""line - A line of text """
want
=
'clin'
# repeated property _3c_inheritance_3e_ inherits some of its properties from this class
class
justification
(
aetools
.
NProperty
):
"""justification - the justification of the text """
which
=
'pjst'
...
...
@@ -37,7 +36,6 @@ lines = line
class
paragraph
(
aetools
.
ComponentItem
):
"""paragraph - A paragraph """
want
=
'cpar'
# repeated property _3c_inheritance_3e_ inherits some of its properties from this class
paragraphs
=
paragraph
...
...
@@ -77,7 +75,6 @@ class uniform_styles(aetools.NProperty):
class
text_flow
(
aetools
.
ComponentItem
):
"""text flow - A contiguous block of text. Page layout applications call this a story. """
want
=
'cflo'
# repeated property _3c_inheritance_3e_ inherits some of its properties from this class
class
name
(
aetools
.
NProperty
):
"""name - the name """
which
=
'pnam'
...
...
@@ -102,7 +99,6 @@ text_style_infos = text_style_info
class
word
(
aetools
.
ComponentItem
):
"""word - A word """
want
=
'cwor'
# repeated property _3c_inheritance_3e_ inherits some of its properties from this class
words
=
word
character
.
_propdict
=
{
...
...
@@ -183,27 +179,27 @@ _Enum_styl = {
# Indices of types declared in this module
#
_classdeclarations
=
{
'clin'
:
line
,
'ctxt'
:
text
,
'cwor'
:
word
,
'cflo'
:
text_flow
,
'cpar'
:
paragraph
,
'tsty'
:
text_style_info
,
'cha '
:
character
,
'cflo'
:
text_flow
,
'tsty'
:
text_style_info
,
'clin'
:
line
,
'cwor'
:
word
,
'ctxt'
:
text
,
}
_propdeclarations
=
{
'psct'
:
writing_code
,
'txst'
:
style
,
'ptsz'
:
size
,
'ofst'
:
off_styles
,
'pjst'
:
justification
,
'colr'
:
color
,
'
font'
:
font
,
'p
nam'
:
nam
e
,
'
txst'
:
style
,
'p
sct'
:
writing_cod
e
,
'ustl'
:
uniform_styles
,
'pjst'
:
justification
,
'ofst'
:
off_styles
,
'onst'
:
on_styles
,
'ptsz'
:
size
,
'c@#^'
:
_3c_inheritance_3e_
,
'pnam'
:
name
,
'font'
:
font
,
'onst'
:
on_styles
,
}
_compdeclarations
=
{
...
...
Mac/Lib/lib-scriptpackages/StdSuites/Type_Names_Suite.py
Dosyayı görüntüle @
368875c2
"""Suite Type Names Suite: Terminology for Registry data types
Level 1, version 1
Generated from M
acintosh HD
:Systeemmap:Extensies:AppleScript
Generated from M
oes
:Systeemmap:Extensies:AppleScript
AETE/AEUT resource version 1/0, language 0, script 0
"""
...
...
@@ -347,46 +347,46 @@ target_id._elemdict = {
# Indices of types declared in this module
#
_classdeclarations
=
{
'targ'
:
target_id
,
'null'
:
null
,
'lfxd'
:
long_fixed
,
'TIFF'
:
TIFF_picture
,
'shor'
:
small_integer
,
'tr16'
:
RGB16_color
,
'vers'
:
version
,
'aeut'
:
system_dictionary
,
'clrt'
:
color_table
,
'fpnt'
:
fixed_point
,
'TEXT'
:
plain_text
,
'elin'
:
type_element_info
,
'insl'
:
location_reference
,
'mLoc'
:
machine_location
,
'EPS '
:
PostScript_picture
,
'QDpt'
:
point
,
'cmen'
:
menu_item
,
'tpmm'
:
pixel_map_record
,
'aete'
:
application_dictionary
,
'magn'
:
unsigned_integer
,
'exte'
:
extended_real
,
'qdrt'
:
bounding_rectangle
,
'lrct'
:
long_rectangle
,
'lfpt'
:
long_fixed_point
,
'pmin'
:
type_parameter_info
,
'pinf'
:
type_property_info
,
'tdas'
:
dash_style
,
'tr96'
:
RGB96_color
,
'cmnu'
:
menu
,
'gcli'
:
type_class_info
,
'lpnt'
:
long_point
,
'suin'
:
type_suite_info
,
'trot'
:
rotation
,
'fixd'
:
fixed
,
'lfrc'
:
long_fixed_rectangle
,
'frct'
:
fixed_rectangle
,
'lfrc'
:
long_fixed_rectangle
,
'evin'
:
type_event_info
,
'sing'
:
small_real
,
'aete'
:
application_dictionary
,
'tpmm'
:
pixel_map_record
,
'cmen'
:
menu_item
,
'QDpt'
:
point
,
'EPS '
:
PostScript_picture
,
'mLoc'
:
machine_location
,
'insl'
:
location_reference
,
'elin'
:
type_element_info
,
'comp'
:
double_integer
,
'fpnt'
:
fixed_point
,
'clrt'
:
color_table
,
'suin'
:
type_suite_info
,
'trot'
:
rotation
,
'pmin'
:
type_parameter_info
,
'fixd'
:
fixed
,
'styl'
:
scrap_styles
,
'aeut'
:
system_dictionary
,
'tr16'
:
RGB16_color
,
'shor'
:
small_integer
,
'TEXT'
:
plain_text
,
'lpnt'
:
long_point
,
'gcli'
:
type_class_info
,
'TIFF'
:
TIFF_picture
,
'tr96'
:
RGB96_color
,
'tdas'
:
dash_style
,
'exte'
:
extended_real
,
'pinf'
:
type_property_info
,
'lfpt'
:
long_fixed_point
,
'lrct'
:
long_rectangle
,
'qdrt'
:
bounding_rectangle
,
'comp'
:
double_integer
,
'lfxd'
:
long_fixed
,
'null'
:
null
,
'targ'
:
target_id
,
}
_propdeclarations
=
{
...
...
Mac/Lib/lib-scriptpackages/StdSuites/__init__.py
Dosyayı görüntüle @
368875c2
"""
Package generated from M
acintosh HD
:Systeemmap:Extensies:AppleScript
Package generated from M
oes
:Systeemmap:Extensies:AppleScript
Resource aeut resid 0 Standard Event Suites for English
"""
import
aetools
Error
=
aetools
.
Error
import
AppleScript_Suite
import
Required_Suite
import
Standard_Suite
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment