Home
last modified time | relevance | path

Searched refs:substr (Results 101 – 125 of 138) sorted by relevance

123456

/dokuwiki/inc/parser/
H A Drenderer.php932 $reference = substr($reference, 0, -strlen($hash));
933 $hash = substr($hash, 1);
H A Dxhtml.php684 $text = substr($text, 1);
687 $text = substr($text, 0, -1);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DOptions.php250 $arg = explode('=', substr($arg, 2), 2);
276 $opt = substr($arg, 1);
/dokuwiki/inc/HTTP/
H A DHTTPClient.php494 $this->resp_body = @gzinflate(substr($r_body, 10));
607 $nbytes = fwrite($socket, substr($data, $written, 4096));
830 $headers = substr($headers, 0, -2);
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php
H A DSubscriberManager.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDES.php1212 $key = str_pad(substr($this->key, $des_round * 8, 8), 8, "\0");
H A DRC2.php
/dokuwiki/inc/
H A Dutf8.php102 dbg_deprecated(PhpString::class . '::substr()');
103 return PhpString::substr($str, $offset, $length);
H A DMailer.class.php49 $this->partid = substr(md5(uniqid(random_int(0, mt_getrandmax()), true)), 0, 8) . '@' . $server;
581 $prefix = '[' . PhpString::substr($conf['title'], 0, 20) . '...]';
H A Dtemplate.php529 $parent = substr($parent, 0, $pos) . ':';
1764 if ($abs) $url = DOKU_URL . substr($url, strlen(DOKU_REL));
H A Dmedia.php1729 $label = substr($item['id'], $pos > 0 ? $pos + 1 : 0);
1864 return substr(PassHash::hmac('md5', $token, auth_cookiesalt()), 0, 6);
2162 $filebase = substr($src, 0, -1 * (strlen($srcExt) + 1));
/dokuwiki/inc/Parsing/Handler/
H A DLists.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSCP.php
H A DSFTP.php951 $handle = substr($response, 4);
1101 $handle = substr($response, 4);
1581 return $this->close_handle(substr($response, 4));
1744 pack('a*Ca*', substr($attr, 0, 4), NET_SFTP_TYPE_UNKNOWN, substr($attr, 4)) :
1930 $packet = substr($this->server_identifier, 0, 15) == 'SSH-2.0-OpenSSH' ?
2154 $handle = substr($response, 4);
2226 $temp = isset($fp) ? fread($fp, $sftp_packet_size) : substr($data, $sent, $sftp_packet_size);
2381 $handle = substr($response, 4);
2452 $temp = substr(
[all...]
/dokuwiki/inc/ChangeLog/
H A DChangeLogTrait.php62 'sum' => PhpString::substr(str_replace($strip, '', $info['sum'] ?? ''), 0, 255),
/dokuwiki/inc/Remote/
H A DApi.php
/dokuwiki/lib/plugins/info/
H A Dsyntax.php58 $match = substr($match, 7, -2); //strip ~~INFO: from start and ~~ from end
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php474 $this->signatureSubject = substr($cert, $decoded[0]['content'][0]['start'], $decoded[0]['content'][0]['length']);
1326 substr($this->currentCert['signature'], 1),
1334 substr($this->currentCert['signature'], 1),
1342 substr($this->currentCert['signature'], 1),
1374 substr($this->currentCert['signature'], 1),
1517 $mask = substr($ip, $size);
1518 $ip = substr($ip, 0, $size);
2232 $this->signatureSubject = substr($orig, $decoded[0]['content'][0]['start'], $decoded[0]['content'][0]['length']);
2341 $this->signatureSubject = substr($orig, $decoded[0]['content'][0]['start'], $decoded[0]['content'][0]['length']);
2438 $this->signatureSubject = substr(
[all...]
/dokuwiki/lib/scripts/
H A Dlinkwiz.js193 if(a.title == '' || a.title.substr(a.title.length-1) == ':'){
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php688 $currentsql = trim(substr($currentsql, $semi_pos + 1));
/dokuwiki/lib/plugins/acl/
H A Dadmin.php527 $base = substr($base, strrpos($base, ':') + 1);
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php1620 if (in_array($sniffed, $application_types) || substr($sniffed, 0, 12) === 'application/' && substr($sniffed, -4) === '+xml') {
1626 } elseif (in_array($sniffed, $text_types) || substr($sniffed, 0, 5) === 'text/' && substr($sniffed, -4) === '+xml') {
1633 elseif (substr($sniffed, 0, 5) === 'text/') {
2648 } elseif (substr($key, 0, 41) === self::IANA_LINK_RELATIONS_REGISTRY) {
2649 $this->data['links'][substr($key, 41)] =& $this->data['links'][$key];
/dokuwiki/vendor/splitbrain/slika/src/
H A DGdAdapter.php331 if ($dim && substr($dim, -1) == '%') {

123456