Searched refs:scriptName (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/
H A DScriptCallFrame.cpp40 ScriptCallFrame::ScriptCallFrame(const String& functionName, const String& scriptName, unsigned lineNumber, unsigned column) argument
42 , m_scriptName(scriptName)
H A DScriptCallFrame.h46 ScriptCallFrame(const String& functionName, const String& scriptName, unsigned lineNumber, unsigned column);
H A DInspectorEnvironment.h47 virtual void willCallInjectedScriptFunction(JSC::ExecState*, const String& scriptName, int scriptLine) = 0;
/macosx-10.10.1/ICU-531.30/icuSources/samples/layout/
H A DFontMap.cpp40 char *c, *scriptName, *fontName, *line, buffer[BUFFER_SIZE]; local
65 scriptName = strip(line);
67 if (strcmp(scriptName, "DEFAULT") == 0) {
73 le_int32 fillCount = uscript_getCode(scriptName, &scriptCode, 1, &scriptStatus);
/macosx-10.10.1/tcl-105/tcl_ext/tclapplescript/tclapplescript/
H A DtclMacOSA_OSX.c143 int resourceNumber, CONST char *scriptName, CONST char *fileName));
145 char *scriptName, long modeFlags, OSAID scriptID));
147 CONST char *scriptName, OSAID *scriptID));
149 CONST char *scriptName));
151 CONST char *scriptName,char *errMsg));
930 argv[0], " ",argv[1], " scriptName \"", (char *) NULL );
1005 argv[0], " ", argv[1], " what scriptName", (char *) NULL);
1308 *contextName = NULL, *scriptName = NULL;
1314 scriptName = autoName;
1450 argv[0], " ", argv[1], " scriptName", (cha
1300 *contextName = NULL, *scriptName = NULL; local
2038 tclOSAStore( Tcl_Interp *interp, tclOSAComponent *theComponent, CONST char *resourceName, int resourceNumber, CONST char *scriptName, CONST char *fileName) argument
2379 tclOSAGetScriptID( tclOSAComponent *theComponent, CONST char *scriptName, OSAID *scriptID) argument
2413 tclOSAAddScript( tclOSAComponent *theComponent, char *scriptName, long modeFlags, OSAID scriptID) argument
2466 tclOSAGetScript( tclOSAComponent *theComponent, CONST char *scriptName) argument
2500 tclOSADeleteScript( tclOSAComponent *theComponent, CONST char *scriptName, char *errMsg) argument
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Daaplbfct.cpp206 const char *scriptName = uscript_getName(script);
243 snprintf(cacheTargetPath, sizeof(cacheTargetPath), "%s/com.apple.ICUUserDictionaryCache%s.%s.%d", cachePath, sArchType, scriptName, getuid());
256 snprintf(path, sizeof(path), "%s/*-%s.txt", dictpath, scriptName);
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXHLEvents.c555 Tcl_DString scriptName;
557 theErr = FSRefToDString(&file, &scriptName);
559 tclErr = Tcl_EvalFile(interp, Tcl_DStringValue(&scriptName));
560 Tcl_DStringFree(&scriptName);
546 Tcl_DString scriptName; local
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXHLEvents.c524 Tcl_DString scriptName;
526 theErr = FSRefToDString(&file, &scriptName);
529 Tcl_DStringValue(&scriptName));
530 Tcl_DStringFree(&scriptName);
515 Tcl_DString scriptName; local
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dscriptset.cpp202 const char *scriptName = uscript_getShortName((UScriptCode(i))); local
203 dest.append(UnicodeString(scriptName, -1, US_INV));
H A Dtransreg.cpp230 UnicodeString scriptName; member in class:TransliteratorSpec
265 scriptName = UnicodeString(uscript_getName(script[0]), -1, US_INV);
276 } else if (scriptName.length() != 0) {
278 top = scriptName;
307 // to the scriptName.
312 nextSpec = scriptName; // scriptName may be empty
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DTimelineManager.js260 var scriptResource = mainFrame.url === recordPayload.data.scriptName ? mainFrame.mainResource : mainFrame.resourceForURL(recordPayload.data.scriptName, true);
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Dmultixterm840 set scriptName [info script] ;# must get while it's active
892 set script [auto_execok $::scriptName]
/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.c410 CFStringRef scriptName = NULL; local
412 if (!GetCFStringFromDict(persEntry,&scriptName,kCCLScriptNameKey))
414 if (!scriptName)
417 rval = CFBundleCopyResourceURL(bundleRef, scriptName, NULL, NULL);
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtranstst.cpp3883 const char *scriptName = uscript_getShortName((UScriptCode)i); local
3884 if (scriptName == NULL) {
3890 sample.applyPropertyAlias("script", scriptName, status);

Completed in 315 milliseconds