Home | History | Annotate | Download | only in StdSuites

Lines Matching defs:script

5 AETE/AEUT resource version 1/0, language 0, script 0
438 """idle: Sent to a script application when it is idle
581 """start log: Start event logging in the script editor
621 """stop log: Stop event logging in the script editor
766 """alias - a file on a disk or server. The file must exist when you check the syntax of your script. """
799 """AppleScript - the top-level script object """
889 """writing code info - script code and language code of text run """
896 """script code - the script code for the text """
1261 """writing code - codes that identify the language and script system """
1292 class script(aetools.ComponentItem):
1293 """script - An AppleScript script """
1296 """name - the name of the script """
1300 """parent - its parent, i.e. the script that will handle events that this script doesn\xd5t """
1304 scripts = script
1864 script._superclassnames = []
1865 script._privpropdict = {
1869 script._privelemdict = {
2145 'scpt' : script,