Home
last modified time | relevance | path

Searched refs:substr (Results 26 – 50 of 138) sorted by relevance

123456

/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Decode/HTML/
H A DEntities.php134 $data = substr($this->data, $this->position, $len);
150 $this->consumed = substr($this->consumed, 0, -1);
583 $consumed = substr($this->consumed, 1);
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/
H A DClassServer.php71 if (is_array($method) || (substr($method, 0, 5) == 'this:')) {
77 $method = substr($method, 5);
H A DServer.php89 if (is_string($method) && substr($method, 0, 5) === 'this:') {
91 $method = substr($method, 5);
/dokuwiki/inc/
H A Dio.php170 $lines[] = substr($str, 0, $pos + 1);
171 $str = substr($str, $pos + 1);
550 if (io_mkdir_p(substr($target, 0, strrpos($target, '/')))) {
H A Dfulltext.php85 switch (substr($token, 0, 3)) {
89 $word = substr($token, 3);
96 $phrase = substr($token, 3);
124 $ns = cleanID(substr($token, 3)) . ':';
500 $utf8_idx = PhpString::strlen(substr($text, 0, $idx));
531 $snippets[count($snippets) - 1] .= PhpString::substr($text, $append, $end - $append);
533 $snippets[] = PhpString::substr($text, $start, $end - $start);
542 $offset = $idx + strlen(PhpString::substr($text, $utf8_idx, $utf8_len));
585 $term = substr($term, 2);
591 $term = substr(
[all...]
H A Dinfoutils.php107 $headCommit = substr($headCommit, 5);
124 $subDir = substr($headCommit, 0, 2);
125 $fileName = substr($headCommit, 2);
H A Dcommon.php1105 $path = substr($path, 0, strrpos($path, '/'));
1226 $slices[0] = substr($text, 0, $from);
1227 $slices[1] = substr($text, $from, $to - $from);
1228 $slices[2] = substr($text, $to);
1519 $time_zone = substr($pre_timezone, 0, 3) . ":" . substr($pre_timezone, 3, 2);
1578 switch (strtoupper(substr($value, -1))) {
1580 $ret = (int) substr($value, 0, -1) * 1024 * 1024 * 1024;
1583 $ret = (int) substr($value, 0, -1) * 1024 * 1024;
1586 $ret = (int) substr(
[all...]
H A Dhttputils.php29 $last_modified = substr(gmdate('r', $timestamp), 0, -5) . 'GMT';
82 $file = DOKU_REL . substr($file, strlen(fullpath(DOKU_INC)) + 1);
/dokuwiki/vendor/simplepie/simplepie/src/
H A DIRI.php164 call_user_func([$this, 'set_' . substr($name, 1)], $value);
196 elseif (($prop = substr($name, 1)) && array_key_exists($prop, $props)) {
293 $target->ipath = substr($base->ipath, 0, $last_segment + 1) . $relative->ipath;
365 $input = substr($input, 3);
367 $input = substr($input, 2);
371 $input = substr($input, 2);
377 $input = substr($input, 3);
389 $output .= substr($input, 0, $pos);
692 if (!$isauthority && (substr($this->ipath, 0, 2) === '//')) {
824 $iuserinfo = substr(
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
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...]
/dokuwiki/inc/Action/
H A DAbstractAction.php31 $this->actionname = strtolower(substr(strrchr(get_class($this), '\\'), 1));
/dokuwiki/inc/Ui/Media/
H A DDisplay.php119 $id = substr($id, strlen($this->relativeDisplay));
/dokuwiki/lib/scripts/
H A Dedit.js46 if(icon.substr(0,1) !== '/'){
100 if (item.substr(0,1) !== '/') {
164 opts = [field.value.substr(0,DWgetSelection(field).start)];
175 s = str.substr(lasthl+1,6);
/dokuwiki/vendor/simplepie/simplepie/
H A Dautoloader.php73 $relative_class = substr($class, $len);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php138 if (substr($address, 0, 9) != '\\\\.\\pipe\\' || strpos(substr($address, 9), '\\') !== false) {
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DMBOXCreator.php40 $c = substr($line, $i, 1);
108 return substr($fileInfo["basename"], 0, -(strlen($fileInfo["extension"]) + 1)).".mbox";
H A DGPXCreator.php39 <name>".substr(htmlspecialchars(strip_tags($this->items[$i]->title)), 0, 6)."</name>
/dokuwiki/
H A Dindex.php
H A Ddoku.php56 $PRE = cleanText(substr($INPUT->post->str('prefix'), 0, -1));
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DEmailAddressValidator.php46 $emailAddressParts[0] = substr($emailAddress, 0, $atSymbol);
47 $emailAddressParts[1] = substr($emailAddress, $atSymbol + 1);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH1.php
/dokuwiki/inc/Extension/
H A DSyntaxPlugin.php122 $idx = array_search(substr(get_class($this), 7), (array)$this->allowedModes, true);
/dokuwiki/inc/Search/
H A DIndexer.php701 $xval = substr($xval, 1);
705 $xval = substr($xval, 0, -1);
781 $xword = substr($xword, 1);
786 $xword = substr($xword, 0, -1);
/dokuwiki/vendor/simplepie/simplepie/src/Net/
H A DIPv6.php183 $ipv6_part = substr($ip, 0, $pos);
184 $ipv4_part = substr($ip, $pos + 1);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRandom.php166 $crypto->setKey(substr($key, 0, $crypto->getKeyLength() >> 3));
167 $crypto->setIV(substr($iv, 0, $crypto->getBlockLength() >> 3));
189 return substr($result, 0, $length);

123456