Home
last modified time | relevance | path

Searched refs:quotes (Results 126 – 150 of 24218) sorted by relevance

12345678910>>...969

/dports/science/nwchem-data/nwchem-7.0.2-release/contrib/
H A Dfindconstfh.pl33 $quotes = 0;
36 if ($c eq "'") {$quotes++;}
37 if ($debug) {print "c: < $c > [$quotes] \n";}
50 if ($debug && $quotes) {print "number of quotes $quotes\n";}
51 if ($quotes % 2) {
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/contrib/
H A Dfindconstfh.pl33 $quotes = 0;
36 if ($c eq "'") {$quotes++;}
37 if ($debug) {print "c: < $c > [$quotes] \n";}
50 if ($debug && $quotes) {print "number of quotes $quotes\n";}
51 if ($quotes % 2) {
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/parsoid/src/Html2Wt/DOMHandlers/
H A DQuoteHandler.php14 public $quotes; variable in Wikimedia\\Parsoid\\Html2Wt\\DOMHandlers\\QuoteHandler
17 * @param string $quotes Quote sequence to match as opener/closer
19 public function __construct( string $quotes ) { argument
21 $this->quotes = $quotes;
31 $state->emitChunk( $this->quotes, $node );
42 $state->emitChunk( $this->quotes, $node );
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Modules/
H A Ddouble-quotes.m6 // RUN: %hmaptool write %S/Inputs/double-quotes/a.hmap.json %t/a.hmap
7 // RUN: %hmaptool write %S/Inputs/double-quotes/x.hmap.json %t/x.hmap
9 // RUN: sed -e "s:TEST_DIR:%S/Inputs/double-quotes:g" \
10 // RUN: %S/Inputs/double-quotes/z.yaml > %t/z.yaml
16 // RUN: -F%S/Inputs/double-quotes -I%S/Inputs/double-quotes \
21 // RUN: -F%S/Inputs/double-quotes -I%S/Inputs/double-quotes \
37 // expected-warning@Inputs/double-quotes/A.framework/Headers/A.h:1{{double-quoted include "A0.h" in…
38 // expected-warning@Inputs/double-quotes/A.framework/Headers/A.h:2{{double-quoted include "B.h" in …
39 // expected-warning@Inputs/double-quotes/flat-header-path/Z.h:1{{double-quoted include "B.h" in fra…
/dports/textproc/R-cran-utf8/utf8/src/
H A Dtext.c97 int err = 0, w, fullwidth, width, quotes; in rutf8_text_lrender() local
101 quotes = quote ? 2 : 0; in rutf8_text_lrender()
107 if (fullwidth <= width_min - quotes) { in rutf8_text_lrender()
150 int err = 0, fullwidth, quotes; in rutf8_text_rrender() local
152 quotes = quote ? 2 : 0; in rutf8_text_rrender()
157 if (fullwidth <= width_min - quotes) { in rutf8_text_rrender()
158 fullwidth += quotes; in rutf8_text_rrender()
205 quotes = quote ? 2 : 0; in rutf8_text_lformat()
210 + quotes); in rutf8_text_lformat()
256 int err = 0, w, width, quotes, trunc; in rutf8_text_rformat() local
[all …]
/dports/devel/pear-PhpDocumentor/PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/
H A Dleft_frame.tpl65 …reeItem('{$info[p].classes[class].title|escape:"quotes"}', '{$info[p].classes[class].link|escape:"
79 …reeItem('{$info[p].classes[class].title|escape:"quotes"}', '{$info[p].classes[class].link|escape:"
92 …('{$info[p].functions[nonclass].title|escape:"quotes"}', '{$info[p].functions[nonclass].link|escap…
100 var tree_file = new WebFXTreeItem('File(s)', '{$packagedoc|escape:"quotes"}');
103 …eeItem('{$info[p].files[nonclass].title|escape:"quotes"}', '{$info[p].files[nonclass].link|escape:…
114 …reeItem('<span class="sub-package">{$info[p].subpackage}</span>', '{$packagedoc|escape:"quotes"}');
153 var subpackagetree_classe = new WebFXTreeItem('Class(es)', '{$packagedoc|escape:"quotes"}');
156 …reeItem('{$info[p].classes[class].title|escape:"quotes"}', '{$info[p].classes[class].link|escape:"
167 …('{$info[p].functions[nonclass].title|escape:"quotes"}', '{$info[p].functions[nonclass].link|escap…
175 var subpackagetree_file = new WebFXTreeItem('File(s)', '{$packagedoc|escape:"quotes"}');
[all …]
/dports/finance/p5-Finance-Quote/Finance-Quote-1.51/t/
H A Dcdnfundlibrary.t43 my %quotes = $q->fetch($method, @symbols);
44 ok(%quotes);
50 …ok($lambda->($quotes{$symbol, $key}, $symbol, \%quotes), "$key -> " . (defined $quotes{$symbol, $k…
55 ok((not $quotes{'BOGUS', 'success'}), 'failed as expected');
H A Dcomdirect.t49 my %quotes = $q->fetch($method, @symbols);
50 ok(%quotes);
56 …ok($lambda->($quotes{$symbol, $key}, $symbol, \%quotes), "$key -> " . (defined $quotes{$symbol, $k…
61 ok((not $quotes{'BOGUS', 'success'}), 'failed as expected');
H A Ddws.t46 my %quotes = $q->fetch($method, @symbols);
47 ok(%quotes);
53 …ok($lambda->($quotes{$symbol, $key}, $symbol, \%quotes), "$key -> " . (defined $quotes{$symbol, $k…
58 ok((not $quotes{'BOGUS', 'success'}), 'failed as expected');
H A Dnzx.t45 my %quotes = $q->fetch($method, @symbols);
46 ok(%quotes);
52 …ok($lambda->($quotes{$symbol, $key}, $symbol, \%quotes), "$key -> " . (defined $quotes{$symbol, $k…
57 ok((not $quotes{'BOGUS', 'success'}), 'failed as expected');
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Core/Asset/css_test_files/
H A Dquotes.css.optimized.css9quotes: none"]{quotes:none;}q[style*='quotes: none']{quotes:none;}q:after{content:": colon & escap…
/dports/www/drupal7/drupal-7.82/modules/simpletest/files/css_test_files/
H A Dquotes.css.optimized.css9quotes: none"]{quotes:none;}q[style*='quotes: none']{quotes:none;}q:after{content:": colon & escap…
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Core/Asset/css_test_files/
H A Dquotes.css.optimized.css9quotes: none"]{quotes:none;}q[style*='quotes: none']{quotes:none;}q:after{content:": colon & escap…
/dports/lang/purescript/purescript-0.14.5/tests/purs/passing/
H A DBlockStringEdgeCases.purs15 assert' "two quotes" ("""""""" == "\"\"")
16 assert' "starts with two quotes" ("""""x""" == "\"\"x")
17 assert' "ends with two quotes" ("""x""""" == "x\"\"")
18 assert' "starts and ends with two quotes" ("""""x""""" == "\"\"x\"\"")
26 assert' "too many quotes 1" (Tuple """"""""" " == Tuple "\"\"" " ")
27 assert' "too many quotes 2" (Tuple """""""""" == Tuple "\"\"" "")
28 assert' "too many quotes 3" (Tuple """x"""""" " == Tuple "x\"\"" " ")
29 assert' "too many quotes 4" (Tuple """x""""""" == Tuple "x\"\"" "")
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Modules/
H A Ddouble-quotes.m4 // RUN: %hmaptool write %S/Inputs/double-quotes/a.hmap.json %t/a.hmap
5 // RUN: %hmaptool write %S/Inputs/double-quotes/x.hmap.json %t/x.hmap
7 // RUN: sed -e "s@TEST_DIR@%{/S:regex_replacement}/Inputs/double-quotes@g" \
8 // RUN: %S/Inputs/double-quotes/z.yaml > %t/z.yaml
14 // RUN: -F%S/Inputs/double-quotes -I%S/Inputs/double-quotes \
19 // RUN: -F%S/Inputs/double-quotes -I%S/Inputs/double-quotes \
38 // expected-warning@Inputs/double-quotes/A.framework/Headers/A.h:1{{double-quoted include "A0.h" in…
39 // expected-warning@Inputs/double-quotes/A.framework/Headers/A.h:2{{double-quoted include "B.h" in …
40 // expected-warning@Inputs/double-quotes/flat-header-path/Z.h:1{{double-quoted include "B.h" in fra…
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Modules/
H A Ddouble-quotes.m4 // RUN: %hmaptool write %S/Inputs/double-quotes/a.hmap.json %t/a.hmap
5 // RUN: %hmaptool write %S/Inputs/double-quotes/x.hmap.json %t/x.hmap
7 // RUN: sed -e "s@TEST_DIR@%{/S:regex_replacement}/Inputs/double-quotes@g" \
8 // RUN: %S/Inputs/double-quotes/z.yaml > %t/z.yaml
14 // RUN: -F%S/Inputs/double-quotes -I%S/Inputs/double-quotes \
19 // RUN: -F%S/Inputs/double-quotes -I%S/Inputs/double-quotes \
38 // expected-warning@Inputs/double-quotes/A.framework/Headers/A.h:1{{double-quoted include "A0.h" in…
39 // expected-warning@Inputs/double-quotes/A.framework/Headers/A.h:2{{double-quoted include "B.h" in …
40 // expected-warning@Inputs/double-quotes/flat-header-path/Z.h:1{{double-quoted include "B.h" in fra…
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Modules/
H A Ddouble-quotes.m4 // RUN: %hmaptool write %S/Inputs/double-quotes/a.hmap.json %t/a.hmap
5 // RUN: %hmaptool write %S/Inputs/double-quotes/x.hmap.json %t/x.hmap
7 // RUN: sed -e "s@TEST_DIR@%{/S:regex_replacement}/Inputs/double-quotes@g" \
8 // RUN: %S/Inputs/double-quotes/z.yaml > %t/z.yaml
14 // RUN: -F%S/Inputs/double-quotes -I%S/Inputs/double-quotes \
19 // RUN: -F%S/Inputs/double-quotes -I%S/Inputs/double-quotes \
38 // expected-warning@Inputs/double-quotes/A.framework/Headers/A.h:1{{double-quoted include "A0.h" in…
39 // expected-warning@Inputs/double-quotes/A.framework/Headers/A.h:2{{double-quoted include "B.h" in …
40 // expected-warning@Inputs/double-quotes/flat-header-path/Z.h:1{{double-quoted include "B.h" in fra…
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Modules/
H A Ddouble-quotes.m4 // RUN: %hmaptool write %S/Inputs/double-quotes/a.hmap.json %t/a.hmap
5 // RUN: %hmaptool write %S/Inputs/double-quotes/x.hmap.json %t/x.hmap
7 // RUN: sed -e "s@TEST_DIR@%{/S:regex_replacement}/Inputs/double-quotes@g" \
8 // RUN: %S/Inputs/double-quotes/z.yaml > %t/z.yaml
14 // RUN: -F%S/Inputs/double-quotes -I%S/Inputs/double-quotes \
19 // RUN: -F%S/Inputs/double-quotes -I%S/Inputs/double-quotes \
38 // expected-warning@Inputs/double-quotes/A.framework/Headers/A.h:1{{double-quoted include "A0.h" in…
39 // expected-warning@Inputs/double-quotes/A.framework/Headers/A.h:2{{double-quoted include "B.h" in …
40 // expected-warning@Inputs/double-quotes/flat-header-path/Z.h:1{{double-quoted include "B.h" in fra…
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Modules/
H A Ddouble-quotes.m4 // RUN: %hmaptool write %S/Inputs/double-quotes/a.hmap.json %t/a.hmap
5 // RUN: %hmaptool write %S/Inputs/double-quotes/x.hmap.json %t/x.hmap
7 // RUN: sed -e "s@TEST_DIR@%{/S:regex_replacement}/Inputs/double-quotes@g" \
8 // RUN: %S/Inputs/double-quotes/z.yaml > %t/z.yaml
14 // RUN: -F%S/Inputs/double-quotes -I%S/Inputs/double-quotes \
19 // RUN: -F%S/Inputs/double-quotes -I%S/Inputs/double-quotes \
38 // expected-warning@Inputs/double-quotes/A.framework/Headers/A.h:1{{double-quoted include "A0.h" in…
39 // expected-warning@Inputs/double-quotes/A.framework/Headers/A.h:2{{double-quoted include "B.h" in …
40 // expected-warning@Inputs/double-quotes/flat-header-path/Z.h:1{{double-quoted include "B.h" in fra…
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Modules/
H A Ddouble-quotes.m4 // RUN: %hmaptool write %S/Inputs/double-quotes/a.hmap.json %t/a.hmap
5 // RUN: %hmaptool write %S/Inputs/double-quotes/x.hmap.json %t/x.hmap
7 // RUN: sed -e "s@TEST_DIR@%{/S:regex_replacement}/Inputs/double-quotes@g" \
8 // RUN: %S/Inputs/double-quotes/z.yaml > %t/z.yaml
14 // RUN: -F%S/Inputs/double-quotes -I%S/Inputs/double-quotes \
19 // RUN: -F%S/Inputs/double-quotes -I%S/Inputs/double-quotes \
38 // expected-warning@Inputs/double-quotes/A.framework/Headers/A.h:1{{double-quoted include "A0.h" in…
39 // expected-warning@Inputs/double-quotes/A.framework/Headers/A.h:2{{double-quoted include "B.h" in …
40 // expected-warning@Inputs/double-quotes/flat-header-path/Z.h:1{{double-quoted include "B.h" in fra…
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Modules/
H A Ddouble-quotes.m4 // RUN: %hmaptool write %S/Inputs/double-quotes/a.hmap.json %t/a.hmap
5 // RUN: %hmaptool write %S/Inputs/double-quotes/x.hmap.json %t/x.hmap
7 // RUN: sed -e "s@TEST_DIR@%{/S:regex_replacement}/Inputs/double-quotes@g" \
8 // RUN: %S/Inputs/double-quotes/z.yaml > %t/z.yaml
14 // RUN: -F%S/Inputs/double-quotes -I%S/Inputs/double-quotes \
19 // RUN: -F%S/Inputs/double-quotes -I%S/Inputs/double-quotes \
38 // expected-warning@Inputs/double-quotes/A.framework/Headers/A.h:1{{double-quoted include "A0.h" in…
39 // expected-warning@Inputs/double-quotes/A.framework/Headers/A.h:2{{double-quoted include "B.h" in …
40 // expected-warning@Inputs/double-quotes/flat-header-path/Z.h:1{{double-quoted include "B.h" in fra…
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Modules/
H A Ddouble-quotes.m4 // RUN: %hmaptool write %S/Inputs/double-quotes/a.hmap.json %t/a.hmap
5 // RUN: %hmaptool write %S/Inputs/double-quotes/x.hmap.json %t/x.hmap
7 // RUN: sed -e "s@TEST_DIR@%{/S:regex_replacement}/Inputs/double-quotes@g" \
8 // RUN: %S/Inputs/double-quotes/z.yaml > %t/z.yaml
14 // RUN: -F%S/Inputs/double-quotes -I%S/Inputs/double-quotes \
19 // RUN: -F%S/Inputs/double-quotes -I%S/Inputs/double-quotes \
38 // expected-warning@Inputs/double-quotes/A.framework/Headers/A.h:1{{double-quoted include "A0.h" in…
39 // expected-warning@Inputs/double-quotes/A.framework/Headers/A.h:2{{double-quoted include "B.h" in …
40 // expected-warning@Inputs/double-quotes/flat-header-path/Z.h:1{{double-quoted include "B.h" in fra…
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Modules/
H A Ddouble-quotes.m4 // RUN: %hmaptool write %S/Inputs/double-quotes/a.hmap.json %t/a.hmap
5 // RUN: %hmaptool write %S/Inputs/double-quotes/x.hmap.json %t/x.hmap
7 // RUN: sed -e "s@TEST_DIR@%{/S:regex_replacement}/Inputs/double-quotes@g" \
8 // RUN: %S/Inputs/double-quotes/z.yaml > %t/z.yaml
14 // RUN: -F%S/Inputs/double-quotes -I%S/Inputs/double-quotes \
19 // RUN: -F%S/Inputs/double-quotes -I%S/Inputs/double-quotes \
38 // expected-warning@Inputs/double-quotes/A.framework/Headers/A.h:1{{double-quoted include "A0.h" in…
39 // expected-warning@Inputs/double-quotes/A.framework/Headers/A.h:2{{double-quoted include "B.h" in …
40 // expected-warning@Inputs/double-quotes/flat-header-path/Z.h:1{{double-quoted include "B.h" in fra…
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Modules/
H A Ddouble-quotes.m4 // RUN: %hmaptool write %S/Inputs/double-quotes/a.hmap.json %t/a.hmap
5 // RUN: %hmaptool write %S/Inputs/double-quotes/x.hmap.json %t/x.hmap
7 // RUN: sed -e "s@TEST_DIR@%{/S:regex_replacement}/Inputs/double-quotes@g" \
8 // RUN: %S/Inputs/double-quotes/z.yaml > %t/z.yaml
14 // RUN: -F%S/Inputs/double-quotes -I%S/Inputs/double-quotes \
19 // RUN: -F%S/Inputs/double-quotes -I%S/Inputs/double-quotes \
38 // expected-warning@Inputs/double-quotes/A.framework/Headers/A.h:1{{double-quoted include "A0.h" in…
39 // expected-warning@Inputs/double-quotes/A.framework/Headers/A.h:2{{double-quoted include "B.h" in …
40 // expected-warning@Inputs/double-quotes/flat-header-path/Z.h:1{{double-quoted include "B.h" in fra…
/dports/lang/clang-mesa/clang-13.0.1.src/test/Modules/
H A Ddouble-quotes.m4 // RUN: %hmaptool write %S/Inputs/double-quotes/a.hmap.json %t/a.hmap
5 // RUN: %hmaptool write %S/Inputs/double-quotes/x.hmap.json %t/x.hmap
7 // RUN: sed -e "s@TEST_DIR@%{/S:regex_replacement}/Inputs/double-quotes@g" \
8 // RUN: %S/Inputs/double-quotes/z.yaml > %t/z.yaml
14 // RUN: -F%S/Inputs/double-quotes -I%S/Inputs/double-quotes \
19 // RUN: -F%S/Inputs/double-quotes -I%S/Inputs/double-quotes \
38 // expected-warning@Inputs/double-quotes/A.framework/Headers/A.h:1{{double-quoted include "A0.h" in…
39 // expected-warning@Inputs/double-quotes/A.framework/Headers/A.h:2{{double-quoted include "B.h" in …
40 // expected-warning@Inputs/double-quotes/flat-header-path/Z.h:1{{double-quoted include "B.h" in fra…

12345678910>>...969