Searched refs:descriptions (Results 1 - 25 of 70) sorted by relevance

123

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/stooop/
H A Dswitched.tcl69 return [descriptions $this]
115 # build option descriptions list for all supported options:
116 proc descriptions {this} { procedure
117 set descriptions {}
122 lappend descriptions $description
125 lappend descriptions [lreplace\
130 return $descriptions
/macosx-10.9.5/tcl-102/tcl/tcl/library/opt/
H A Doptparse.tcl73 # Array storing the parsed descriptions
309 proc OptCurDesc {descriptions} {
310 lindex $descriptions [OptGetPrgCounter $descriptions];
314 proc OptCurDescFinal {descriptions} {
315 set item [OptCurDesc $descriptions];
323 proc OptCurAddr {descriptions {start {}}} {
324 set adress [OptGetPrgCounter $descriptions];
326 set item [lindex $descriptions $adress];
335 upvar $descriptionsName descriptions
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/library/opt/
H A Doptparse.tcl73 # Array storing the parsed descriptions
309 proc OptCurDesc {descriptions} {
310 lindex $descriptions [OptGetPrgCounter $descriptions];
314 proc OptCurDescFinal {descriptions} {
315 set item [OptCurDesc $descriptions];
323 proc OptCurAddr {descriptions {start {}}} {
324 set adress [OptGetPrgCounter $descriptions];
326 set item [lindex $descriptions $adress];
335 upvar $descriptionsName descriptions
[all...]
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebKitErrors.m65 static NSMutableDictionary *descriptions = nil;
78 descriptionsDict = [descriptions objectForKey:domain];
113 NSDictionary *descriptionsForWebKitErrorDomain = [descriptions objectForKey:WebKitErrorDomain];
141 if (!descriptions)
142 descriptions = [[NSMutableDictionary alloc] init];
144 [descriptions setObject:dictionary forKey:domain];
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Modules/
H A D_coregraphics.m175 CFArrayRef descriptions = NULL;
177 descriptions = CGWindowListCreateDescriptionFromArray(windowArray);
180 descriptions = NULL;
186 if (descriptions == NULL && PyErr_Occurred()) {
190 if (descriptions == NULL) {
195 PyObject* rv = PyObjC_ObjCToPython(@encode(CFArrayRef), &descriptions);
196 CFRelease(descriptions);
/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DProfilerCompilation.cpp105 JSArray* descriptions = constructEmptyArray(exec, 0); local
107 descriptions->putDirectIndex(exec, i, m_descriptions[i].toJS(exec));
108 result->putDirect(exec->vm(), exec->propertyNames().descriptions, descriptions);
/macosx-10.9.5/WebCore-7537.78.1/plugins/win/
H A DPluginPackageWin.cpp199 Vector<String> descriptions; local
200 getVersionInfo(versionInfoData.get(), "FileOpenName").split('|', descriptions);
204 String description = i < descriptions.size() ? descriptions[i] : "";
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Modules/
H A D_coregraphics.m175 CFArrayRef descriptions = NULL;
177 descriptions = CGWindowListCreateDescriptionFromArray(windowArray);
180 descriptions = NULL;
186 if (descriptions == NULL && PyErr_Occurred()) {
190 if (descriptions == NULL) {
195 PyObject* rv = PyObjC_ObjCToPython(@encode(CFArrayRef), &descriptions);
196 CFRelease(descriptions);
/macosx-10.9.5/WebCore-7537.78.1/plugins/mac/
H A DPluginPackageMac.cpp214 Vector<String> descriptions = stringListFromResourceId(MIMEDescriptionStringNumber);
215 if (descriptions.size() != mimes.size() / 2)
225 m_mimeToDescriptions.set(mime, descriptions[i / 2]);
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dnfrs.h33 NFRuleSet(UnicodeString* descriptions, int32_t index, UErrorCode& status);
H A Dnfrs.cpp121 NFRuleSet::NFRuleSet(UnicodeString* descriptions, int32_t index, UErrorCode& status) argument
138 UnicodeString& description = descriptions[index]; // !!! make sure index is valid
147 // name can be omitted in formatter descriptions that consist
185 // the descriptions of the rules (one rule per element). The rules
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/Getopt/
H A DMixed.pm398 Getopt::Mixed::getOptions(...option-descriptions...);
404 Getopt::Mixed::init(...option-descriptions...);
427 descriptions.
432 are strings composed of individual option descriptions. Several
433 option descriptions can appear in the same string if they are
513 Getopt::Mixed::getOptions(...option-descriptions...);
544 Getopt::Mixed::init(...option-descriptions...);
556 First, you call Getopt::Mixed::init with the option descriptions.
597 Getopt::Mixed::init(...option-descriptions...);
624 descriptions contai
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DCommonIdentifiers.h73 macro(descriptions) \
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/tkDND/
H A Dtkdnd.rb37 [ ?d, ?l, :descriptions ],
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/Windows/
H A Dsystem_error.inc62 // see WinError.h comments for descriptions of errors
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dbind.tcl44 The same tag mechanism that controls display styles in text widgets can also be used to associate Tcl commands with regions of text, so that mouse or keyboard actions on the text cause particular Tcl commands to be invoked. For example, in the text below the descriptions of the canvas demonstrations have been tagged. When you move the mouse over a demo description the description lights up, and when you press button 1 over a description then that particular demonstration is invoked.
/macosx-10.9.5/WebCore-7537.78.1/html/track/
H A DTextTrack.cpp64 DEFINE_STATIC_LOCAL(const AtomicString, descriptions, ("descriptions", AtomicString::ConstructFromLiteral));
65 return descriptions;
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dbind.tcl44 The same tag mechanism that controls display styles in text widgets can also be used to associate Tcl commands with regions of text, so that mouse or keyboard actions on the text cause particular Tcl commands to be invoked. For example, in the text below the descriptions of the canvas demonstrations have been tagged. When you move the mouse over a demo description the description lights up, and when you press button 1 over a description then that particular demonstration is invoked.
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dpsf.vim98 " Long descriptions and copyrights confuse the syntax highlighting, so
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/tests/
H A Dtstore5.cpp94 B(s42, Get descriptions, 0) { argument
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DSchema.pm108 At present, the SOAP::Lite toolkit supports only loading of service descriptions in the WSDL syntax. This class manages the parsing and storing of these service specifications. As a general rule, this class should be even less likely to be used directly by an application because its presence should be completely abstracted by the previous class (SOAP::Schema). None of the methods are defined here; the class is only mentioned for sake of reference.
H A DTrace.pm81 Triggered at the entry-point of many of the more-significant functions. Not all the functions within the SOAP::Lite classes trigger this signal. Those that do are primarily the highly visible functions described in the interface descriptions for the various classes.
/macosx-10.9.5/bash-92/bash-3.2/lib/termcap/grot/
H A Dconfigure116 Options: [defaults in brackets after descriptions]
/macosx-10.9.5/tcl-102/tcl84/tcl/tools/
H A Dconfigure141 Options: [defaults in brackets after descriptions]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/
H A Dconfigure139 Options: [defaults in brackets after descriptions]

Completed in 187 milliseconds

123