Home
last modified time | relevance | path

Searched refs:sprintf (Results 1076 – 1100 of 1115) sorted by relevance

1...<<4142434445

/plugin/mantis/lib/
H A Dnusoap.php864 return strftime('%Y-%m-%d %H:%M:%S', $sec) . '.' . sprintf('%06d', $usec);
918 …return sprintf('%04d-%02d-%02dT%02d:%02d:%02dZ',$regs[1],$regs[2],$regs[3],$regs[4],$regs[5],$regs…
1205 $errstr = sprintf('XML error parsing XML schema on line %d: %s',
2616 …$unhashedDigest = $HA1 . ':' . $nonce . ':' . sprintf("%08d", $digestRequest['nc']) . ':' . $cnonc…
2628 …="' . $this->digest_uri . $opaque . '", cnonce="' . $cnonce . '", nc=' . sprintf("%08x", $digestRe…
4782 $errstr = sprintf(
5881 $value = sprintf("%.0lf", $value);
6540 $err = sprintf('XML error parsing SOAP payload on line %d: %s',
H A Dclass.xmlschema.php137 $errstr = sprintf('XML error parsing XML schema on line %d: %s',
H A Dclass.wsdl.php270 $errstr = sprintf(
1361 $value = sprintf("%.0lf", $value);
/plugin/filelist/
H A Dsyntax.php
/plugin/indexmenu/syntax/
H A Dindexmenu.php262 $identifier = sprintf("%u", crc32($ns));
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.generic.formatted.php509 die(sprintf('Unexpected position enum value: %d', $position));
/plugin/authucenter/lib/uc_client/
H A Dclient.php178 …$string = $operation == 'DECODE' ? base64_decode(substr($string, $ckey_length)) : sprintf('%010d',…
/plugin/adfs/phpsaml/lib/Saml2/
H A DResponse.php271 sprintf(
/plugin/dw2pdf/
H A Daction.php306 throw new Exception(sprintf($this->getLang('forbidden'), $msg));
713 $qr_code = sprintf(
1070 ['export_pdf' => sprintf(
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtlDump.php26 return (sprintf("%05s", strtoupper(dechex($unicode_dec))));
181 throw new \Mpdf\Exception\FontException(sprintf('Unable to open file "%s"', $file));
199 throw new \Mpdf\Exception\FontException(sprintf('Fonts with postscript outlines are not supported (%s)', $file));
262 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])));
718 throw new \Mpdf\Exception\FontException(sprintf('Error loading font: Unknown hhea table version %s', $ver_maj));
861 throw new \Mpdf\Exception\FontException(sprintf('Font "%s" does not have cmap for Unicode (platform 3, encoding 1, format 4, or platform 0, any encoding, format 4)', $this->filename));
/plugin/eventum/XML/
H A DRPC.php1494 $errstr = sprintf('XML error: %s at line %d',
/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/odp/
H A Drenderer.php323 ….$this->_xmlEntities( sprintf($this->getLang('tpl_not_found'),$this->template,$this->getConf("tpl_…
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.riff.php446 …$thisfile_riff_WAVE['iXML'][0]['timecode_string'] = sprintf('%02d:%02d:%02d:%05.2f', $h, $m,…
447 …$thisfile_riff_WAVE['iXML'][0]['timecode_string_round'] = sprintf('%02d:%02d:%02d:%02d', $h, $m,…
/plugin/anewssystem/
H A Dsyntax.php801 $theLink = sprintf($this->getConf('convert'), $theLink);
/plugin/dropfiles/
H A Dyarn.lock109 sprintf-js "~1.0.2"
2555 sprintf-js@~1.0.2:
2557 …resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd0152…
/plugin/structsection/
H A Dyarn.lock472 sprintf-js "~1.0.2"
2589 sprintf-js@~1.0.2:
2591 …resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd0152…
/plugin/fetchmedia/
H A Dyarn.lock109 sprintf-js "~1.0.2"
2806 sprintf-js@~1.0.2:
2808 …resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd0152…
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock57 sprintf-js "~1.0.2"
2912 sprintf-js@~1.0.2:
2914 …resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd0152…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D39.39.js.map1 … 'split',\n '-T',\n 'getgrent',\n 'ord',\n 'sprintf',\n '-t',\…
H A D50.50.js.map1 … 'setweight',\n 'shobj_description',\n 'sind',\n 'sprintf',\n 'state…
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md376 $logger->debug(sprintf('new access token received at cache key %s', $cacheKey));
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcode1D.php1953 $first_byte = sprintf('%2s', dechex((hexdec($binary_code_arr[0]) << 2) >> 2));
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 …_text explode implode setlocale localeconv parse_str str_pad chop strchr sprintf printf vprintf vs…
/plugin/sqlraw/
H A Dsimple_html_dom.php1624 $key = '___noise___'.sprintf('% 5d', count($this->noise)+1000);

1...<<4142434445