Home
last modified time | relevance | path

Searched refs:sprintf (Results 276 – 300 of 1115) sorted by last modified time

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

/plugin/evesso/phpoauthlib/src/OAuth/
H A DServiceFactory.php74 throw new Exception(sprintf('Service class %s does not exist.', $className));
87 … throw new Exception(sprintf('Service class %s must implement ServiceInterface.', $className));
/plugin/publish/action/
H A Dbanner.php92 msg(sprintf($this->getLang('mail_invalid'),htmlspecialchars($addr)),-1);
H A Dmail.php66 dbglog(sprintf($this->getLang('mail_invalid'), htmlspecialchars($receiver)));
/plugin/publish/
H A Dsyntax.php105 $approved = sprintf($this->getLang('apr_p_approved'),
/plugin/tos/
H A Daction.php77 echo sprintf($this->getLang('showdiff'), dformat($accepted, '%f'));
/plugin/catlist/
H A Dsyntax.php189 msg(sprintf($this->getLang('unknownoption'), htmlspecialchars($found[1])), -1);
299 msg(sprintf($this->getLang('dontexist'), $ns), -1);
/plugin/yourip/
H A Dsyntax.php69 $text .= sprintf( $this->getLang('ipv6_from'), $ip); // "IPv6 connection from $ip"
75 $text .= sprintf( $this->getLang('ipv4_from'), $ip); // "IPv4 connection from $ip"
85 $text .= sprintf( $this->getLang('ipv6_from'), $ip); // "IPv6 connection from $ip"
87 $text .= sprintf( $this->getLang('ipv4_from'), $ip); // "IPv4 connection from $ip"
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DPropertyTest.php282 $s .= sprintf('%02X(%c)', $c, $c);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DUUIDUtil.php28 return sprintf('%04x%04x-%04x-%04x-%04x-%04x%04x%04x',
/plugin/davcal/vendor/sabre/vobject/lib/
H A DUUIDUtil.php28 return sprintf(
/plugin/davcal/vendor/sabre/http/lib/
H A Dfunctions.php390 return '%' . sprintf('%02x', ord($match[0]));
408 return '%' . sprintf('%02x', ord($match[0]));
/plugin/davcal/syntax/
H A Dcalendar.php184 …$R->doc .= '<div id="fullCalendarTimezoneWarning">'.sprintf($this->getLang('this_calendar_uses_tim…
/plugin/indexmenu/_test/
H A Dindexmenu_syntax_indexmenu.test.php
/plugin/indexmenu/syntax/
H A Dindexmenu.php262 $identifier = sprintf("%u", crc32($ns));
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DFirePHPHandler.php133 header(sprintf('%s: %s', $header, $content));
H A DLogglyHandler.php87 $url = sprintf("https://%s/%s/%s/", static::HOST, $endpoint, $this->token);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Slack/
H A DSlackRecord.php330 ? sprintf('```%s```', substr($this->stringify($value), 0, 1990))
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DSignalHandler.php98 $this->logger->log($level, sprintf('Program received signal %s', $signal), $context);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php331 $bits .= sprintf('%032b', $digit);
336 $bits .= sprintf('%064b', $digit);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DBlowfish.php502 …$r^= ' . sprintf($safeint, '(' . sprintf($safeint, '$sb_0[$l >> 24 & 0xff] + $sb_1[$l >> 16 & 0xff…
507 …$l^= ' . sprintf($safeint, '(' . sprintf($safeint, '$sb_0[$r >> 24 & 0xff] + $sb_1[$r >> 16 & 0xff…
528 …$r^= ' . sprintf($safeint, '(' . sprintf($safeint, '$sb_0[$l >> 24 & 0xff] + $sb_1[$l >> 16 & 0xff…
533 …$l^= ' . sprintf($safeint, '(' . sprintf($safeint, '$sb_0[$r >> 24 & 0xff] + $sb_1[$r >> 16 & 0xff…
H A DTwofish.php750 $R2^= ' . sprintf($safeint, '$t0 + $t1 + ' . $K[++$ki]) . ';
752 …$R3 = ((($R3 >> 31) & 1) | ($R3 << 1)) ^ ' . sprintf($safeint, '($t0 + ($t1 << 1) + ' . $K[++$ki] …
762 $R0^= ' . sprintf($safeint, '($t0 + $t1 + ' . $K[++$ki] . ')') . ';
764 …$R1 = ((($R1 >> 31) & 1) | ($R1 << 1)) ^ ' . sprintf($safeint, '($t0 + ($t1 << 1) + ' . $K[++$ki] …
792 $R3^= ' . sprintf($safeint, '$t0 + ($t1 << 1) + ' . $K[--$ki]) . ';
794 … $R2 = ($R2 >> 31 & 0x1 | $R2 << 1) ^ ' . sprintf($safeint, '($t0 + $t1 + ' . $K[--$ki] . ')') . ';
804 $R1^= ' . sprintf($safeint, '$t0 + ($t1 << 1) + ' . $K[--$ki]) . ';
806 … $R0 = ($R0 >> 31 & 0x1 | $R0 << 1) ^ ' . sprintf($safeint, '($t0 + $t1 + ' . $K[--$ki] . ')') . ';
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
H A DTypedItem.php106 $error = sprintf(
129 $error = sprintf($message, get_class($this), gettype($time));
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DRedirectMiddleware.php243 sprintf(
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessageTrait.php196 throw new \InvalidArgumentException(sprintf(
219 throw new \InvalidArgumentException(sprintf(
231 sprintf(
267 throw new \InvalidArgumentException(sprintf('"%s" is not valid header value', $value));
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DFlowdockFormatter.php54 $subject = sprintf(

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