Home
last modified time | relevance | path

Searched refs:strlen (Results 26 – 50 of 101) sorted by path

12345

/dokuwiki/inc/
H A Dauth.php356 substr($pip, 0, strlen($pip) / 2), // use half of the IP address (works for both IPv4 and IPv6)
910 $data['password'] .= $c[auth_random(0, strlen($c) - 1)];
911 $data['password'] .= $v[auth_random(0, strlen($v) - 1)];
912 $data['password'] .= $a[auth_random(0, strlen($a) - 1)];
915 $data['password'] .= $s[auth_random(0, strlen($s) - 1)] . auth_random(10, 99);
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 Dfulltext.php470 $len = PhpString::strlen($text);
500 $utf8_idx = PhpString::strlen(substr($text, 0, $idx));
501 $utf8_len = PhpString::strlen($str);
542 $offset = $idx + strlen(PhpString::substr($text, $utf8_idx, $utf8_len));
887 if (strlen($token) < 3 || $token[2] !== ':') continue;
H A Dhttputils.php82 $file = DOKU_REL . substr($file, strlen(fullpath(DOKU_INC)) + 1);
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 Dmail.php126 $iLength = strlen($sLine);
H A Dmedia.php2162 $filebase = substr($src, 0, -1 * (strlen($srcExt) + 1));
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 Dutf8.php93 dbg_deprecated(PhpString::class . '::strlen()');
94 return PhpString::strlen($str);
/dokuwiki/inc/parser/
H A Dhandler.php196 if (strlen($value) > 0) {
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));
/dokuwiki/lib/exe/
H A Dcss.php228 $msg = substr($msg, 0, -1 * strlen($m[0])); //remove useless linenumber
661 if (strlen($matches[2]) > 4) return '';
678 $len = strlen($line);
/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php882 for ($i=0; $i<strlen($item); $i++) {
/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);
H A DadLDAPUsers.php522 for ($i=0; $i <strlen($password); $i++){ $encoded.="{$password[$i]}\000"; }
564 if ($includeDescription && strlen($entries[$i]["displayname"][0])>0){
625 if ($includeDescription && strlen($entries[$i]["displayname"][0]) > 0) {
H A DadLDAPUtils.php70 if (strlen($line)>0) {
75 $groupArray[] = substr($bits[0], 3, (strlen($bits[0])-3));
130 //$octet_str .= '\\' . substr($strGUID, 16, strlen($strGUID));
131 for ($i=16; $i<=(strlen($strGUID)-2); $i++) {
172 for ($x = strlen($hex) - 2; $x >= 0; $x = $x - 2) {
236 for ($i=0; $i<strlen($item); $i++) {
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingSepchar.php14 for ($i = 0; $i < strlen($str); $i++) $this->choices[] = $str[$i];
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php603 $digits = strlen(count($this->import_failures));
/dokuwiki/lib/tpl/dokuwiki/images/
H A Dpagetools-build.php79 if(strlen($hex) == 3){
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DEmailAddressValidator.php161 if (strlen(preg_replace('/[0-9]/', '', $domainPortionParts[$i])) <= 0) {
180 $textLength = strlen($text);
/dokuwiki/vendor/composer/
H A DClassLoader.php248 $length = strlen($prefix);
303 $length = strlen($prefix);

12345