Home
last modified time | relevance | path

Searched refs:sprintf (Results 251 – 275 of 1115) sorted by last modified time

1...<<11121314151617181920>>...45

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DCachingStream.php59 sprintf('Cannot seek to byte %d when the buffered stream only'
H A DUtils.php28 $ex = new \RuntimeException(sprintf(
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DAbstractEndpoint.php241 sprintf(
/plugin/elasticsearch/action/
H A Dsearch.php368 $pagecreateinfo = sprintf($lang['searchcreatepage'], $QUERY);
397 echo '<h2>' . sprintf($this->getLang('totalfound'), $found) . '</h2>';
431 echo sprintf(
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DGeohashGrid.php49 throw new \TypeError(\sprintf('Argument 1 passed to "%s()" must be of type int|string, %s given.', __METHOD__, \is_object($precision) ? \get_class($precision) : \gettype($precision)));
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
H A DForeachProcessor.php33 throw new \TypeError(\sprintf('Argument 2 passed to %s::__construct() must be of type %s|array, %s given.', self::class, AbstractProcessor::class, \is_object($processor) ? \get_class($processor) : \gettype($processor)));
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php118 : sprintf('cURL error %s: %s',
399 throw new \RuntimeException(sprintf(
/plugin/elasticsearch/vendor/nyholm/dsn/src/Exception/
H A DInvalidDsnException.php22 parent::__construct(sprintf('%s (%s)', $message, $dsn));
H A DFunctionNotSupportedException.php21 parent::__construct($dsn, $message ?? sprintf('Function "%s" is not supported', $function));
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/Serializer/
H A DJsonErrorException.php59 throw new \InvalidArgumentException(sprintf('Encountered unknown JSON error code: [%d]', $code));
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DTrainer.php46 \sprintf("<?php\n\nreturn %s;\n", var_export([ $txt->getBasename('.txt') => $this->getNgrams($content) ], true))
/plugin/elasticsearch/vendor/react/promise/src/
H A DUnhandledRejectionException.php22 $message = \sprintf('Unhandled Rejection: %s', \json_encode($reason));
H A Dfunctions.php175 \sprintf(
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php809 throw new InvalidArgumentException(sprintf('Could not parse URI: "%s"', $host));
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DTermsSet.php36 throw new \TypeError(\sprintf('Argument 3 passed to "%s()" must be of type %s|string, %s given.', __METHOD__, AbstractScript::class, \is_object($minimumShouldMatch) ? \get_class($minimumShouldMatch) : \gettype($minimumShouldMatch)));
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php164 $this->headers['User-Agent'] = [sprintf(
599 $phpSemVersion = sprintf("%d.%d.%d", PHP_MAJOR_VERSION, PHP_MINOR_VERSION, PHP_RELEASE_VERSION);
602 $clientMeta = sprintf(
612 $clientMeta .= sprintf(",cu=%s", $curlVersion['version']); // cu = curl library
642 return preg_replace('#([^/])/([^/])#', sprintf("$1:%s/$2", $port), $uri, 1);
740 return sprintf(
/plugin/elasticsearch/
H A Dcli.php111 $this->info(sprintf("Indexing page %s (%d of %d)\n", $ID, $n, $pages));
132 $this->info(sprintf("Indexing media %s (%d of %d)\n", $id, $n, $media));
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DDsnFunction.php107 return sprintf('%s(%s)%s', $this->getName(), implode(' ', $this->getArguments()), empty($this->parameters) ? '' : '?'.http_build_query($this->parameters));
/plugin/highlight2wiki/
H A Daction.php367 return sprintf($format, $crc);
/plugin/tagfilter/
H A Daction.php97 $this->sendResponse(sprintf($Htagfilter->getLang('missing_plugin'), 'tag'));
103 $this->sendResponse(sprintf($Htagfilter->getLang('missing_plugin'), 'pagelist'));
/plugin/icon/
H A DSVG.php29 $this->url = sprintf(self::SOURCES[$source], $icon);
/plugin/sectiontoggle/
H A DMobile_Detect.php1253 $match = (bool) preg_match(sprintf('#%s#is', $regex), (false === empty($userAgent) ? $userAgent : $this->userAgent), $matches);
1332 preg_match(sprintf('#%s#is', $propertyPattern), $this->userAgent, $match);
/plugin/discussion/
H A Daction.php254 msg(sprintf($lang['subscr_unsubscribe_success'], $themail, $ID), 1);
257 msg(sprintf($lang['subscr_subscribe_success'], $themail, $ID), 1);
/plugin/evesso/
H A Dauth.php213 msg(sprintf($this->getLang('authnotenabled'), $servicename), -1);
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DAbstractService.php151 sprintf(

1...<<11121314151617181920>>...45