HomeSort by relevance Sort by last modified time
    Searched refs:script (Results 1001 - 1025 of 2082) sorted by null

<<41424344454647484950>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
CGIHTTPServer.py 17 Note that status code 200 is sent prior to execution of a CGI script, so
74 """Test whether self.path corresponds to a CGI script.
77 (dir, rest) if self.path requires running a CGI script.
100 """Test whether argument path is a Python script."""
105 """Execute a CGI script."""
128 # dissect the part after the directory name into a script name &
132 script, rest = rest[:i], rest[i:]
134 script, rest = rest, ''
136 scriptname = dir + '/' + script
139 self.send_error(404, "No such CGI script (%r)" % scriptname)
    [all...]
  /external/ImageMagick/www/api/
attribute.php 33 <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
38 <script>
40 </script>
43 <a class="magick-nav-item " href="../script/binary-releases.php">Download</a>
44 <a class="magick-nav-item " href="../script/command-line-tools.php">Tools</a>
45 <a class="magick-nav-item " href="../script/command-line-options.php">Options</a>
46 <a class="magick-nav-item " href="../script/resources.php">Resources</a>
47 <a class="magick-nav-item " href="../script/api.php">Develop</a>
48 <a class="magick-nav-item " href="../script/search.php">Search</a
    [all...]
distort.php 33 <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
38 <script>
40 </script>
43 <a class="magick-nav-item " href="../script/binary-releases.php">Download</a>
44 <a class="magick-nav-item " href="../script/command-line-tools.php">Tools</a>
45 <a class="magick-nav-item " href="../script/command-line-options.php">Options</a>
46 <a class="magick-nav-item " href="../script/resources.php">Resources</a>
47 <a class="magick-nav-item " href="../script/api.php">Develop</a>
48 <a class="magick-nav-item " href="../script/search.php">Search</a
    [all...]
draw.php 33 <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
38 <script>
40 </script>
43 <a class="magick-nav-item " href="../script/binary-releases.php">Download</a>
44 <a class="magick-nav-item " href="../script/command-line-tools.php">Tools</a>
45 <a class="magick-nav-item " href="../script/command-line-options.php">Options</a>
46 <a class="magick-nav-item " href="../script/resources.php">Resources</a>
47 <a class="magick-nav-item " href="../script/api.php">Develop</a>
48 <a class="magick-nav-item " href="../script/search.php">Search</a
    [all...]
paint.php 33 <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
38 <script>
40 </script>
43 <a class="magick-nav-item " href="../script/binary-releases.php">Download</a>
44 <a class="magick-nav-item " href="../script/command-line-tools.php">Tools</a>
45 <a class="magick-nav-item " href="../script/command-line-options.php">Options</a>
46 <a class="magick-nav-item " href="../script/resources.php">Resources</a>
47 <a class="magick-nav-item " href="../script/api.php">Develop</a>
48 <a class="magick-nav-item " href="../script/search.php">Search</a
    [all...]
profile.php 33 <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
38 <script>
40 </script>
43 <a class="magick-nav-item " href="../script/binary-releases.php">Download</a>
44 <a class="magick-nav-item " href="../script/command-line-tools.php">Tools</a>
45 <a class="magick-nav-item " href="../script/command-line-options.php">Options</a>
46 <a class="magick-nav-item " href="../script/resources.php">Resources</a>
47 <a class="magick-nav-item " href="../script/api.php">Develop</a>
48 <a class="magick-nav-item " href="../script/search.php">Search</a
    [all...]
  /external/autotest/site_utils/
add_detected_host_labels.py 6 """A small wrapper script, iterates through
14 - If a label is added by this script because it
16 unsupported, this script has no way to know that it
100 Entry point for add_detected_host_labels script.
  /external/conscrypt/
gradlew.bat 4 @rem Gradle startup script for Windows
16 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
  /external/dhcpcd-6.8.2/
Android.mk 50 LOCAL_SRC_FILES += script.c
52 LOCAL_SRC_FILES += script-stub.c
  /external/droiddriver/
gradlew.bat 4 @rem Gradle startup script for Windows
11 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
HtmlTooltipHelper.java 255 private static int evaluateScriptInt(Browser browser, String script) throws Exception {
256 Object o = ReflectionUtils.invokeMethod(browser, "evaluate(java.lang.String)", script);
261 String script = "document.getElementById('_wbp_close').style.display = 'none'"; local
262 ReflectionUtils.invokeMethod(browser, "evaluate(java.lang.String)", script);
  /external/freetype/src/autofit/
afshaper.c 51 * with all lookups specific to the OpenType script activated. It
87 /* load HarfBuzz script tags */
88 #undef SCRIPT
89 #define SCRIPT( s, S, d, h, H, ss ) h,
106 hb_set_t* gsub_lookups; /* GSUB lookups for a given script */
108 hb_set_t* gpos_lookups; /* GPOS lookups for a given script */
111 hb_script_t script; local
135 script = scripts[style_class->script];
137 /* Convert a HarfBuzz script tag into the corresponding OpenType *
    [all...]
  /external/harfbuzz_ng/src/
hb-common.cc 367 * Converts an ISO 15924 script tag to a corresponding #hb_script_t.
391 /* Script variants from http://unicode.org/iso15924/ */
400 /* If it looks right, just use the tag as a script */
414 * Converts a string @str representing an ISO 15924 script tag to a
431 * @script: an #hb_script_ to convert.
436 * An #hb_tag_t representing an ISO 15924 script tag.
441 hb_script_to_iso15924_tag (hb_script_t script)
443 return (hb_tag_t) script;
448 * @script:
457 hb_script_get_horizontal_direction (hb_script_t script)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
LocaleValidityChecker.java 74 final String script = locale.getScript(); local
80 // if (!script.isEmpty() || !region.isEmpty() || variantString.isEmpty()
94 if (!isValid(Datatype.script, script, where)) return false;
301 return ValidIdentifiers.isValid(Datatype.script, REGULAR_ONLY, subtag) != null;
303 // any script code except Common and Inherited.
307 // others - where all codes not explicitly mentioned should be ordered. The script code Zzzz (Unknown Script) is a synonym for others. return false;
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
AnyTransliterator.java 127 * ccccSScSSccccTTcTcccc - where c is common, S is the first script and T is the second
141 private int script; field in class:AnyTransliterator.ScriptRunIterator
154 script = UScript.INVALID_CODE;
171 // Phase 1. Backup the START value through COMMON until we get to expanse.start or a real script.
182 // PHASE 2. Move up the LIMIT value through COMMON or single script until we get to expanse.limit
191 // if we find a real script:
192 // if we already had a script, bail
193 // otherwise set our script
201 script = lastScript;
235 return UScript.getName(script);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
LocaleValidityChecker.java 72 final String script = locale.getScript(); local
78 // if (!script.isEmpty() || !region.isEmpty() || variantString.isEmpty()
92 if (!isValid(Datatype.script, script, where)) return false;
299 return ValidIdentifiers.isValid(Datatype.script, REGULAR_ONLY, subtag) != null;
301 // any script code except Common and Inherited.
305 // others - where all codes not explicitly mentioned should be ordered. The script code Zzzz (Unknown Script) is a synonym for others. return false;
  /external/minijail/
libminijail_unittest.cc 227 char script[buf_len]; local
233 snprintf(script,
234 sizeof(script),
242 argv[2] = script;
  /external/smali/
gradlew.bat 4 @rem Gradle startup script for Windows
11 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
  /external/testng/
gradlew.bat 4 @rem Gradle startup script for Windows
11 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
  /external/v8/src/debug/
debug-interface.h 144 * Defines location inside script.
165 * Native wrapper around v8::internal::Script object.
167 class Script {
186 * script parameter is a wrapper v8::internal::JSObject for
187 * v8::internal::Script.
188 * This function gets v8::internal::Script from v8::internal::JSObject and
189 * wraps it with DebugInterface::Script.
191 * v8::internal::Script.
193 static MaybeLocal<Script> Wrap(Isolate* isolate,
194 v8::Local<v8::Object> script);
    [all...]
  /external/v8/src/
pending-compilation-error-handler.h 18 class Script;
77 void ThrowPendingError(Isolate* isolate, Handle<Script> script);
  /external/volley/
gradlew.bat 4 @rem Gradle startup script for Windows
16 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
  /external/vulkan-validation-layers/demos/smoke/android/
gradlew.bat 4 @rem Gradle startup script for Windows
11 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
  /external/wpa_supplicant_8/wpa_supplicant/examples/
p2p-action-udhcp.sh 34 -s /etc/udhcpc.script
  /frameworks/base/tests/TouchLatency/
gradlew.bat 4 @rem Gradle startup script for Windows
11 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.

Completed in 900 milliseconds

<<41424344454647484950>>