Searched
full:slash (Results
451 -
475 of
1294) sorted by null
<<11121314151617181920>>
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
filelist.py | 193 is platform-dependent: slash on Unix; colon, slash, and backslash on 298 # IMHO is wrong -- '?' and '*' aren't supposed to match slash in Unix,
|
extension.py | 37 (where the setup script lives), in Unix form (slash-separated) 234 # had a slash in it; otherwise, it would s/.o/.c/
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
XSSAuditor.cpp | 67 // We also remove forward-slash, because it is common for some servers to collapse successive path components, eg, 188 // In HTTP URLs, characters following the first ?, #, or third slash may come from 194 // the first # or ?, the third slash, or the first slash or < once a comma is seen. 226 // check for a second slash for a comment, nor do we bother to check for 228 // slash, or less-than sign. [all...] |
/external/chromium_org/third_party/icu/source/data/unidata/ |
BidiMirroring.txt | 78 2215; 29F5 # DIVISION SLASH 128 2298; 29B8 # CIRCLED DIVISION SLASH 255 29C4; 29C5 # SQUARED RISING DIAGONAL SLASH 256 29C5; 29C4 # SQUARED FALLING DIAGONAL SLASH 521 # 2A0F; INTEGRAL AVERAGE WITH SLASH 587 # 2AEE; DOES NOT DIVIDE WITH REVERSED NEGATION SLASH
|
/external/chromium_org/third_party/skia/third_party/harfbuzz/contrib/tables/ |
BidiMirroring.txt | 69 2215; 29F5 # DIVISION SLASH 119 2298; 29B8 # CIRCLED DIVISION SLASH 246 29C4; 29C5 # SQUARED RISING DIAGONAL SLASH 247 29C5; 29C4 # SQUARED FALLING DIAGONAL SLASH 512 # 2A0F; INTEGRAL AVERAGE WITH SLASH 578 # 2AEE; DOES NOT DIVIDE WITH REVERSED NEGATION SLASH
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
Python.g | 302 term: factor ((STAR | SLASH | PERCENT | DOUBLESLASH ) factor)* 410 SLASH : '/' ;
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
URI.java | 404 // a) If <uriSpec> starts with a slash (/), it means <uriSpec> is absolute [all...] |
/external/chromium_org/chrome/common/extensions/ |
extension_constants.h | 17 // slash. Do not use this as a prefix/extent for the store. 25 // will contain a trailing slash and should be concatenated with an item ID
|
/external/chromium_org/net/http/ |
http_auth_cache.cc | 21 // No slash (absolute paths always start with slash, so this must be
|
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
DOMFileSystemBase.cpp | 144 // Remove the extra leading slash. 152 // Remove the extra leading slash.
|
/external/chromium_org/third_party/icu/source/common/ |
rbbirpt.h | 126 , {doExprCatOperator, 254, 21,0, FALSE} // 49 expr-cont-no-slash 224 "expr-cont-no-slash",
|
/external/chromium_org/third_party/zlib/contrib/minizip/ |
minizip.c | 411 /* The path name saved, should not include a leading slash. */ 433 savefilenameinzip = lastslash+1; // base filename follows last slash.
|
/external/chromium_org/tools/gn/ |
filesystem_utils_unittest.cc | 264 // One could argue about this case. Since the input doesn't have a slash it 294 // Should be case-and-slash-insensitive.
|
/external/e2fsprogs/util/ |
symlinks.c | 84 if (s[0] != '/') { /* tmp trailing slash simplifies things */ 105 *p-- = '\0'; /* remove tmp trailing slash */
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/ |
XMLTokener.java | 168 return XML.SLASH; 234 return XML.SLASH;
|
/external/icu/icu4c/source/common/ |
rbbirpt.h | 126 , {doExprCatOperator, 254, 21,0, FALSE} // 49 expr-cont-no-slash 224 "expr-cont-no-slash",
|
/external/iproute2/misc/ |
lnstat.c | 237 basename += 1; /* name after slash */ 239 basename = argv[0]; /* no slash */
|
/external/ipsec-tools/src/racoon/ |
prsa_par.y | 143 %token ADDR4 ADDR6 ADDRANY SLASH NUMBER BASE64 282 | SLASH NUMBER { $$ = $2; }
|
/external/jsilver/src/com/google/streamhtmlparser/impl/ |
JavascriptParserImpl.java | 136 * Called every time we find a slash ('/') character in the javascript 141 * <p>Implements the logic to figure out if this slash character is a
|
/external/libcxx/test/re/re.traits/ |
lookup_collatename.pass.cpp | 59 test("slash", std::string("/")); 135 test(L"slash", std::wstring(L"/"));
|
/external/nist-sip/java/gov/nist/core/ |
GenericObjectList.java | 56 protected static final String SLASH = Separators.SLASH;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/ |
lookup_collatename.pass.cpp | 59 test("slash", std::string("/")); 132 test(L"slash", std::wstring(L"/"));
|
/ndk/sources/host-tools/make-3.81/glob/ |
ChangeLog | 44 slash unless DIRNAME is just "x:/". 98 (prefix_array) [__MSDOS__, WINDOWS32]: Don't append a slash to
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
extension.py | 37 (where the setup script lives), in Unix form (slash-separated) 234 # had a slash in it; otherwise, it would s/.o/.c/
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
cname.h | 139 { "slash", '/' },
|
Completed in 852 milliseconds
<<11121314151617181920>>