HomeSort by relevance Sort by last modified time
    Searched refs:script (Results 701 - 725 of 981) 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/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);
  /gdk/build/core/
build-binary.mk 27 # included the module build script.
  /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 ALOGE("-- Running the script failed");
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
ant.bat 51 rem %~dp0 is expanded pathname of the current script under NT
207 rem If there were no errors, we run the post 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/linux-tools-perf/util/
trace-event.h 283 int (*start_script) (const char *script, int argc, const char **argv);
  /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/openfst/src/include/fst/script/
arg-packs.h 36 namespace script { namespace in namespace:fst
237 } // namespace script
draw-impl.h 28 #include <fst/script/fst-class.h>
fst-class.h 37 namespace script { namespace in namespace:fst
339 } // namespace script

Completed in 703 milliseconds

<<21222324252627282930>>