Searched refs:description (Results 1 - 25 of 1645) sorted by relevance

1234567891011>>

/macosx-10.10.1/Security-57031.1.35/Security/utilities/SecurityTool/
H A Dsecurity_tool_commands_table.h32 #define SECURITY_COMMAND(name, function, parameters, description) { name, function, parameters, description },
35 #define SECURITY_COMMAND_IOS(name, function, parameters, description) { name, function, parameters, description },
37 #define SECURITY_COMMAND_IOS(name, function, parameters, description) { name, command_not_on_this_platform, "", "Not available on this platform" },
41 #define SECURITY_COMMAND_MAC(name, function, parameters, description) { name, function, parameters, description },
43 #define SECURITY_COMMAND_MAC(name, function, parameters, description) { name, command_not_on_this_platform, "", "Not available on this platform" },
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Automator/Examples/Get Buddy Info/
H A DGetBuddyInfo.py40 # build the description
41 description = "\rName: "
45 description += firstName
46 description += ' '
50 description += lastName
52 description += '\r'
56 description += "Service: "
57 description += serviceName
58 description += "\r"
62 description
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Automator/Examples/Get Buddy Info/
H A DGetBuddyInfo.py40 # build the description
41 description = "\rName: "
45 description += firstName
46 description += ' '
50 description += lastName
52 description += '\r'
56 description += "Service: "
57 description += serviceName
58 description += "\r"
62 description
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Automator-2.5.1/Examples/Get Buddy Info/
H A DGetBuddyInfo.py40 # build the description
41 description = "\rName: "
45 description += firstName
46 description += ' '
50 description += lastName
52 description += '\r'
56 description += "Service: "
57 description += serviceName
58 description += "\r"
62 description
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/stooop/
H A Dswitched.tcl33 foreach description [options $this] {
34 set option [lindex $description 0]
36 set ($this,$option) [set default [lindex $description 1]]
37 if {[llength $description]<3} {
40 } elseif {![string equal $default [lindex $description 2]]} {
41 set ($this,$option) [lindex $description 2]
78 return [description $this [lindex $args 0]]
101 proc description {this option} { ;# build specified option description list procedure
102 foreach description [option
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-AddressBook/
H A Dsetup.py17 description = "Wrappers for the framework AddressBook on Mac OS X", variable
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-AppleScriptKit/
H A Dsetup.py14 description = "Wrappers for the framework AppleScriptKit on Mac OS X", variable
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Automator/
H A Dsetup.py17 description = "Wrappers for the framework Automator on Mac OS X", variable
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-CoreData/
H A Dsetup.py15 description = "Wrappers for the framework CoreData on Mac OS X", variable
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-InstallerPlugins/
H A Dsetup.py17 description = "Wrappers for the framework InstallerPlugins on Mac OS X", variable
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-LaunchServices/
H A Dsetup.py33 description = "Wrappers for the framework LaunchServices on Mac OS X", variable
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Message/
H A Dsetup.py14 description = "Wrappers for the framework Message on Mac OS X", variable
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-PreferencePanes/
H A Dsetup.py14 description = "Wrappers for the framework PreferencePanes on Mac OS X", variable
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-QTKit/
H A Dsetup.py17 description = "Wrappers for the framework QTKit on Mac OS X", variable
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-ScriptingBridge/
H A Dsetup.py21 description = "Wrappers for the framework ScriptingBridge on Mac OS X", variable
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-SyncServices/
H A Dsetup.py20 description = "Wrappers for the framework SyncServices on Mac OS X", variable
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-WebKit/
H A Dsetup.py16 description = "Wrappers for the framework WebKit on Mac OS X", variable
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-XgridFoundation/
H A Dsetup.py16 description = "Wrappers for the framework XgridFoundation on Mac OS X", variable
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-CoreData-2.5.1/
H A Dsetup.py15 description = "Wrappers for the framework CoreData on Mac OS X", variable
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-InstallerPlugins-2.5.1/
H A Dsetup.py17 description = "Wrappers for the framework InstallerPlugins on Mac OS X", variable
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-PreferencePanes-2.5.1/
H A Dsetup.py14 description = "Wrappers for the framework PreferencePanes on Mac OS X", variable
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma_2/Statements/
H A Dwhile-004.js44 description = "return statement in a while block";
50 "DoWhile_1" + description,
63 var description = "while with a labeled continue statement";
79 "DoWhile_2: " +description + " - code inside the loop, before the continue should be executed ("+j+")",
85 "DoWhile_2: " +description +" - code after labeled continue should not be executed",
91 "DoWhile_2: " +description +" - code after loop but inside label should be executed",
101 var description = "while with a labeled break statement";
118 "DoWhile_3: " +description +" - verify break out of loop",
125 "DoWhile_3: " +description +" - verify break out of label",
131 "DoWhile_3: " +description
[all...]
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/examples/UDDI/
H A Dsyntax2.pl21 description("We make components for business"),
25 description("Bindings for buying our components"),
28 description("BASDA invoices over HTTP post"),
32 description('some tModel'),
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma_2/RegExp/
H A Dexec-001.js31 testcases[0] = { expect:"PASSED", actual:"PASSED", description:"NO TESTS EXIST" }; property in class:testcases
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma_2/String/
H A Dreplace-001.js58 testcases[0] = { expect:"PASSED", actual:"PASSED", description:"NO TESTS EXIST" }; property in class:testcases

Completed in 301 milliseconds

1234567891011>>