HomeSort by relevance Sort by last modified time
    Searched full:link (Results 51 - 75 of 18913) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/markdown/tests/safe_mode/
unsafe_urls.txt 3 [link](javascript:alert%28'Hello%20world!'%29)
4 [link](vbscript:msgbox%28%22Hello%20world!%22%29)
5 [link](livescript:alert%28'Hello%20world!'%29)
6 [link](mocha:[code])
7 [link](jAvAsCrIpT:alert%28'Hello%20world!'%29)
8 [link](ja vas cr ipt:alert%28'Hello%20world!'%29)
9 [link](ja vas cr ipt:alert%28'Hello%20world!'%29)
10 [link](ja vas cr ipt:alert%28'Hello%20world!'%29)
11 [link](ja%09 %0Avas cr
ipt:alert%28'Hello%20world!'%29)
12 [link](ja%20vas%20cr%20ipt:alert%28'Hello%20world!'%29
    [all...]
  /external/mockito/src/org/mockito/verification/
Timeout.java 14 * See the javadoc for {@link VerificationWithTimeout}
17 * See javadoc for {@link VerificationWithTimeout}
24 * See the javadoc for {@link VerificationWithTimeout}
27 * See javadoc for {@link VerificationWithTimeout}
34 * See the javadoc for {@link VerificationWithTimeout}
41 * See the javadoc for {@link VerificationWithTimeout}
48 * See the javadoc for {@link VerificationWithTimeout}
55 * See the javadoc for {@link VerificationWithTimeout}
62 * See the javadoc for {@link VerificationWithTimeout}
70 * See the javadoc for {@link VerificationWithTimeout}
    [all...]
  /external/webkit/LayoutTests/fast/dom/HTMLLinkElement/
prefetch-beforeload.html 10 <p>This test will only print "PASS" or "FAIL" if link prefetches are
12 <link href="prefetch.link" rel="prefetch" onbeforeload="testPassed('beforeload called');return false" onload="testFailed('onload')" onerror="testFailed('onerror')" />
prefetch-beforeload-expected.txt 2 This test will only print "PASS" or "FAIL" if link prefetches are enabled, otherwise it will show nothing below.
prefetch-detached.html 11 document.getElementById('frag').innerHTML = '<link href="prefetch.link" rel="prefetch">';
15 var lnk = doc.createElement('link');
17 lnk.setAttribute('href', 'prefetch.link');
  /external/webkit/Source/WebCore/manual-tests/
preload-scanner-entities.html 2 <link href="non_existent_stylesheet1&ab-" rel="stylesheet">
3 <link href="non_existent_stylesheet2&#xY" rel="stylesheet">
4 <link href="non_existent_stylesheet3&#XY" rel="stylesheet">
  /external/webkit/Tools/TestResultServer/templates/
menu.html 15 <link type="text/css" rel="stylesheet" href="/stylesheets/menu.css" />
20 <ul>{% for title,link in menu %}
22 <a href="{{ link }}" >{{ title }}</a>
  /external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
file-with-anchor.html 8 var link = document.querySelector('a');
9 link.dispatchEvent(evt);
14 <a href="#anchor">Link to anchor</a><br>
  /libcore/luni/src/main/java/javax/xml/validation/
Validator.java 31 * <p>A processor that checks an XML document against {@link Schema}.</p>
36 * sure that one {@link Validator} object is not used from
42 * Note that while the {@link #validate(javax.xml.transform.Source)} and {@link #validate(javax.xml.transform.Source, javax.xml.transform.Result)}
43 * methods take a {@link Source} instance, the <code>Source</code>
59 * Derived classes must create {@link Validator} objects that have
60 * <tt>null</tt> {@link ErrorHandler} and
61 * <tt>null</tt> {@link LSResourceResolver}.
70 * {@link Schema#newValidator()}.
74 * <p>The reset <code>Validator</code> is not guaranteed to have the same {@link LSResourceResolver} or {@link ErrorHandler
    [all...]
  /cts/tools/signature-tools/templates/
ClassChangedLink.st 1 $Link(url={$it.packageName$.$it.name$.html}, name={<tt>$it.name$</tt>})$
PackageChangedLink.st 1 $Link(url={changes/pkg_$it.name$.html}, name={<tt>$it.name$</tt>})
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
IFlyoutPreferences.java 14 * Provider for preferences of flyout control of {@link FlyoutControlComposite}.
44 * @return the docking location - {@link #DOCK_WEST}, {@link #DOCK_EAST}, {@link #DOCK_NORTH} or
45 * {@link #DOCK_SOUTH}.
50 * @return the state of flyout - {@link #STATE_OPEN} or {@link #STATE_COLLAPSED}.
70 * Sets the state of flyout - {@link #STATE_OPEN} or {@link #STATE_COLLAPSED}.
  /external/guava/guava/src/com/google/common/collect/
ForwardingMap.java 38 * overriding {@link #put} alone <i>will not</i> change the behavior of {@link
43 * <p>Each of the {@code standard} methods, where appropriate, use {@link
137 * A sensible definition of {@link #putAll(Map)} in terms of {@link
138 * #put(Object, Object)}. If you override {@link #put(Object, Object)}, you
139 * may wish to override {@link #putAll(Map)} to forward to this
149 * A sensible, albeit inefficient, definition of {@link #remove} in terms of
150 * the {@code iterator} method of {@link #entrySet}. If you override {@link
    [all...]
  /external/iptables/extensions/
libxt_pkttype.man 1 This module matches the link-layer packet type.
  /external/junit/src/org/junit/internal/requests/
package-info.java 2 * Provides implementations of {@link org.junit.runner.Request}.
  /external/junit/src/org/junit/internal/runners/
package-info.java 2 * Provides implementations of {@link org.junit.runner.Runner}
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
myocamlbuild.ml 6 flag ["link"; "ocaml"; "g++"] (S[A"-cc"; A"g++"]);;
  /external/llvm/test/Linker/
PR8300.ll 1 ; RUN: llvm-link %S/Inputs/PR8300.a.ll %S/Inputs/PR8300.b.ll -o %t.bc
multiple-merged-structs.ll 1 ; RUN: llvm-link %S/Inputs/PR11464.a.ll %S/Inputs/PR11464.b.ll
  /external/markdown/MarkdownTest/Tests_2004/
Yuri-Links-in-Headers.text 10 # A header with a [link](http://www.link.com)
14 Another with a [link][a]
18 [a]: http://www.link.com/
Yuri-Links-in-Headers.text-out 13 <h1>A header with a <a href="http://www.link.com">link</a></h1>
15 <h2>Another with a <a href="http://www.link.com/">link</a></h2>
Yuri-Links-in-Headers.text-res 13 <h1>A header with a <a href="http://www.link.com">link</a></h1>
15 <h2>Another with a <a href="http://www.link.com/">link</a></h2>
  /external/markdown/tests/misc/
missing-link-def.html 1 <p>This is a [missing link][empty] and a <a href="http://example.com">valid</a> and [missing][again].</p
normalize.html 1 <p><a href="http://www.stuff.com/q?x=1&amp;y=2&lt;&gt;">Link</a></p
  /external/mockito/src/org/mockito/internal/util/
MockitoMock.java 6 * To be used un conjunction with {@link MockUtil#isMock(Object)}

Completed in 1646 milliseconds

1 23 4 5 6 7 8 91011>>