Home
last modified time | relevance | path

Searched refs:strlen (Results 76 – 100 of 101) sorted by relevance

12345

/dokuwiki/inc/ChangeLog/
H A DChangeLogTrait.php195 $got += strlen($tmp);
H A DChangeLog.php264 $got += strlen($tmp);
/dokuwiki/inc/
H A Dhttputils.php82 $file = DOKU_REL . substr($file, strlen(fullpath(DOKU_INC)) + 1);
H A Dcommon.php80 if (strlen($in) > 0) return false;
1099 $len = strlen(rtrim($conf['datadir'], '/'));
1100 while (strlen($path) >= $len) {
1223 $to = $to ? $to - 1 : (strlen($text));
1623 $max -= PhpString::strlen($keep);
1625 $len = PhpString::strlen($short);
H A Dindexer.php55 * Differs from strlen in handling of asian characters.
64 $l = strlen($w);
H A Dio.php501 if (strlen($ns) == 0) {
827 $uncompressedsize += strlen($buffer);
H A DMailer.class.php578 if (PhpString::strlen($conf['title']) < 20) {
H A Dpageutils.php465 $name = substr($id, 0, -1 * strlen($ext[0]) - 1);
H A Dtemplate.php1764 if ($abs) $url = DOKU_URL . substr($url, strlen(DOKU_REL));
H A Dmedia.php2162 $filebase = substr($src, 0, -1 * (strlen($srcExt) + 1));
/dokuwiki/inc/parser/
H A Dmetadata.php100 if (strlen($this->doc) > self::ABSTRACT_MAX) {
129 $this->captured += strlen($text);
H A Drenderer.php932 $reference = substr($reference, 0, -strlen($hash));
H A Dhandler.php196 if (strlen($value) > 0) {
/dokuwiki/inc/Remote/
H A DApiCore.php
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php112 if (strlen($matches[$i][3][0]) <= 2) {
1756 $length = strlen($string);
1885 $string_length = strlen($string);
H A DParser.php355 $separator_length = strlen($this->separator);
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPContacts.php267 if ($includeDescription && strlen($entries[$i]["displayname"][0])>0){
H A DadLDAPGroups.php518 if ($includeDescription && strlen($entries[$i]["description"][0]) > 0 ) {
589 $gsid = substr_replace($usersid, pack('V',$gid), strlen($usersid)-4,4);
/dokuwiki/inc/Ui/
H A DSearch.php352 $baseNSLength = strlen($baseNS);
361 $firstColon = strpos((string)$namespace, ':', $baseNSLength + 1) ?: strlen($namespace);
/dokuwiki/inc/Search/
H A DIndexer.php535 (!is_numeric($word) && strlen($word) < IDX_MINWORDLENGTH)
897 if ($cnt >= $min && (!$max || $cnt <= $max) && strlen($val) >= $minlen)
912 if (strlen($words[$wid]) >= $minlen)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDES.php623 if (!($this instanceof TripleDES) && strlen($key) != 8) {
624 throw new \LengthException('Key of size ' . strlen($key) . ' not supported by this algorithm. Only keys of size 8 are supported');
H A DTwofish.php419 switch (strlen($key)) {
425 throw new \LengthException('Key of size ' . strlen($key) . ' not supported by this algorithm. Only keys of sizes 16, 24 or 32 supported');
456 switch (strlen($this->key)) {
/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php882 for ($i=0; $i<strlen($item); $i++) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1144 if (strlen($line) < 3) {
1516 $size = strlen($ip) >> 1;
2806 $this->currentCert['publicKeyAndChallenge']['challenge'] = $this->challenge & str_repeat("\x7F", strlen($this->challenge));
3061 $temp = chr(ASN1::TYPE_GENERALIZED_TIME) . ASN1::encodeLength(strlen($temp)) . $temp;
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php603 $digits = strlen(count($this->import_failures));

12345