Home
last modified time | relevance | path

Searched refs:strlen (Results 1251 – 1275 of 1362) sorted by relevance

1...<<5152535455

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php381 $dictionary->value['Length'] = PdfNumeric::create(\strlen($stream));
H A DTTFontFileAnalysis.php230 for ($p = 0; $p < strlen($panose); $p++) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdfTplTrait.php431 $this->_put('/Length ' . \strlen($buffer));
/plugin/gitbacked/lib/
H A DGit.php166 } else if (strlen($reference)) {
/plugin/todo/syntax/
H A Dlist.php273 $len = strlen($ns);
/plugin/cli/
H A Dsyntax.php241 $index=strlen($prompt);
/plugin/elwikiupgrade/
H A Dadmin.php329 self::_say($this->getLang('dl_done'), filesize_h(strlen($data)));
/plugin/htmlokay/
H A Dsyntax.php579 if ($len = strlen($string_x) > 400)
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.aac.php333 $substringlength = strlen($substring);
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php778 if (strlen($day)>2) {
/plugin/mantis/lib/
H A Dclass.nusoap_base.php947 $m = substr($regs[8],strlen($regs[8])-2,2);
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php778 if (strlen($day)>2) {
/plugin/translate/
H A Dhelper.php163 return substr($id, 0, strlen($ns) + 1) === "$ns:";
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php214 (strlen($contentLength) > 0 && (int) $contentLength > 0) ? (int) $contentLength : -1
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php778 if (strlen($day)>2) {
/plugin/ckgedit/action/
H A Dsave.php94 …ogEntry(time(), $id, DOKU_CHANGE_TYPE_CREATE, $lang["created"],"", null, strlen(base64_decode($mat…
/plugin/archivegenerator/
H A Dadmin.php426 return $this->base . substr($filepath, strlen(DOKU_INC));
/plugin/statdisplay/helper/
H A Dlog.php97 $pos += strlen($line);
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php634 if ($ellipsis && strlen($context->get($keyname)) > $limit) {
/plugin/columns/
H A Daction.php395 if (strlen($syntax) == 2) {
/plugin/openid/Auth/OpenID/
H A DFileStore.php510 if ($dir[strlen($dir) - 1] != DIRECTORY_SEPARATOR) {
/plugin/fedauth/Auth/OpenID/
H A DServer.php252 (strlen($this->encodeToURL()) >
1199 (strlen($this->encodeToURL()) >
/plugin/issuelinks/services/
H A DGitHub.service.php164 $endpoint = substr($links['next'], strlen($this->githubUrl));
/plugin/autlogin/
H A Daction.php184 $match = SubStr($match,3,(strlen($match)));
/plugin/sha3sum/
H A DSha3.php394 return \strlen($str);

1...<<5152535455