Home
last modified time | relevance | path

Searched refs:substr (Results 76 – 100 of 138) sorted by relevance

123456

/dokuwiki/inc/Ui/
H A DAdmin.php
/dokuwiki/inc/File/
H A DMediaFile.php
/dokuwiki/lib/exe/
H A Dfetch.php
H A Djs.php
H A Dcss.php228 $msg = substr($msg, 0, -1 * strlen($m[0])); //remove useless linenumber
700 return substr($line, 0, $i);
/dokuwiki/lib/plugins/acl/
H A Dscript.js81 str = str.substr(1);
/dokuwiki/inc/
H A DDraft.php84 'prefix' => substr($INPUT->post->str('prefix'), 0, -1),
H A Dauth.php356 substr($pip, 0, strlen($pip) / 2), // use half of the IP address (works for both IPv4 and IPv6)
464 $iv = substr($ciphertext, 0, 16);
470 return $cipher->decrypt(substr($ciphertext, 16));
643 $member = $auth->cleanGroup(substr($member, 1));
854 substr($name, 1)
876 return '%' . dechex(ord(substr($matches[1], -1)));
/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php240 return substr($mode, 1);
H A DParallelRegex.php
/dokuwiki/bin/
H A Dgittool.php258 $target = fullpath(tpl_incdir() . '../' . substr($ext, 9));
H A Dwantedpages.php150 $page = ['id' => pathID(substr($dir . '/' . $entry, $trunclen)), 'file' => $dir . '/' . $entry];
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DRedis.php104 $redis->select((int)substr($parsed['path'], 1));
/dokuwiki/inc/Utf8/
H A DClean.php133 $str = substr($str, strlen($matches[0]));
/dokuwiki/inc/Action/
H A DSubscribe.php
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClientSSL.php209 $contents = substr($contents, strpos($contents, '<'));
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DHTMLCreator.php159 return substr($fileInfo["basename"], 0, -(strlen($fileInfo["extension"]) + 1)).".html";
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php81 $this->base = substr($id, 9);
809 $plugin = plugin_load($type, $this->base . '_' . substr($cp, 0, -4));
1197 if (str_ends_with($target, '/')) $target = substr($target, 0, -1);
/dokuwiki/lib/plugins/extension/
H A Dscript.js55 extension = extension.substr(0, extension.length - 1);
/dokuwiki/inc/Cache/
H A DCache.php210 $stats[substr($line, 0, $i)] = $line;
/dokuwiki/inc/Form/
H A DLegacyForm.php120 $control[substr($key, 1)] = $val;
/dokuwiki/inc/Extension/
H A DPluginController.php359 $plugins[] = $plugin . '_' . substr($component, 0, -4);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php248 $this->screen[$this->y] = substr($this->screen[$this->y], 0, $this->x);
378 $this->tokenization[count($this->tokenization) - 1] = substr($this->tokenization[count($this->tokenization) - 1], 0, -1);
511 $output = substr($output, 0, -2);
/dokuwiki/inc/Menu/Item/
H A DAbstractItem.php210 $this->type = strtolower(substr(strrchr(get_class($this), '\\'), 1));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1410 //if (substr($line, -2) == "\r\n") {
1557 case substr($this->server_identifier, 0, 13) == 'SSH-2.0-DLINK':
1571 case substr($this->server_identifier, 0, 24) == 'SSH-2.0-TurboFTP_SERVER_':
1744 substr($this->kex_algorithm, 10);
1836 $temp = unpack('Nlength', substr($this->signature, 0, 4));
1837 $this->signature_format = substr($this->signature, 4, $temp['length']);
1841 $keyBytes = substr($keyBytes, 1);
1924 $this->encrypt->setIV(substr($iv, 0, $this->encrypt_block_size));
1931 $this->encryptFixedPart = substr($nonce, 0, 4);
1932 $this->encryptInvocationCounter = substr(
[all...]

123456