Home
last modified time | relevance | path

Searched refs:sprintf (Results 101 – 125 of 1115) sorted by last modified time

12345678910>>...45

/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/
H A DGroup.php81 sprintf(
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/Service/
H A DDriverService.php50 $this->url = sprintf('http://localhost:%d', $port);
137 sprintf(
154 sprintf(
/plugin/combo/vendor/php-webdriver/webdriver/lib/Support/
H A DXPathEscaper.php18 return sprintf("'%s'", $xpathToEscape);
23 return sprintf('"%s"', $xpathToEscape);
27 return sprintf(
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DCss.php47 sprintf(
H A DXpath.php275 sprintf(
391 sprintf(
407 sprintf(
419 $condition = sprintf(
426 $condition = sprintf(
434 $condition = sprintf(
444 $condition = sprintf(
451 $condition = sprintf(
658 $condition = sprintf('(%s mod %d) = %d', $expressionPosition, $repeat, $balance);
660 $condition .= sprintf('
[all...]
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHandlebars.php523 $hash = md5(sprintf('version: %s, data : %s', self::VERSION, $source));
H A DHelpers.php589 return sprintf($inflect, $value);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerPushModeAction.php87 return \sprintf('pushMode(%d)', $this->mode);
H A DLexerTypeAction.php92 return \sprintf('type(%d)', $this->type);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php163 $this->log[] = \sprintf('matchATN mode %d start: %s', $this->mode, (string) $startState);
181 $this->log[] = \sprintf('DFA after matchATN: %s', $this->decisionToDFA[$old_mode]->toLexerString());
190 $this->log[] = \sprintf('start state closure=%s', (string) $ds0->configs);
203 $this->log[] = \sprintf('execATN loop starting closure: %s', (string) $s->configs);
277 $this->log[] = \sprintf('reuse state %d edge to %d', $s->stateNumber, $target->stateNumber);
380 $this->log[] = \sprintf(
426 $this->log[] = \sprintf('ACTION %s', (string) $lexerActionExecutor) . \PHP_EOL;
482 $this->log[] = \sprintf('closure(%s)', $config->toString(true));
488 $this->log[] = \sprintf(
494 $this->log[] = \sprintf("closur
[all...]
H A DLexerActionExecutor.php212 return \sprintf('LexerActionExecutor[%s]', \implode(', ', $this->lexerActions));
H A DParserATNSimulator.php329 $this->log[] = \sprintf(
362 $this->log[] = \sprintf(
411 $this->log[] = \sprintf('DFA after predictATN: %s', $dfa->toString($this->parser->getVocabulary()));
464 $this->log[] = \sprintf(
555 $this->log[] = \sprintf(
667 $this->log[] = \sprintf(
761 $this->log[] = \sprintf('ExecATNWithFullContext %s', (string) $s0);
803 $this->log[] = \sprintf(
893 $this->log[] = \sprintf('In computeReachSet, starting closure: %s', (string) $closure);
918 $this->log[] = \sprintf('Testin
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DPrecedencePredicate.php55 return \sprintf('{%d>=prec}?', $this->precedence);
H A DPredicate.php58 return \sprintf('{%d:%d}?', $this->ruleIndex, $this->predIndex);
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php257 $result .= $is_hex ? sprintf('&#x%X;', $cOffset) : '&#'.$cOffset.';';
367 throw new \ValueError(sprintf('Argument #1 ($encoding) must be a valid encoding, "%s" given', $encoding));
388 throw new \ValueError(sprintf('Argument #1 ($language) must be a valid language, "%s" given', $lang));
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DActionTransition.php69 return \sprintf('action_%d:%d', $this->ruleIndex, $this->actionIndex);
/plugin/combo/vendor/symfony/polyfill-php80/
H A DPhp80.php63 throw new \TypeError(sprintf('Argument 1 passed to get_resource_id() must be of the type resource, %s given', get_debug_type($res)));
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/Internal/
H A DWebDriverSingleKeyAction.php45 sprintf(
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DTrees.php61 return \sprintf('%s:%s', $ruleName, $altNumber);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DBitSet.php72 return \sprintf('{%s}', \implode(', ', $this->values()));
/plugin/combo/vendor/php-webdriver/webdriver/lib/Net/
H A DURLChecker.php24 throw new TimeoutException(sprintf(
42 throw new TimeoutException(sprintf(
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DCustomWebDriverCommand.php66 sprintf(
77 sprintf('URL of custom command has to start with / but is "%s"', $custom_url)
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Exception/
H A DInvalidCharacterException.php42 sprintf(
H A DNotConvertibleException.php23 sprintf(
H A DUnknownPseudoClassException.php24 sprintf(

12345678910>>...45