Home
last modified time | relevance | path

Searched refs:sprintf (Results 176 – 200 of 1115) sorted by last modified time

12345678910>>...45

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DPair.php43 return \sprintf('%s, %s', (string) $this->a, (string) $this->b);
/plugin/data/admin/
H A Dclean.php83 msg(sprintf($this->getLang('pages_del'), $count), 1);
/plugin/data/syntax/
H A Dcloud.php183 $renderer->doc .= sprintf($this->before_item, hsc($data['classes']));
190 $renderer->doc .= sprintf($this->before_val, $tag['lvl']);
193 '" title="' . sprintf($this->getLang('tagfilter'), hsc($tag['value'])) .
H A Dtable.php305 $renderer->doc .= sprintf($this->before_val, 'class="' . $classes[0] . '"');
313 $renderer->doc .= sprintf($this->beforeVal($data, $num_rn), 'class="' . $classes[$num_rn] . '"');
400 $text .= '<h4>' . sprintf($this->getLang('tablefilteredby'), hsc(implode(' & ', $fltrs))) . '</h4>';
/plugin/data/
H A Dhelper.php126 return sprintf('%d-%02d-%02d', $m[1], $m[2], $m[3]);
312 . '" title="' . sprintf($this->getLang('tagfilter'), hsc($val))
/plugin/randomtables/table-roller/src/Table/
H A DDokuwikiJsonTable.php14 return sprintf('%d-%d: %s', $item->min, $item->max, $item->result);
/plugin/oauth/
H A Dhelper.php123 $trans = sprintf($trans, ...$context);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DAbstractService.php148 sprintf(
H A DBitrix24.php31 return new Uri(sprintf('%s/oauth/authorize/', $this->baseApiUri));
39 return new Uri(sprintf('%s/oauth/token/', $this->baseApiUri));
/plugin/oauth/action/
H A Dlogin.php145 $html .= '<p class="plugin-oauth-emailrestriction">' . sprintf(
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DTwitter.php65 sprintf("'%s' is not a correct Twitter authorization endpoint.", $endpoint)
/plugin/oauth/vendor/lusitanian/oauth/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/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php553 $uid = sprintf("%6s ", decoct($uid));
554 $gid = sprintf("%6s ", decoct($gid));
555 $perm = sprintf("%6s ", decoct($perm));
556 $size = sprintf("%11s ", decoct($size));
557 $mtime = sprintf("%11s", decoct($mtime));
572 $chks = pack("a8", sprintf("%6s ", decoct($chks)));
/plugin/upgrade/HTTP/
H A DHTTPClient.php588 throw new HTTPClientException(sprintf('Timeout while sending %s (%.3fs)',$message, $time_used), -100);
634 sprintf('Timeout while reading %s after %d bytes (%.3fs)', $message,
681 sprintf('Timeout while reading %s (%.3fs) >%s<', $message, $time_used, $r_data),
/plugin/statistics/inc/
H A DBrowscap.php227 sprintf('The cache path %s is invalid. Are you sure that it exists and that you have permission to access it?', $old_cache_dir)
411 'proxy' => sprintf('tcp://%s:%d', $server, $port),
754 return sprintf(
973 $out = sprintf(
/plugin/statistics/inc/pchart/
H A DColor.php93 return sprintf('#%02x%02x%02x', $this->r, $this->g, $this->b);
149 return sprintf("Color<%d, %d, %d>", $this->r, $this->g, $this->b);
H A DShadowProperties.php72 return sprintf(
H A DPoint.php36 return sprintf("Point<%d, %d>", $this->x, $this->y);
/plugin/statistics/
H A Dadmin.php259 echo '<li><div class="li">' . sprintf($this->getLang('dash_' . $name), $result[$name]) . '</div></li>';
265 echo '<li><div class="li">' . sprintf($this->getLang('dash_' . $name), $result[$name]) . '</div></li>';
332 echo sprintf($this->getLang('trafficsum'), $result[0]['cnt'], filesize_h($result[0]['filesize']));
344 echo sprintf($this->getLang('trafficsum'), $result[0]['cnt'], filesize_h($result[0]['filesize']));
/plugin/farmer/admin/
H A Dnew.php59 msg(sprintf($this->getLang('animal creation success'), $link), 1);
228 msg(sprintf($this->getLang('animal template copy error'), $dir), -1);
H A Dsetup.php45 $errors[] = sprintf($this->getLang('farmdir_in_dokuwiki'), hsc($farmdir), hsc(DOKU_INC));
47 $errors[] = sprintf($this->getLang('farmdir_uncreatable'), hsc($farmdir));
49 $errors[] = sprintf($this->getLang('farmdir_unwritable'), hsc($farmdir));
51 $errors[] = sprintf($this->getLang('farmdir_notEmpty'), hsc($farmdir));
/plugin/approve/syntax/
H A Dtable.php251 $renderer->doc .= $all_approved_ready . ' / ' . $all . sprintf(" (%.0f%%)", $percent);
264 $renderer->doc .= $all_approved . ' / ' . $all . sprintf(" (%.0f%%)", $percent);
/plugin/approve/action/
H A Dnotification.php80 $full = sprintf($this->getLang('notification full'), $link);
/plugin/ireadit/action/
H A Dnotification.php61 $full = sprintf($this->getLang('notification full'), $link);
/plugin/odt/action/
H A Dexport.php330 $msg = sprintf($this->getLang('forbidden'), hsc(join(', ', $skippedpages)));

12345678910>>...45