Home
last modified time | relevance | path

Searched refs:strlen (Results 1226 – 1250 of 1362) sorted by relevance

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

/plugin/aclauditor/
H A Dadmin.php146 …$grps = array_filter(explode('|', (string)$group), create_function('$g', 'return (bool)strlen($g);…
/plugin/freechat/phpfreechat/src/
H A Dphpfreechat.class.php168 $query = substr($query, 0, strlen($query)-1);
/plugin/letsencrypt/
H A DLescript.php542 $remainder = strlen($input) % 4;
/plugin/swiftmail/Swift/Message/
H A DMime.php224 …if ($non_ascii && is_string($data) && strlen($data) > 0 && !Swift_Message_Encoder::instance()->is7…
/plugin/projects/action/
H A Daction.php350 if (substr(strtoupper($slices[1]), 0, strlen($tag)+1)
/plugin/redproject/
H A Dsyntax.php98 return array('state'=>$state, 'bytepos_end' => $pos + strlen($match));
/plugin/indexmenu/
H A Dadmin.php
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php179 return strlen($h);
/plugin/pubmed2020/classes/
H A Dcache.php68 $len = strlen($startString);
/plugin/odt/action/
H A Dexport.php141 if (strncmp($action, 'export_odt', strlen('export_odt')) == 0) {
/plugin/upgrade/
H A Dhelper.php158 $this->log('success', $this->getLang('dl_done'), filesize_h(strlen($data)));
/plugin/combo/ComboStrap/
H A DHeadingTag.php447 $position = strlen($input) - 1;
H A DGridTag.php95 $isRowTag = substr($match, 0, strlen($rowMatchPrefix)) == $rowMatchPrefix;
/plugin/openid/Auth/OpenID/
H A DSQLStore.php551 while ($i < strlen($str)) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php702 'size' => strlen($calendarData),
1332 …$stmt->execute([$principalUri, $objectData, $objectUri, time(), md5($objectData), strlen($objectDa…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php436 if (strlen($this->output) === 0) {
2046 $dependency = substr($dependency, strlen('clone '));
2049 $dependency = substr($dependency, strlen('!clone '));
/plugin/davcal/
H A Dhelper.php866 strlen($eventStr), md5($eventStr), $uuid);
1379 … $dtEnd->getTimestamp(), strlen($eventStr), md5($eventStr), $uid);
1755 'size' => strlen($calendarData),
/plugin/scrape/HTMLPurifier/Lexer/
H A DPH5P.php
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFile.php364 if (strlen($data) % 4) {
365 $data .= str_repeat("\0", 4 - (strlen($data) % 4));
368 $len = strlen($data);
492 return substr($stream, 0, $offset) . $value . substr($stream, $offset + strlen($value));
528 $dataLen = strlen($data);
531 $dataLen = strlen($data);
748 $nameLength = strlen($psName);
863 $panoseLenght = strlen($panose);
2265 if ($key && strlen(trim($key)) == 5 && $sub) {
2321 if ($key && strlen(tri
[all...]
/plugin/data-au/syntax/
H A Dentry.php113 'pos' => $pos, 'len' => strlen($match)
/plugin/scrape/HTMLPurifier/Printer/
H A DConfigForm.php
/plugin/fedauth/Auth/OpenID/
H A DFileStore.php471 if ($dir[strlen($dir) - 1] != DIRECTORY_SEPARATOR) {
/plugin/accscounter/syntax/
H A Dcounter.php332 return explode('|', substr($match, strlen('{{counter|'), -2));
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DCHANGELOG.md92 * All uses of `strlen` were removed. This should prevent issues in situations
/plugin/evesso/
H A Dauth.php279 $length = strlen($needle);

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