Searched refs:isQuoted (Results 1 – 10 of 10) sorted by relevance
| /plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-1/ |
| D | tidy-rules.js | 54 var isQuoted; 72 isQuoted = isSingleQuoted || isDoubleQuoted; 76 if (wasEscaped && isQuoted && isNewLineWin) { 80 } else if (isEscaped && isQuoted && isNewLineNix) { 85 } else if (character == Marker.OPEN_SQUARE_BRACKET && !isQuoted) { 88 } else if (character == Marker.CLOSE_SQUARE_BRACKET && !isQuoted) { 91 } else if (character == Marker.OPEN_ROUND_BRACKET && !isQuoted) { 94 } else if (character == Marker.CLOSE_ROUND_BRACKET && !isQuoted) { 97 } else if (character == Marker.SINGLE_QUOTE && !isQuoted) { 100 } else if (character == Marker.DOUBLE_QUOTE && !isQuoted) { [all …]
|
| D | optimize.js | 51 function isQuoted(value) { function 461 } else if (isQuoted(value) || isLocal(value)) {
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/ |
| D | Header.php | 90 $isQuoted = false; 100 if (!$isQuoted && $value[$i] === ',') { 110 if ($isQuoted && $value[$i] === '\\') { 117 $isQuoted = !$isQuoted;
|
| /plugin/asciidocjs/node_modules/clean-css/lib/tokenizer/ |
| D | tokenize.js | 96 var isQuoted; 117 isQuoted = level == Level.SINGLE_QUOTE || level == Level.DOUBLE_QUOTE; 122 …isCommentStart = !wasCommentEnd && level != Level.COMMENT && !isQuoted && character == Marker.ASTE… 123 …isCommentEndMarker = !wasCommentStart && !isQuoted && character == Marker.FORWARD_SLASH && source[… 193 } else if (character == Marker.SINGLE_QUOTE && !isQuoted) { 202 } else if (character == Marker.DOUBLE_QUOTE && !isQuoted) { 211 …&& character != Marker.OPEN_ROUND_BRACKET && level != Level.COMMENT && !isQuoted && roundBracketLe… 214 …} else if (character == Marker.OPEN_ROUND_BRACKET && !isQuoted && level != Level.COMMENT && !seeki… 219 …} else if (character == Marker.CLOSE_ROUND_BRACKET && !isQuoted && level != Level.COMMENT && !seek…
|
| /plugin/combo/vendor/symfony/yaml/ |
| H A D | Inline.php | 268 …miters = null, int &$i = 0, bool $evaluate = true, array &$references = [], bool &$isQuoted = null) argument 272 $isQuoted = true; 286 $isQuoted = false; 310 $output = self::evaluateScalar($output, $flags, $references, $isQuoted); 375 …alue = self::parseScalar($sequence, $flags, [',', ']'], $i, null === $tag, $references, $isQuoted); 378 if (\is_string($value) && !$isQuoted && false !== strpos($value, ': ')) { 388 …if (!$isQuoted && \is_string($value) && '' !== $value && '&' === $value[0] && Parser::preg_match(P…
|
| /plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/ |
| D | is-mergeable.js | 65 var isQuoted; 77 isQuoted = level == Level.DOUBLE_QUOTE || level == Level.SINGLE_QUOTE; 93 } else if (isQuoted) {
|
| /plugin/ifauthex/lib/ |
| D | grammar.php | 70 public static function isQuoted($strValue) { function in Literal 79 if (self::isQuoted($strValue)) {
|
| /plugin/abc2/abc-libraries/abc2svg/ |
| D | psvg-1.js | 5 function isQuoted(V){return V.q} function 31 function Ps0(Os,Ds,Es){function run(X,Z){if(isSymbol(X)&&!isQuoted(X)){var K=symbolName(X);var D=in… 32 throw new Error("bind error '"+K+"'");Es.push([false,D[K]])}else if(Z&&isArray(X)&&isQuoted(X)){if(… 51 …x"]=function(){var X=Os.pop();if(isSymbol(X)&&isQuoted(X))Os.push(unquote(X));else if(isArray(X)&&… 58 …isQuoted(A)?"nametype":"operatortype";else if("function"==typeof A)X="operatortype";else if(isArra… 59 A=A.concat(isQuoted(Xi)?quote([Xb]):[Xb]);else
|
| /plugin/findologicxmlexport/vendor/symfony/yaml/ |
| D | Inline.php | 370 $isQuoted = \in_array($sequence[$i], ['"', "'"]); 374 if (\is_string($value) && !$isQuoted && false !== strpos($value, ': ')) {
|
| /plugin/abc2/abc-libraries/abc-ui/ |
| D | abc-ui-1.0.0.min.js | 8 …isQuoted(e){return e.q}function quote(e){return e.q=!0,e}function unquote(e){return delete e.q,e}f… function
|