Home
last modified time | relevance | path

Searched refs:comes (Results 1 – 25 of 12123) sorted by relevance

12345678910>>...485

/dports/mail/nextcloud-mail/mail/vendor/sabberworm/php-css-parser/lib/Sabberworm/CSS/Value/
H A DValue.php20 …($oParserState->comes('}') || $oParserState->comes(';') || $oParserState->comes('!') || $oParserSt…
24 if ($oParserState->comes($sDelimiter)) {
68 if ($oParserState->comes('(')) {
81 …)) || ($oParserState->comes('-.') && is_numeric($oParserState->peek(1, 2))) || (($oParserState->co…
83 …} else if ($oParserState->comes('#') || $oParserState->comes('rgb', true) || $oParserState->comes(…
85 } else if ($oParserState->comes('url', true)) {
87 …} else if ($oParserState->comes('calc', true) || $oParserState->comes('-webkit-calc', true) || $oP…
89 } else if ($oParserState->comes("'") || $oParserState->comes('"')) {
91 } else if ($oParserState->comes("progid:") && $oParserState->getSettings()->bLenientParsing) {
93 } else if ($oParserState->comes("[")) {
[all …]
H A DCalcFunction.php19 while(!$oParserState->comes(')') || $iNestingLevel > 0) {
21 if ($oParserState->comes('(')) {
25 } else if ($oParserState->comes(')')) {
36 if (($oParserState->comes('-') || $oParserState->comes('+'))) {
37 …if ($oParserState->peek(1, -1) != ' ' || !($oParserState->comes('- ') || $oParserState->comes('+ '…
/dports/www/moodle310/moodle/lib/php-css-parser/Value/
H A DValue.php20 …($oParserState->comes('}') || $oParserState->comes(';') || $oParserState->comes('!') || $oParserSt…
24 if ($oParserState->comes($sDelimiter)) {
68 if ($oParserState->comes('(')) {
81 …)) || ($oParserState->comes('-.') && is_numeric($oParserState->peek(1, 2))) || (($oParserState->co…
83 …} else if ($oParserState->comes('#') || $oParserState->comes('rgb', true) || $oParserState->comes(…
85 } else if ($oParserState->comes('url', true)) {
87 …} else if ($oParserState->comes('calc', true) || $oParserState->comes('-webkit-calc', true) || $oP…
89 } else if ($oParserState->comes("'") || $oParserState->comes('"')) {
91 } else if ($oParserState->comes("progid:") && $oParserState->getSettings()->bLenientParsing) {
93 } else if ($oParserState->comes("[")) {
[all …]
H A DCalcFunction.php19 while(!$oParserState->comes(')') || $iNestingLevel > 0) {
21 if ($oParserState->comes('(')) {
25 } else if ($oParserState->comes(')')) {
36 if (($oParserState->comes('-') || $oParserState->comes('+'))) {
37 …if ($oParserState->peek(1, -1) != ' ' || !($oParserState->comes('- ') || $oParserState->comes('+ '…
/dports/www/moodle311/moodle/lib/php-css-parser/Value/
H A DValue.php20 …($oParserState->comes('}') || $oParserState->comes(';') || $oParserState->comes('!') || $oParserSt…
24 if ($oParserState->comes($sDelimiter)) {
68 if ($oParserState->comes('(')) {
81 …)) || ($oParserState->comes('-.') && is_numeric($oParserState->peek(1, 2))) || (($oParserState->co…
83 …} else if ($oParserState->comes('#') || $oParserState->comes('rgb', true) || $oParserState->comes(…
85 } else if ($oParserState->comes('url', true)) {
87 …} else if ($oParserState->comes('calc', true) || $oParserState->comes('-webkit-calc', true) || $oP…
89 } else if ($oParserState->comes("'") || $oParserState->comes('"')) {
91 } else if ($oParserState->comes("progid:") && $oParserState->getSettings()->bLenientParsing) {
93 } else if ($oParserState->comes("[")) {
[all …]
H A DCalcFunction.php19 while(!$oParserState->comes(')') || $iNestingLevel > 0) {
21 if ($oParserState->comes('(')) {
25 } else if ($oParserState->comes(')')) {
36 if (($oParserState->comes('-') || $oParserState->comes('+'))) {
37 …if ($oParserState->peek(1, -1) != ' ' || !($oParserState->comes('- ') || $oParserState->comes('+ '…
/dports/www/moodle39/moodle/lib/php-css-parser/Value/
H A DValue.php20 …($oParserState->comes('}') || $oParserState->comes(';') || $oParserState->comes('!') || $oParserSt…
24 if ($oParserState->comes($sDelimiter)) {
68 if ($oParserState->comes('(')) {
81 …)) || ($oParserState->comes('-.') && is_numeric($oParserState->peek(1, 2))) || (($oParserState->co…
83 …} else if ($oParserState->comes('#') || $oParserState->comes('rgb', true) || $oParserState->comes(…
85 } else if ($oParserState->comes('url', true)) {
87 …} else if ($oParserState->comes('calc', true) || $oParserState->comes('-webkit-calc', true) || $oP…
89 } else if ($oParserState->comes("'") || $oParserState->comes('"')) {
91 } else if ($oParserState->comes("progid:") && $oParserState->getSettings()->bLenientParsing) {
93 } else if ($oParserState->comes("[")) {
[all …]
H A DCalcFunction.php19 while(!$oParserState->comes(')') || $iNestingLevel > 0) {
21 if ($oParserState->comes('(')) {
25 } else if ($oParserState->comes(')')) {
36 if (($oParserState->comes('-') || $oParserState->comes('+'))) {
37 …if ($oParserState->peek(1, -1) != ' ' || !($oParserState->comes('- ') || $oParserState->comes('+ '…
/dports/www/pear-Horde_Css_Parser/Horde_Css_Parser-1.0.11/bundle/vendor/sabberworm/php-css-parser/lib/Sabberworm/CSS/
H A DParser.php87 if ($this->comes('@')) {
120 if (!$this->comes(';')) {
141 if (!$this->comes(';')) {
230 if ($this->comes('\n') || $this->comes('\r')) {
324 if ($this->comes('!')) {
341 while (!($this->comes('}') || $this->comes(';') || $this->comes('!') || $this->comes(')'))) {
395 } else if ($this->comes('#') || $this->comes('rgb', true) || $this->comes('hsl', true)) {
399 } else if ($this->comes("'") || $this->comes('"')) {
410 if ($this->comes('-')) {
414 if ($this->comes('.')) {
[all …]
/dports/biology/emboss/EMBOSS-6.6.0/test/embl/
H A Deem_in.ref107 FT /note="cDNA EST cm08g12 comes from this gene"
108 FT /note="cDNA EST yk11a12.3 comes from this gene"
109 FT /note="cDNA EST yk11a12.5 comes from this gene"
110 FT /note="cDNA EST yk15a11.3 comes from this gene"
111 FT /note="cDNA EST yk15a11.5 comes from this gene"
112 FT /note="cDNA EST yk20d9.5 comes from this gene"
113 FT /note="cDNA EST yk39g5.3 comes from this gene"
114 FT /note="cDNA EST yk39g5.5 comes from this gene"
115 FT /note="cDNA EST yk42b11.3 comes from this gene"
116 FT /note="cDNA EST yk5d7.3 comes from this gene"
[all …]
/dports/lang/php73/php-7.3.33/ext/intl/tests/
H A Dresourcebundle_iterator.phpt13 echo "Here comes $onekey:\n";
36 Here comes testarray:
41 Here comes testbin:
44 Here comes testint:
47 Here comes teststring:
50 Here comes testtable:
55 Here comes testvector:
/dports/www/mod_php81/php-8.1.1/ext/intl/tests/
H A Dresourcebundle_iterator.phpt13 echo "Here comes $onekey:\n";
36 Here comes testarray:
41 Here comes testbin:
44 Here comes testint:
47 Here comes teststring:
50 Here comes testtable:
55 Here comes testvector:
/dports/lang/php81/php-8.1.1/ext/intl/tests/
H A Dresourcebundle_iterator.phpt13 echo "Here comes $onekey:\n";
36 Here comes testarray:
41 Here comes testbin:
44 Here comes testint:
47 Here comes teststring:
50 Here comes testtable:
55 Here comes testvector:
/dports/lang/php74/php-7.4.27/ext/intl/tests/
H A Dresourcebundle_iterator.phpt13 echo "Here comes $onekey:\n";
36 Here comes testarray:
41 Here comes testbin:
44 Here comes testint:
47 Here comes teststring:
50 Here comes testtable:
55 Here comes testvector:
/dports/lang/php80/php-8.0.15/ext/intl/tests/
H A Dresourcebundle_iterator.phpt13 echo "Here comes $onekey:\n";
36 Here comes testarray:
41 Here comes testbin:
44 Here comes testint:
47 Here comes teststring:
50 Here comes testtable:
55 Here comes testvector:
/dports/devel/php73-intl/php-7.3.33/ext/intl/tests/
H A Dresourcebundle_iterator.phpt13 echo "Here comes $onekey:\n";
36 Here comes testarray:
41 Here comes testbin:
44 Here comes testint:
47 Here comes teststring:
50 Here comes testtable:
55 Here comes testvector:
/dports/devel/php80-intl/php-8.0.15/ext/intl/tests/
H A Dresourcebundle_iterator.phpt13 echo "Here comes $onekey:\n";
36 Here comes testarray:
41 Here comes testbin:
44 Here comes testint:
47 Here comes teststring:
50 Here comes testtable:
55 Here comes testvector:
/dports/www/mod_php73/php-7.3.33/ext/intl/tests/
H A Dresourcebundle_iterator.phpt13 echo "Here comes $onekey:\n";
36 Here comes testarray:
41 Here comes testbin:
44 Here comes testint:
47 Here comes teststring:
50 Here comes testtable:
55 Here comes testvector:
/dports/devel/php81-intl/php-8.1.1/ext/intl/tests/
H A Dresourcebundle_iterator.phpt13 echo "Here comes $onekey:\n";
36 Here comes testarray:
41 Here comes testbin:
44 Here comes testint:
47 Here comes teststring:
50 Here comes testtable:
55 Here comes testvector:
/dports/devel/php74-intl/php-7.4.27/ext/intl/tests/
H A Dresourcebundle_iterator.phpt13 echo "Here comes $onekey:\n";
36 Here comes testarray:
41 Here comes testbin:
44 Here comes testint:
47 Here comes teststring:
50 Here comes testtable:
55 Here comes testvector:
/dports/www/mod_php80/php-8.0.15/ext/intl/tests/
H A Dresourcebundle_iterator.phpt13 echo "Here comes $onekey:\n";
36 Here comes testarray:
41 Here comes testbin:
44 Here comes testint:
47 Here comes teststring:
50 Here comes testtable:
55 Here comes testvector:
/dports/www/mod_php74/php-7.4.27/ext/intl/tests/
H A Dresourcebundle_iterator.phpt13 echo "Here comes $onekey:\n";
36 Here comes testarray:
41 Here comes testbin:
44 Here comes testint:
47 Here comes teststring:
50 Here comes testtable:
55 Here comes testvector:
/dports/devel/critcl/critcl-3.1.18.1/test/
H A Dliterals.test34 comes "comes"
55 } -result {comes the}
61 comes "comes"
80 comes "comes"
102 } -result {comes the}
108 comes "comes"
124 } -result {the {{sun here comes}}}
/dports/devel/tcllib/tcllib-1.20/modules/markdown/test/
H A Dinline.md37 Here comes an inline graphic ![Inline Image](/path/to/some.jpg "Inline
38 title"). Here comes a reference ![Ref Image][SomeImage].
57 such file"/>. And here comes a table:
65 Here comes some text. Here comes some text. Here comes some text. Here
66 comes some text. Here comes some text. Here comes some text. Here comes
/dports/devel/tcllibc/tcllib-1.20/modules/markdown/test/
H A Dinline.md37 Here comes an inline graphic ![Inline Image](/path/to/some.jpg "Inline
38 title"). Here comes a reference ![Ref Image][SomeImage].
57 such file"/>. And here comes a table:
65 Here comes some text. Here comes some text. Here comes some text. Here
66 comes some text. Here comes some text. Here comes some text. Here comes

12345678910>>...485