/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Decode/HTML/ |
D | Entities.php | 206 …$this->data = substr_replace($this->data, $replacement, $this->position - $consumed_length, $consu… 589 …$this->data = substr_replace($this->data, $entities[$match], $this->position - strlen($consumed) -…
|
/dokuwiki/lib/scripts/ |
D | helpers.js | 12 function substr_replace(str, replace, start, length) { function
|
D | qsearch.js | 162 this.textContent = substr_replace(this.textContent,
|
/dokuwiki/inc/Utf8/ |
D | PhpString.php | 177 * @see substr_replace() 181 public static function substr_replace($string, $replacement, $start, $length = 0) function in dokuwiki\\Utf8\\PhpString 336 $ucword = self::substr_replace(ltrim($matches[0]), $ucfirst, 0, 1);
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/ |
D | Strings.php | 384 $var = substr_replace($var, "\x00\x00\x00\x00", -$i, 4); 387 $var = substr_replace($var, "\x80\x00\x00\x00", -$i, 4); 391 $var = substr_replace($var, pack('N', $temp['num'] + 1), -$i, 4); 404 $var = substr_replace($var, $temp, 0, $remainder);
|
/dokuwiki/vendor/kissifrot/php-ixr/src/Message/ |
D | Message.php | 37 $this->message = trim(substr_replace($this->message, $header, 0, 100)); 44 $this->message = trim(substr_replace($this->message, $header, 0, 200));
|
/dokuwiki/vendor/simplepie/simplepie/src/Net/ |
D | IPv6.php | 156 $ip_parts[0] = substr_replace($ip_parts[0], '::', $pos, $max);
|
/dokuwiki/vendor/simplepie/simplepie/src/ |
D | IRI.php | 377 $output = substr_replace($output, '', intval(strrpos($output, '/'))); 380 $output = substr_replace($output, '', intval(strrpos($output, '/'))); 389 $input = substr_replace($input, '', 0, $pos); 511 $string = substr_replace($string, sprintf('%%%02X', ord($string[$j])), $j, 1); 1017 … $string = substr_replace($string, sprintf('%%%02X', ord($string[$position])), $position, 1);
|
D | Misc.php | 197 return substr_replace($url, 'podcast', 0, 4); 199 return substr_replace($url, 'itpc', 0, 4); 1716 $data = substr_replace($data, '', 0, $end + 3);
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/ |
D | BinaryField.php | 101 $c = $j ? substr_replace($c, $temp, 0, $length) : $temp;
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/ |
D | SymmetricKey.php | 1223 $iv = substr_replace($iv, $ciphertext, $orig_pos, $i); 1235 $iv = substr_replace($iv, $block, 0, $overflow); 1305 $iv = substr_replace($iv, $ciphertext, $orig_pos, $i); 1330 $iv = substr_replace($iv, $block, 0, $len); 1430 $iv = substr_replace($iv, $ciphertext, $orig_pos, $i); 1441 $iv = substr_replace($iv, $block, 0, $len); 1614 $iv = substr_replace($iv, substr($ciphertext, 0, $i), $orig_pos, $i); 1625 $iv = substr_replace($iv, substr($ciphertext, -$overflow), 0, $overflow); 1693 $iv = substr_replace($iv, substr($ciphertext, 0, $i), $orig_pos, $i); 1704 $iv = substr_replace($iv, substr($ciphertext, -$len), 0, $len); [all …]
|
/dokuwiki/inc/ |
D | utf8.php | 112 return PhpString::substr_replace($string, $replacement, $start, $length);
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
D | ANSI.php | 367 $this->screen[$this->y] = substr_replace( 389 $this->screen[$this->y] = substr_replace(
|
/dokuwiki/lib/plugins/authad/adLDAP/classes/ |
D | adLDAPGroups.php | 589 $gsid = substr_replace($usersid, pack('V',$gid), strlen($usersid)-4,4);
|
/dokuwiki/vendor/splitbrain/php-archive/src/ |
D | Zip.php | 814 $this->memory .= substr_replace($this->memory, $data, $offset);
|
/dokuwiki/vendor/geshi/geshi/src/ |
D | geshi.php | 3605 …$stuff_to_parse = substr_replace($stuff_to_parse, $symbol_hl, $symbol_offset + $global_offset, $sy…
|
/dokuwiki/_test/core/ |
D | phpQuery-onefile.php | 798 $xml = substr_replace($xml, "></$tag>", $posCierre-1, 2);
|
/dokuwiki/vendor/geshi/geshi/ |
D | CHANGELOG | 499 * Use more native functions like substr_replace and strcasecmp to speed things up (milian)
|