Home
last modified time | relevance | path

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

123456

/dokuwiki/inc/
H A DTaskRunner.php37 $ID = cleanID($INPUT->str('id'));
H A Dinfoutils.php283 $INPUT->server->str('REMOTE_USER'),
H A Dform.php328 $value = (array_key_exists($INPUT->post->str($name), $entries)) ?
329 $INPUT->str($name) : key($entries);
H A Dfulltext.php497 [$str, $idx] = $match[0];
501 $utf8_len = PhpString::strlen($str);
H A DJpegMeta.php3157 $str = '';
3165 return $str;
3167 $str .= $data[$pos];
3172 return $str;
3192 function _putString(&$data, $pos, &$str) {
3193 $len = strlen($str);
3195 $data[$pos + $i] = $str[$i];
3189 _putString(& $data, $pos, & $str) global() argument
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
/dokuwiki/inc/Input/
H A DInput.php181 public function str($name, $default = '', $nonempty = false)
182 public function str($name, $default = '', $nonempty = false) global() function in dokuwiki\\Input\\Input
/dokuwiki/lib/exe/
H A Dcss.php42 if ($INPUT->str('s') == 'feed') {
51 $tpl = trim(preg_replace('/[^\w-]+/', '', $INPUT->str('t')));
H A Djs.php44 $tpl = trim(preg_replace('/[^\w-]+/', '', $INPUT->str('t')));
/dokuwiki/inc/Remote/
H A DApi.php173 if (auth_isMember($conf['remoteuser'], $INPUT->server->str('REMOTE_USER'), (array)($USERINFO['grps'] ?? []))) {
/dokuwiki/inc/Ui/
H A DMediaDiff.php68 $this->preference['difftype'] = $INPUT->str('difftype');
H A DPageDiff.php111 $mode = $INPUT->str('difftype');
/dokuwiki/lib/scripts/
H A Dmedia.js649 params_toarray: function (str) {
651 var hashes = str.split('&');
H A Dfileuploader.js874 log: function(str){ argument
875 if (this._options.debug && window.console) console.log('[uploader] ' + str);
/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/Crypt/
H A DRSA.php3323 _extractBER($str) global() argument
/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/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php3556 $str = 'Connection closed (by server) prematurely';
3558 $str .= ' ' . $elapsed . 's';
3560 throw new ConnectionClosedException($str);
/dokuwiki/inc/parser/
H A Dxhtml.php670 $offset = $INPUT->str('codeblockOffset');

123456