Home
last modified time | relevance | path

Searched refs:substr (Results 76 – 100 of 138) sorted by last modified time

123456

/dokuwiki/inc/Subscriptions/
H A DSubscriberManager.php
/dokuwiki/
H A Ddoku.php56 $PRE = cleanText(substr($INPUT->post->str('prefix'), 0, -1));
/dokuwiki/inc/Action/
H A DAbstractAction.php31 $this->actionname = strtolower(substr(strrchr(get_class($this), '\\'), 1));
H A DSubscribe.php
/dokuwiki/inc/Ui/
H A DSearch.php362 $subtopNS = substr($namespace, 0, $firstColon);
/dokuwiki/inc/Utf8/
H A DPhpString.php27 $path = substr($path, $rpos + 1);
32 $path = substr($path, 0, -$suflen);
70 * UTF-8 aware alternative to substr
82 public static function substr($str, $offset, $length = null)
99 * substr documentation states false can be returned in some cases (e.g. offset > string length)
184 if ($start > 0) $ret .= self::substr($string, 0, $start);
186 $ret .= self::substr($string, $start + $length);
365 $length = self::strlen(substr($haystack, 0, $pos));
83 public static function substr($str, $offset, $length = null) global() function in dokuwiki\\Utf8\\PhpString
/dokuwiki/inc/
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)));
H A Dconfutils.php40 $ext = strtolower(substr($file, $ext + 1));
49 return [$ext, substr($mtypes[$ext], 1), true];
231 $lines[0] = substr($lines[0], 3);
469 switch (substr($str, 0, 3)) {
471 return base64_decode(substr($str, 3));
473 return convert_uudecode(substr($str, 3));
491 $idx = array_search(trim(substr($val, 1)), $current);
H A DJpegMeta.php148 $info = $this->getIPTCField(substr($field,5));
150 $info = $this->getExifField(substr($field,5));
152 $info = $this->getXmpField(substr($field,4));
154 $info = $this->getFileField(substr($field,5));
156 $info = $this->getDateField(substr($field,5));
207 return $this->setIPTCField(substr($field,5),$value);
209 return $this->setExifField(substr($field,5),$value);
227 return $this->deleteIPTCField(substr($field,5));
229 return $this->deleteExifField(substr($field,5));
724 $aux = substr(
[all...]
/dokuwiki/lib/scripts/
H A Dlinkwiz.js193 if(a.title == '' || a.title.substr(a.title.length-1) == ':'){
H A Dmedia.js58 $link[0].search.substr(1) + '&call=medians',
304 text = text.substr(text.lastIndexOf('/') + 1);
305 text = text.substr(text.lastIndexOf('\\') + 1);
344 params += $link[0].search.substr(1);
366 action = $form[0].action.substr(i + 1);
427 params += $link[0].search.substr(1);
695 id = $link.attr('id').substr(2);
714 ext = id.substr(dot);
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/
H A DFeedDate.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DBase.php
H A DBlowfish.php560 return substr($output, 0, $keylen);
H A DHash.php295 $this->length = abs(substr($hash, -3)) >> 3;
307 $hash = substr($hash, 0, -3);
386 if (in_array(substr($hash, 0, 5), ['sha3-', 'shake', 'kecca'])) {
389 if (version_compare(PHP_VERSION, '7.1.0') < 0 || substr($hash, 0, 5) != 'sha3-') {
497 substr($t, unpack('C', $index)[1] * $taglen, $taglen) :
498 substr($t, 0, $taglen);
531 $L1Key_i = substr($L1Key, $i * 16, 1024);
532 $L2Key_i = substr($L2Key, $i * 24, 24);
533 $L3Key1_i = substr($L3Key1, $i * 64, 64);
534 $L3Key2_i = substr(
[all...]
H A DRC2.php
H A DTripleDES.php249 $key .= substr($key, 0, 8);
264 $this->des[0]->setKey(substr($key, 0, 8));
265 $this->des[1]->setKey(substr($key, 8, 8));
266 $this->des[2]->setKey(substr($key, 16, 8));
327 * echo $des->encrypt(substr($plaintext, 0, 8));
328 * echo $des->encrypt(substr($plaintext, 8, 8));
338 * $des->encrypt(substr($plaintext, 0, 8));
339 * echo $des->decrypt($des->encrypt(substr($plaintext, 8, 8)));
342 * echo $des->decrypt($des->encrypt(substr($plaintext, 8, 8)));
/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);
H A DASN1.php271 $temp = substr($encoded, $encoded_pos, $length);
276 extract(unpack('Nlength', substr(str_pad($temp, 4, chr(0), STR_PAD_LEFT), -4)));
286 $content = substr($encoded, $encoded_pos, $length);
323 if (substr($content, $content_pos + $length, 2) == "\0\0") {
363 $current['content'] = new BigInteger(substr($content, $content_pos), -256);
372 $current['content'] = substr($content, $content_pos);
385 $current['content'] .= substr($temp[$i]['content'], 1);
391 $current['content'] = $temp[$last]['content'][0] . $current['content'] . substr($temp[$i]['content'], 1);
396 $current['content'] = substr($content, $content_pos);
400 while (substr(
[all...]
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/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.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/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php138 if (substr($address, 0, 9) != '\\\\.\\pipe\\' || strpos(substr($address, 9), '\\') !== false) {

123456