Home
last modified time | relevance | path

Searched refs:strlen (Results 1001 – 1025 of 1362) sorted by relevance

1...<<41424344454647484950>>...55

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/
H A DMultiLineFunctionDeclarationSniff.php147 $gap = strlen($tokens[($use - 1)]['content']);
/plugin/zip/pear/MIME/
H A DType.php346 if (!$type || !strlen($type)) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.margin.class.php44 $len = strlen($data);
H A Dvalue.padding.class.php40 $len = strlen($data);
H A Dbox.select.php30 $size = max($size, strlen($child->get_content()));
H A Dpdf.fpdf.makefont.php72 for ($i=0; $i<strlen($ps_name_ucs2); $i+=2) {
321 fwrite($f,$s,strlen($s));
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DCompiler.php231 $this->sourceOffset = \strlen($this->source);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.archive.tar.php43 if (strlen($buffer) < 512) {
H A Dmodule.audio.mpc.php229 …$MPCheaderData .= $this->fread($thisfile_mpc_header['size'] - strlen($info['mpc']['header']['pream…
230 $offset = strlen('MP+');
/plugin/fedauth/Auth/Yadis/
H A DPlainHTTPFetcher.php169 $headers[] = "Content-length: " . strval(strlen($body));
/plugin/data-graph/
H A Dsyntax.php165 if(strlen($arr[$i]["k"]) < 2){
/plugin/datagraph/
H A Dsyntax.php165 if(strlen($arr[$i]["k"]) < 2){
/plugin/fedauth/Auth/OpenID/
H A DURINorm.php132 $i = strlen($path);
/plugin/authgoogle2fa/
H A DGoogleAuthenticator.php177 if ($padding && ($x = strlen($binaryString) % 40) != 0) {
/plugin/authg2fa/
H A DGoogleAuthenticator.php177 if ($padding && ($x = strlen($binaryString) % 40) != 0) {
/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DListParser.php
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSlackHandler.php153 $header .= "Content-Length: " . strlen($content) . "\r\n";
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto17.php278 'size' => strlen($calendarData),
/plugin/odt/ODT/
H A DODTUnits.php46 $length = strlen ((string)$value);
/plugin/tagging/helper/
H A Dquerybuilder.php274 return strpos($value, '*') === 0 || strrpos($value, '*') === strlen($value) - 1;
/plugin/openid/Auth/OpenID/
H A DURINorm.php139 $i = strlen($path);
/plugin/openid/Auth/Yadis/
H A DPlainHTTPFetcher.php178 $headers[] = "Content-length: " . strval(strlen($body));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DResultPrinter.php496 $this->numTestsWidth = strlen((string) $this->numTests);
497 …$this->maxColumn = $this->numberOfColumns - strlen(' / (XXX%)') - (2 * $this->numTestsWidth);
/plugin/rrdgraph/
H A Dhelper.php479 if (strlen($value) == 0)
552 if (strlen($option) == 1)
/plugin/txtconf/
H A Dconfig0.class.php469 for ($i=0; $i<strlen($contents); $i++) {
474 $i = strpos($contents, $c_close, $i+$c_open_len)+strlen($c_close)-1;

1...<<41424344454647484950>>...55