Home
last modified time | relevance | path

Searched refs:sprintf (Results 726 – 750 of 1115) sorted by relevance

1...<<21222324252627282930>>...45

/plugin/adminperm/
H A Dadmin.php68 msg(sprintf($this->getLang('nosave'), $this->config), -1);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DExampleFinder.php163 return sprintf(
/plugin/dx/src/
H A DStandardize.php105 throw new RuntimeException(sprintf('Directory "%s" was not created', $dirPath));
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/
H A DGroup.php81 sprintf(
/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/
H A DDeserializationGraphNavigator.php166 …throw new ExpressionLanguageRequiredException(sprintf('To use conditional exclude/expose in %s you…
221 throw new LogicException(sprintf(
/plugin/swiftmail/Swift/Plugin/
H A DFileEmbedder.php243 $pattern = sprintf($pattern_format, $tag_name, implode("|", $def["attributes"]),
260 $pattern = sprintf($pattern_format, $tag_name, implode("|", $def["attributes"]),
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php331 $bits .= sprintf('%032b', $digit);
336 $bits .= sprintf('%064b', $digit);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUtils.php372 $ex = new \RuntimeException(sprintf(
385 $ex = new \RuntimeException(sprintf(
/plugin/statdisplay/helper/
H A Dgraph.php126 $title = sprintf($this->getLang('t_' . $by), $date);
210 $usertraffic[sprintf($this->getLang('others'), count($others))] = $other;
/plugin/odt/
H A Dsyntax.php274 msg(sprintf("No page specified!", html_wikilink($pagename)), -1);
281 msg(sprintf("Page not found!", html_wikilink($pagename)), -1);
/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/dw2pdf/vendor/mpdf/mpdf/src/Pdf/
H A DProtection.php240 throw new \Mpdf\MpdfException(sprintf('Invalid permission type "%s"', $permission));
320 $prot = sprintf('%032b', $protection);
/plugin/register/
H A Dregister.php269 $mmr_disp = sprintf("System Register");
273 $mmr_disp = sprintf("MMR = 0x%08X", $register->mmr_addr);
274 $reset_disp = sprintf("Reset = 0x%0" . ($register->maxbits / 4) . "X", $register->resetval);
355 $bit_disp .= sprintf("0x%04X", $this->bitrange($register->resetval, $bitset_h, $bitset_l));
/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/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFile.php33 return sprintf("%05s", strtoupper(dechex($unicode_dec)));
231 throw new \Mpdf\Exception\FontException(sprintf('Unable to open font file "%s"', $file));
268 throw new \Mpdf\Exception\FontException(sprintf('Fonts with postscript outlines are not supported (%s)', $file));
272 throw new \Mpdf\Exception\FontException(sprintf('TTCfontID for a TrueType Collection is not defined in mPDF "fontdata" configuration (%s)', $file));
276 throw new \Mpdf\Exception\FontException(sprintf('Not a TrueType font: version=%s)', $version));
282 throw new \Mpdf\Exception\FontException(sprintf('Error parsing TrueType Collection: version=%s - (%s)', $version, $file));
335 throw new \Mpdf\Exception\FontException(sprintf('TTF file "%s": invalid checksum %s table: %s (expected %s)', $this->filename, dechex($checksum[0]) . dechex($checksum[1]), $t['tag'], dechex($xchecksum[0]) . dechex($xchecksum[1])));
563 throw new \Mpdf\Exception\FontException(sprintf('Unable to open file "%s"', $file));
578 throw new \Mpdf\Exception\FontException(sprintf("Error parsing TrueType Collection: version=%s (%s)", $version, $file));
631 throw new \Mpdf\Exception\FontException(sprintf('Fon
[all...]
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DBirthdayCalendarGenerator.php162 'SUMMARY' => sprintf($this->format, $object->FN->getValue()),
/plugin/bureaucracy-au/helper/
H A Dfieldnumber.php54 … throw new Exception(sprintf($this->getLang('e_numeric'),hsc($this->getParam('display'))));
/plugin/webdav/vendor/sabre/vobject/lib/
H A DBirthdayCalendarGenerator.php146 'SUMMARY' => sprintf($this->format, $object->FN->getValue()),
/plugin/bureaucracyau/helper/
H A Dfieldnumber.php54 … throw new Exception(sprintf($this->getLang('e_numeric'),hsc($this->getParam('display'))));
/plugin/log/
H A Dcommon.php71 …$log_text .= '[[' . sprintf($plugin->getConf('userpage'), $_SERVER['REMOTE_USER']) . '|' . $USERIN…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exclusion/
H A DGroupsExclusionStrategy.php105 …throw new RuntimeException(sprintf('The group value for the property path "%s" should be an array,…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DBindRequest.php120 throw new ProtocolException(sprintf(
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/
H A DClientQueue.php65 throw new ProtocolException(sprintf(
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DDn.php168 throw new UnexpectedValueException(sprintf(
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrlExtension.php140 throw new UrlParseException(sprintf('The LDAP URL extension is malformed: %s', $extension));

1...<<21222324252627282930>>...45