Searched refs:globally (Results 1 – 25 of 101) sorted by relevance
12345
/external/owasp/sanitizer/src/main/org/owasp/html/examples/ |
D | EbayPolicyExample.java | 127 .allowAttributes("id").matching(HTML_ID).globally() 128 .allowAttributes("class").matching(HTML_CLASS).globally() 130 .globally() 131 .allowAttributes("title").matching(HTML_TITLE).globally()
|
D | SlashdotPolicyExample.java | 71 .allowAttributes("title").globally() 78 .globally()
|
/external/autotest/client/site_tests/network_Ipv6SimpleNegotiation/ |
D | control | 10 globally scoped address and obtain IPv6 DNS server addresses through 20 Tests that we can acquire an IPv6 globally scoped address and IPv6 DNS
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
D | HtmlSanitizerTest.java | 361 .globally() in sanitize() 374 .globally() in sanitize()
|
D | HtmlPolicyBuilderFuzzerTest.java | 62 .allowAttributes("title").globally()
|
D | AntiSamyTest.java | 78 .allowAttributes("class", "id", "title").globally() in makePolicy()
|
/external/python/cpython2/Doc/library/ |
D | ensurepip.rst | 65 than globally for the current Python installation (this option is not 104 globally.
|
D | gettext.rst | 29 translation of your entire application globally. Often this is what you want if 361 the entire application globally, and specifically the built-in namespace, 604 globally into the built-in namespace, usually in the main driver file of your
|
/external/python/cpython3/Doc/library/ |
D | ensurepip.rst | 65 than globally for the current Python installation (this option is not 106 globally.
|
D | gettext.rst | 30 translation of your entire application globally. Often this is what you want if 312 the entire application globally, and specifically the built-in namespace, 519 globally into the built-in namespace, usually in the main driver file of your
|
/external/swiftshader/third_party/LLVM/utils/lit/lit/ExampleTests/Clang/ |
D | lit.cfg | 10 # For now we require '&&' between commands, until they get globally killed and
|
/external/eigen/cmake/ |
D | FindSuperLU.cmake | 33 # check whether struct mem_usage_t is globally defined
|
/external/iptables/extensions/ |
D | libxt_osf.man | 16 globally-routable addresses.
|
/external/tensorflow/tensorflow/core/framework/ |
D | cost_graph.proto | 14 // The name of the node. Names are globally unique.
|
/external/llvm/ |
D | Android.bp | 74 // We also must undefine WIN32_LEAN_AND_MEAN, since it is being passed globally
|
/external/libedit/src/ |
D | readline.c | 463 int globally) in _rl_compat_sub() argument 478 if (!globally) in _rl_compat_sub() 493 if (!globally) { in _rl_compat_sub()
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | HtmlPolicyBuilder.java | 726 public HtmlPolicyBuilder globally() {
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
D | atsections.dox | 139 /// generated .h file of each of them, possibly globally, but almost certainly in a context where y…
|
/external/parameter-framework/upstream/tools/xmlGenerator/ |
D | README.md | 159 - if you need to modify a rule, do not hesitate to rework it globally.
|
/external/swiftshader/third_party/subzero/docs/ |
D | ALLOCATION.rst | 55 Objects of type Constant, or a subclass of Constant, are pooled globally. The
|
/external/python/cpython3/Doc/using/ |
D | mac.rst | 83 its Preferences menu to change things globally.
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | invalid-thumbv7.txt | 4 # This file is checking Thumbv7 encodings which are globally invalid, usually due
|
/external/mdnsresponder/ |
D | README.txt | 53 is globally unique (e.g. "www.apple.com.") or whether that name has only
|
/external/python/cpython2/Doc/using/ |
D | mac.rst | 90 its Preferences menu to change things globally.
|
/external/python/cpython3/Lib/idlelib/ |
D | TODO.txt | 6 - manage breakpoints globally, allow bp deletion, tbreak, cbreak etc.
|
12345