Home
last modified time | relevance | path

Searched refs:str (Results 126 – 145 of 145) sorted by path

123456

/dokuwiki/lib/plugins/popularity/lang/sk/
H A Dintro.txt
/dokuwiki/lib/plugins/revert/
H A Dadmin.php61 $this->revertEdits($INPUT->arr('revert'), $INPUT->str('filter'));
63 $this->listEdits($INPUT->str('filter'));
75 echo '<input type="text" name="filter" class="edit" value="' . hsc($INPUT->str('filter')) . '" /> ';
/dokuwiki/lib/plugins/revert/lang/cs/
H A Dintro.txt
/dokuwiki/lib/plugins/revert/lang/sk/
H A Dintro.txt
/dokuwiki/lib/plugins/styling/
H A Daction.php38 if ($ACT != 'admin' || $INPUT->str('page') != 'styling') return;
H A Dadmin.php38 $run = $INPUT->extract('run')->str('run');
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php782 $olduser = $this->auth->cleanUser(preg_replace('/.*[:\/]/', '', $INPUT->str('userid_old')));
910 $user[0] = ($clean) ? $auth->cleanUser($INPUT->str('userid')) : $INPUT->str('userid');
911 $user[1] = $INPUT->str('userpass');
912 $user[2] = $INPUT->str('username');
913 $user[3] = $INPUT->str('usermail');
914 $user[4] = explode(',', $INPUT->str('usergroups'));
915 $user[5] = $INPUT->str('userpass2'); // repeated password for confirmation
/dokuwiki/lib/scripts/
H A Dedit.js172 var str = "\n" + opt,
173 lasthl = str.lastIndexOf("\n==");
175 s = str.substr(lasthl+1,6);
H A Dfileuploader.js874 log: function(str){ argument
875 if (this._options.debug && window.console) console.log('[uploader] ' + str);
H A Dhelpers.js9 * str and replace arrays.
12 function substr_replace(str, replace, start, length) { argument
14 a2 = (start < 0 ? str.length : 0) + start;
16 length = str.length - a2;
20 b1 = (length < 0 ? str.length : a2) + length;
21 return str.substring(0, a2) + replace + str.substring(b1);
H A Dmedia.js649 params_toarray: function (str) {
651 var hashes = str.split('&');
H A Dtoolbar.js275 function fixtxt(str){ argument
276 return str.replace(/\\n/g,"\n");
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php3167 $str = '';
3176 $str .= substr($tab_string, 6, $tab_end_width);
3178 $str .= substr($tab_string, 0, $tab_end_width+5);
3180 $lines[$key] .= $str;
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php3323 _extractBER($str) global() argument
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php5051 _extractBER($str) global() argument
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php3556 $str = 'Connection closed (by server) prematurely';
3558 $str .= ' ' . $elapsed . 's';
3560 throw new ConnectionClosedException($str);
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php1933 * @param string $str The input string.
1936 public static function parse_str($str) argument
1939 $str = explode('&', $str);
1941 foreach ($str as $section) {
2164 public static function silence_errors($num, $str) argument
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php286 * @param string $str
293 protected function wordwrap($str, $width = 75, $break = "\n", $cut = false) argument
295 $lines = explode($break, $str);

123456