Home
last modified time | relevance | path

Searched refs:sprintf (Results 201 – 225 of 1115) sorted by relevance

12345678910>>...45

/plugin/jplayer/vendor/symfony/process/Exception/
H A DProcessTimedOutException.php34 parent::__construct(sprintf(
66 … throw new \LogicException(sprintf('Unknown timeout type "%d".', $this->timeoutType));
/plugin/combo/vendor/symfony/process/Exception/
H A DProcessTimedOutException.php34 parent::__construct(sprintf(
66 throw new \LogicException(sprintf('Unknown timeout type "%d".', $this->timeoutType));
/plugin/schulzevote/syntax/
H A Dvote.php202 return !is_null($winner) ? sprintf($this->getLang($lang), $this->_render($winner)) : '';
213 …$err_str .= "<li>" . $this->render_text(sprintf($this->getLang('invalid_vote'), $data['candy'][$n]…
224 msg(sprintf($this->getLang('error_found'), $err_str), -1);
271 $proposals[1] = sprintf($this->getLang('first_choice'), $proposals[1]);
272 … $proposals[sizeof($candy)] = sprintf($this->getLang('last_choice'), $proposals[sizeof($candy)]);
/plugin/mozshot/
H A Dsyntax.php66 …$renderer->doc.=sprintf("<a href='".$url."' target='_blank'><img src='http://mozshot.nemui.org/sho…
72 …$renderer->doc.=sprintf("<a href='".$url."' target='_blank'><img src='http://mozshot.nemui.org/sho…
/plugin/tokenbucketauth/
H A Dadmin.php77 msg(sprintf($this->getLang('del_ipnotfound'), $ip), -1);
117 msg(sprintf($this->getLang('del_success'), $ip), 1);
120 msg(sprintf($this->getLang('del_ipnotfound'), $ip), -1);
/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/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Security/
H A DDigestMD5SecurityLayer.php82 throw new SaslException(sprintf('The qop option "%s" is not recognized as a security layer.', $qop));
103 throw new SaslException(sprintf('The qop option "%s" is not recognized as a security layer.', $qop));
122 throw new SaslException(sprintf(
129 throw new SaslException(sprintf(
227 throw new SaslException(sprintf(
393 throw new SaslException(sprintf(
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/
H A DTarget.php86sprintf('@Target expects either a string value, or an array of strings, "%s" given.',
96 sprintf('Invalid Target "%s". Available targets: [%s]',
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DResultPrinter.php212 sprintf(
251 sprintf(
345 sprintf(
519 sprintf(
571 sprintf(
616 $style = sprintf("\x1b[%sm", implode(';', $styles));
668 sprintf(
/plugin/judge/helper/
H A Djdatetime.class.php134 $v = sprintf('%02d', $jday);
172 $v = sprintf('%02d', $jmonth);
207 $v = $jyear.'-'.sprintf('%02d', $jmonth).'-'.sprintf('%02d', $jday).'T';
211 …$v = self::getDayNames($obj->format('D'), true).', '.sprintf('%02d', $jday).' '.self::getMonthNam…
351 …$date = $year.'-'.sprintf('%02d', $month).'-'.sprintf('%02d', $day).' '.$hour.':'.$minute.':'.$sec…
/plugin/bureaucracy-au/helper/
H A Dactionmail.php36 $this->subject = sprintf($this->getLang('mailsubject'), $ID);
53 $this->_mail_html .= sprintf($this->getLang('mailintro')."<br><br>", dformat());
56 $this->_mail_text .= sprintf($this->getLang('mailintro')."\n\n", dformat());
124 …msg(sprintf($this->getLang('attachmentMailToLarge_userinfo'), hsc($file['name']), filesize_h($this…
H A Dfield.php73 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]),
129 … msg(sprintf($this->getLang('e_unknownconstraint'), hsc($t).' ('.hsc($arg).')'), -1);
313 throw new Exception(sprintf($this->getLang('e_required'),hsc($this->opt['label'])));
325 $replacement = sprintf($this->getLang('checkagainst'), hsc($check['d']));
330 …throw new Exception(sprintf($this->getLang('e_' . $checktype), hsc($this->opt['label']), $replacem…
/plugin/html2pdf/html2pdf/html2ps/features/
H A Dtoc.php86 return sprintf('html2ps-toc-name-%d', $index);
90 return sprintf('html2ps-toc-page-%d', $index);
97 $code .= sprintf('
145 return sprintf('html2ps-toc-element-%d', $id);
/plugin/bureaucracyau/helper/
H A Dactionmail.php36 $this->subject = sprintf($this->getLang('mailsubject'), $ID);
53 $this->_mail_html .= sprintf($this->getLang('mailintro')."<br><br>", dformat());
56 $this->_mail_text .= sprintf($this->getLang('mailintro')."\n\n", dformat());
124 …msg(sprintf($this->getLang('attachmentMailToLarge_userinfo'), hsc($file['name']), filesize_h($this…
H A Dfield.php73 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]),
129 … msg(sprintf($this->getLang('e_unknownconstraint'), hsc($t).' ('.hsc($arg).')'), -1);
313 throw new Exception(sprintf($this->getLang('e_required'),hsc($this->opt['label'])));
325 $replacement = sprintf($this->getLang('checkagainst'), hsc($check['d']));
330 …throw new Exception(sprintf($this->getLang('e_' . $checktype), hsc($this->opt['label']), $replacem…
/plugin/html2pdf/html2pdf/html2ps/
H A Dmanager.encoding.php115 return sprintf('custom%d',
126 error_log(sprintf("Cannot get encoding vector for encoding '%s'", $encoding));
249 $this->register_encoding(sprintf('custom%d',
287 $result[$code] = sprintf("u%04X", $ucs2);
/plugin/dlcount/
H A Dadmin.php96 … ptln(sprintf($this->getLang('mediafiles_found'), count($this->mediafiles)) . '<br /><br />');
103 if ($this->lastdl[$fn] > 0) $lastdl = sprintf($this->getLang('ago'), $lastdltime);
115 if ($dlt > 0) $lastdl = sprintf($this->getLang('ago'), $lastdltime);
127 if ($dlt > 0) $lastdl = sprintf($this->getLang('ago'), $lastdltime);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassMirror.php54 throw new InvalidArgumentException(sprintf(
66 throw new InvalidArgumentException(sprintf(
73 throw new InvalidArgumentException(sprintf(
91 throw new ClassMirrorException(sprintf(
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientReferralHandler.php75 throw new RuntimeException(sprintf(
94 throw new RuntimeException(sprintf(
119 throw new OperationException(sprintf(
176 throw new OperationException(sprintf(
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php98 $firstLine = sprintf(
109 $headers .= sprintf("%s:%s\r\n", $name, implode(', ', $values));
112 $body .= sprintf(
128 'Content-Type' => sprintf('multipart/mixed; boundary=%s', $this->boundary),
/plugin/bureaucracy/helper/
H A Dactionmail.php42 $this->subject = sprintf($this->getLang('mailsubject'), $ID);
59 $this->_mail_html .= sprintf($this->getLang('mailintro')."<br><br>", dformat());
62 $this->_mail_text .= sprintf($this->getLang('mailintro')."\n\n", dformat());
133 …msg(sprintf($this->getLang('attachmentMailToLarge_userinfo'), hsc($file['name']), filesize_h($this…
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.pagebreak.border.php40 sprintf("Two pages expected, got %s",
82 sprintf("Two pages expected, got %s",
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DIsType.php68 sprintf(
136 return 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/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCompassFilter.php297 $config[] = sprintf("require '%s'", addcslashes($plugin, '\\'));
301 $config[] = sprintf('%s = "%s"', $name, addcslashes($value, '\\'));
303 $config[] = sprintf('%s = %s', $name, $this->formatArrayToRuby($value));
379 $output[] = sprintf(' :%s => "%s"', $name, addcslashes($value, '\\'));
384 $output[] = sprintf(' "%s"', addcslashes($value, '\\'));

12345678910>>...45