HomeSort by relevance Sort by last modified time
    Searched full:dashes (Results 1 - 25 of 324) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/markdown/MarkdownTest/Tests_2004/
Horizontal rules.text 0 Dashes:
Horizontal rules.html 1 <p>Dashes:</p>
Horizontal rules.text-out 9 <p>Dashes:</p>
Horizontal rules.text-res 9 <p>Dashes:</p>
  /external/markdown/MarkdownTest/Tests_2007/
Horizontal rules.text 0 Dashes:
Horizontal rules.html 1 <p>Dashes:</p>
  /external/markdown/tests/markdown-test/
horizontal-rules.txt 0 Dashes:
horizontal-rules.html 1 <p>Dashes:</p>
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
jquery.flot.dashes.js 2 * jQuery.flot.dashes
6 * dashes: {
10 * // Whether to show dashes for the series.
20 * // Controls the length of the individual dashes and the amount of
22 * // If this is a number, the dashes and spaces will have that length.
35 if (!series.dashes.show) return;
54 if (series.dashes.dashLength[0]) {
55 dashOnLength = series.dashes.dashLength[0];
56 if (series.dashes.dashLength[1]) {
57 dashOffLength = series.dashes.dashLength[1]
    [all...]
  /external/strace/
count.c 164 const char *dashes = "-------------------------"; local
197 dashes, dashes, dashes, dashes, dashes, dashes);
222 dashes, dashes, dashes, dashes, dashes, dashes)
    [all...]
  /external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
PHP SmartyPants Readme.txt 29 * Dashes (`--` and `---`) into en- and em-dash entities
33 quotes, plain dashes, and plain dots, but your published posts (and
34 final HTML output) will appear with smart quotes, em-dashes, and proper
167 backticks-style), em-dashes, and ellipses. `--` (dash dash) is
168 used to signify an em-dash; there is no support for en-dashes.
172 typewriter shorthand for dashes: `--` (dash dash) for en-dashes,
173 `---` (dash dash dash) for em-dashes.
176 Same as smarty_pants="2", but inverts the shorthand for dashes: `--`
177 (dash dash) for em-dashes, and `---` (dash dash dash) for en-dashes
    [all...]
  /frameworks/base/graphics/java/android/graphics/
DashPathEffect.java 26 * controls the length of the dashes. The paint's strokeWidth controls the
27 * thickness of the dashes.
  /external/webkit/Source/WebCore/WebCore.gyp/scripts/
action_maketokenizer.py 55 dashes = len(args)
57 dashes = args.index('--')
59 sections.append(args[:dashes])
62 if dashes + 1 == len(args):
69 args = args[dashes + 1:]
action_useragentstylesheets.py 58 dashes = len(args)
60 dashes = args.index('--')
62 sections.append(args[:dashes])
65 if dashes + 1 == len(args):
72 args = args[dashes + 1:]
action_csspropertynames.py 57 dashes = len(args)
59 dashes = args.index('--')
61 sections.append(args[:dashes])
64 if dashes + 1 == len(args):
71 args = args[dashes + 1:]
rule_binding.py 61 dashes = len(args)
63 dashes = args.index('--')
65 sections.append(args[:dashes])
68 if dashes + 1 == len(args):
75 args = args[dashes + 1:]
action_cssvaluekeywords.py 61 dashes = len(args)
63 dashes = args.index('--')
65 sections.append(args[:dashes])
68 if dashes + 1 == len(args):
75 args = args[dashes + 1:]
action_makenames.py 70 dashes = len(args)
72 dashes = args.index('--')
74 sections.append(args[:dashes])
77 if dashes + 1 == len(args):
84 args = args[dashes + 1:]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/
benchmark.zip 
  /external/webkit/Tools/android/flex-2.5.4a/MISC/
debflex.awk 58 dashes = "-----------------------------------------------------------";
79 # splitting this way we loose some double dashes and
106 print dashes; # Simplify trace of buffer reloads
  /sdk/eclipse/scripts/
build_update_site.sh 6 # The build number cannot contain spaces *nor* periods (dashes are ok.)
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/
README.txt 21 jquery.flot.dashes.js is an enhancement of Flot for dashed lines and from
  /external/openssl/crypto/objects/
objects.README 18 Note that if the base name contains spaces, dashes or periods,
  /external/webkit/Source/WebCore/css/
SVGCSSComputedStyleDeclaration.cpp 49 static PassRefPtr<CSSValue> strokeDashArrayToCSSValueList(const Vector<SVGLength>& dashes)
51 if (dashes.isEmpty())
55 const Vector<SVGLength>::const_iterator end = dashes.end();
56 for (Vector<SVGLength>::const_iterator it = dashes.begin(); it != end; ++it)
  /external/webkit/Source/WebCore/platform/graphics/cairo/
CairoUtilities.cpp 47 Vector<double> dashes(dashCount);
50 cairo_get_dash(srcCr, dashes.data(), &offset);
51 cairo_set_dash(dstCr, dashes.data(), dashCount, offset);

Completed in 393 milliseconds

1 2 3 4 5 6 7 8 91011>>