HomeSort by relevance Sort by last modified time
    Searched refs:script (Results 501 - 525 of 747) sorted by null

<<21222324252627282930

  /external/webkit/LayoutTests/http/conf/
apache2-debian-httpd.conf 562 AddHandler cgi-script .cgi .pl
590 # Action lets you define media types that will execute a script whenever
593 # Format: Action media/type /cgi-script/location
594 # Format: Action handler-name /cgi-script/location
622 # N.B.: You can redirect to a script or a document using server-side-includes.
627 # request will *not* be available to such a script.
apache2-httpd.conf 583 AddHandler cgi-script .cgi .pl
611 # Action lets you define media types that will execute a script whenever
614 # Format: Action media/type /cgi-script/location
615 # Format: Action handler-name /cgi-script/location
643 # N.B.: You can redirect to a script or a document using server-side-includes.
648 # request will *not* be available to such a script.
apache2-msys-httpd.conf 584 AddHandler cgi-script .cgi .pl
612 # Action lets you define media types that will execute a script whenever
615 # Format: Action media/type /cgi-script/location
616 # Format: Action handler-name /cgi-script/location
644 # N.B.: You can redirect to a script or a document using server-side-includes.
649 # request will *not* be available to such a script.
cygwin-httpd.conf 615 AddHandler cgi-script .cgi .pl
643 # Action lets you define media types that will execute a script whenever
646 # Format: Action media/type /cgi-script/location
647 # Format: Action handler-name /cgi-script/location
675 # N.B.: You can redirect to a script or a document using server-side-includes.
680 # request will *not* be available to such a script.
fedora-httpd.conf 687 AddHandler cgi-script .cgi .pl
711 # Action lets you define media types that will execute a script whenever
714 # Format: Action media/type /cgi-script/location
715 # Format: Action handler-name /cgi-script/location
  /external/webkit/Source/WebCore/html/parser/
HTMLDocumentParser.cpp 121 // Yet during fast/dom/HTMLScriptElement/script-load-events.html we do.
217 // The parser will pause itself when waiting on a script to load or run.
222 // If we don't run the script, we cannot allow the next token to be taken.
226 // If we're paused waiting for a script, we try to execute scripts before continuing.
311 // and script-sourced input streams whereas the spec treats them
407 // an external script to load, we can't finish parsing quite yet.
532 // Note: We only ever wait on one script at a time, so we always know this
546 // Ignore calls unless we have a script blocking the parser waiting on a
558 // Note: We only ever wait on one script at a time, so we always know this
567 ScriptController* HTMLDocumentParser::script() cons function in class:WebCore::HTMLDocumentParser
    [all...]
  /external/webkit/Source/WebCore/workers/
DefaultSharedWorkerRepository.cpp 252 // Loads the script on behalf of a worker.
295 InspectorInstrumentation::scriptImported(m_worker->scriptExecutionContext(), m_scriptLoader->identifier(), m_scriptLoader->script());
296 DefaultSharedWorkerRepository::instance().workerScriptLoaded(*m_proxy, m_worker->scriptExecutionContext()->userAgent(m_scriptLoader->url()), m_scriptLoader->script(), m_port.release());
384 // If proxy is already running, just connect to it - otherwise, kick off a loader to load the script.
WorkerContext.cpp 174 // Let current script run to completion but prevent future script evaluations.
257 InspectorInstrumentation::scriptImported(scriptExecutionContext(), scriptLoader.identifier(), scriptLoader.script());
260 m_script->evaluate(ScriptSourceCode(scriptLoader.script(), scriptLoader.responseURL()), &exception);
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebKitPluginClient.defs 123 script :data_t;
  /external/webkit/Source/WebKit/wx/
WebFrame.cpp 229 WebCore::ScriptController* controller = m_impl->frame->script();
235 returnValue = wxString(result.toString(m_impl->frame->script()->globalObject(WebCore::mainThreadNormalWorld())->globalExec()).utf8().data(), wxConvUTF8);
  /hardware/ril/mock-ril/src/cpp/
js_support.cpp 290 v8::Handle<v8::Script> script = v8::Script::Compile( local
295 // Run the resulting script
296 v8::Handle<v8::Value> result = script->Run();
298 LOGE("-- Running the script failed");
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_script.cpp 106 int execute_functional_script(char *script) {
122 cmd = strtok_r((char *) script, DELIMITER, &ctx);
1058 char *script; local
1074 printf("\n SCRIPT : <%s> is currently being executed \n",script_name);
    [all...]
  /ndk/build/core/
default-build-commands.mk 82 # the toolchain's setup.mk script.
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 206 <script type="text/javascript">
211 </script>
  /external/bison/djgpp/
config.bat 145 Rem Create an arguments file for the configure script.
377 Rem install-sh is required by the configure script but clashes with the
379 Rem script runs and rename it afterwards
413 Rem Update the arguments file for the configure script.
422 Rem Update the arguments file for the configure script.
426 echo Running the ./configure script...
454 echo ./configure script editing failed!
462 echo ./configure script exited abnormally!
  /external/clang/tools/scan-build/
scan-build 10 # A script designed to wrap a build so that all calls to gcc are intercepted
25 my $Verbose = 0; # Verbose output from this script.
534 <script src="sorttable.js"></script>
535 <script language='javascript' type="text/javascript">
583 </script>
    [all...]
  /external/dhcpcd/
if-options.c 59 {"script", required_argument, NULL, 'c'},
348 strlcpy(ifo->script, arg, sizeof(ifo->script));
787 strlcpy(ifo->script, SCRIPT, sizeof(ifo->script));
  /external/harfbuzz/src/
harfbuzz-hangul.c 31 // Hangul is a syllable based script. Unicode reserves a large range
219 assert(item->item.script == HB_Script_Hangul);
  /external/icu4c/i18n/
transreg.cpp 196 * A Spec may be a locale or a script. If it is a locale, it has a
198 * ssss is the script mapping of xx_YY_ZZZ. The Spec API methods
203 * canonical form, or the script is transformed from an abbreviation
256 // Canonicalize script name -or- do locale->script mapping
259 UScriptCode script[capacity]={USCRIPT_INVALID_CODE}; local
261 script, capacity, &status);
262 if (num > 0 && script[0] != USCRIPT_INVALID_CODE) {
263 scriptName = UnicodeString(uscript_getName(script[0]), -1, US_INV);
275 // We are a script; use canonical nam
    [all...]
  /external/icu4c/tools/gendraft/
genheaders.pl 142 * Created by: genheaders.pl, a perl script written by Ram Viswanadha
  /external/icu4c/tools/genren/
genren.pl 85 * Created by: Perl script written by Vladimir Weinstein
  /external/libvpx/build/make/
gen_msvs_sln.sh 22 This script generates a Visual Studio 2005 solution file from a list of project
  /external/llvm/utils/
codegen-diff 104 It's easiest to save this output by using B<script>.
129 L<gdb(1)>, L<objdump(1)>, L<script(1)>.
  /external/ppp/pppd/
ipv6cp.c 311 * run an ipcp-up/down script while one is already running.
    [all...]
ipxcp.c 91 static void ipxcp_script __P((fsm *, char *)); /* Run an up/down script */
    [all...]

Completed in 1290 milliseconds

<<21222324252627282930