Home
last modified time | relevance | path

Searched refs:sprintf (Results 326 – 350 of 1115) sorted by last modified time

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

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DErrorHandler.php193sprintf('Uncaught Exception %s: "%s" at %s line %s', Utils::getClass($e), $e->getMessage(), $e->ge…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DAmqpHandler.php118 $routingKey = sprintf('%s.%s', $record['level_name'], $record['channel']);
H A DChromePHPHandler.php181 header(sprintf('%s: %s', $header, $content));
H A DNativeMailerHandler.php78 $this->addHeader(sprintf('From: %s', $from));
H A DProcessHandler.php94 … throw new \UnexpectedValueException(sprintf('Errors while writing to process: %s', $errors));
139 sprintf('The process "%s" could not be opened: ' . $errors, $this->command)
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Curl/
H A DUtil.php56 … throw new \RuntimeException(sprintf('Curl error (code %d): %s', $curlErrno, $curlError));
/plugin/translate/
H A Daction.php228 msg(sprintf("Illegal language %s",$lang), -1);
236 msg(sprintf($this->getLang['e_pageexists'], $title),-1);
314 msg(sprintf("Illegal language %s",$target_lang), -1);
348 msg(sprintf($this->getLang('e_pageexists'), $target_id),-1);
/plugin/twofactorgoogleauth/
H A DQRCode.php74 …$svg = sprintf('<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 %d %d">', $code['s'][0], $cod…
78 $svg .= sprintf('<rect x="%d" y="%d" width="1" height="1" />', $x, $y);
/plugin/tablelayout/
H A Dyarn.lock80 sprintf-js "~1.0.2"
2239 sprintf-js@~1.0.2:
2241 …resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd0152…
/plugin/lms/
H A Dadmin.php44 echo sprintf('<h2>' . $this->getLang('status') . '</h2>', hsc($INPUT->str('user')));
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DDigestMD5Encoder.php17 use function dechex, explode, implode, preg_match, sprintf, str_pad, strlen, substr; alias
184 throw new SaslEncodingException(sprintf(
192 throw new SaslEncodingException(sprintf(
202 throw new SaslEncodingException(sprintf('The option "%s" may occur only once.', $opt));
253 throw new SaslEncodingException(sprintf(
270 throw new SaslEncodingException(sprintf(
312 throw new SaslEncodingException(sprintf('Expected the hex value to be %s characters long.', $length));
338 throw new SaslEncodingException(sprintf('Expected the encoded hex value to be %s characters long.', $length));
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DCerDerTrait.php42 throw new EncoderException(sprintf(
58 throw new EncoderException(sprintf('The encoded boolean must be 0 or 255, received "%s".', ord($this->binary[$this->pos])));
95 throw new EncoderException(sprintf(
102 throw new EncoderException(sprintf(
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Factory/
H A DDigestMD5MessageFactory.php136 return sprintf(
175 throw new SaslException(sprintf(
228 throw new SaslException(sprintf(
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md104 echo sprintf('Error adding entry (%s): %s', $e->getCode(), $e->getMessage()).PHP_EOL;
149 echo sprintf('Error modifying entry (%s): %s', $e->getCode(), $e->getMessage()).PHP_EOL;;
167 echo sprintf('Error deleting entry (%s): %s', $e->getCode(), $e->getMessage()).PHP_EOL;;
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Mechanism/
H A DDigestMD5Mechanism.php117 return hash('md5', sprintf(
142 $a1 = hash('md5', sprintf(
148 $a1 = sprintf(
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DSocketPool.php77 throw new ConnectionException(sprintf(
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrl.php160 throw new InvalidArgumentException(sprintf(
326 throw new UrlParseException(sprintf('The LDAP URL is malformed: %s', $url));
353 throw new UrlParseException(sprintf('The URL scheme "%s" is not valid. It must be "ldap" or "ldaps".', $pieces['scheme']));
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DLdapResult.php170 throw new ProtocolException(sprintf('You must define the tag number property on %s', get_parent_class()));
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DBindRequest.php120 throw new ProtocolException(sprintf(
H A DDeleteRequest.php92 throw new ProtocolException(sprintf(
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientBasicHandler.php89 sprintf('Unable to bind to LDAP. %s', $result->getDiagnosticMessage()),
H A DClientStartTlsHandler.php43 throw new ConnectionException(sprintf(
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DClientProtocolHandler.php175 sprintf('The remote server has disconnected the session. %s', $exception->getMessage()),
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DExtendedResponseFactory.php48 throw new ProtocolException(sprintf(
55 throw new RuntimeException(sprintf(
83 throw new InvalidArgumentException(sprintf(
90 throw new InvalidArgumentException(sprintf(
H A DFilterFactory.php61 throw new ProtocolException(sprintf(
68 throw new RuntimeException(sprintf(
94 throw new InvalidArgumentException(sprintf('The filter class does not exist: %s', $filterClass));
97 throw new InvalidArgumentException(sprintf('The filter class must implement FilterInterface: %s', $filterClass));

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