Home
last modified time | relevance | path

Searched refs:str (Results 476 – 500 of 895) sorted by relevance

1...<<11121314151617181920>>...36

/plugin/telleveryone/
H A Dapi.php17 if ($sqlite->res2single($res) != $INPUT->str('token')) {
/plugin/epub/scripts/
H A Dupdate_files.php9 $id = rawurldecode($INPUT->str('remove'));
/plugin/htmlokay/
H A Ddirectory_scan-3.php143 $str = file_get_contents ($access_file);
144 $data = unserialize($str);
/plugin/passpolicy/
H A Daction.php60 $pass = $INPUT->post->str('pass');
61 $user = $INPUT->post->str('user', $_SERVER['REMOTE_USER']);
/plugin/evesso/classes/
H A DAbstractAdapter.php137 … $this->oAuth->requestAccessToken($INPUT->get->str('code'), $INPUT->get->str('state', null));
/plugin/oauth/
H A Dauth.php39 $this->handleFarmState($INPUT->str('state'));
221 $url = $farmer->getAnimalURL($animal) . '/doku.php?' . $INPUT->server->str('QUERY_STRING');
/plugin/redirect/
H A Daction.php46 if($INPUT->get->str('redirect') == 'no') return;
H A Dadmin.php56 if($this->hlp->saveConfigFile($INPUT->post->str('redirdata'))) {
/plugin/timetrack/
H A Daction.php116 $cmd = $INPUT->str('cmd');
119 $pageid = cleanID($INPUT->str('pageid'));
130 $yearweek = $INPUT->str('yearweek');
/plugin/authchained/
H A Dauth.php180 'user' => $INPUT->str('u'),
181 'password' => $INPUT->str('p'),
248 …if(is_null($this->chained_auth)||(!is_null($INPUT->server) && $user != $INPUT->server->str('REMOTE…
/plugin/webdavclient/
H A Dadmin.php131 $username = $INPUT->str('username', '');
132 $password = $INPUT->str('password', '');
133 $uri = $INPUT->str('uri', '');
/plugin/xcom/scripts/
H A Dxcom_save.php251 $xcom=new xcom_save($INPUT->post->str('local'),$INPUT->post->str('remote'),$INPUT->post->str('id'));
/plugin/xcom/
H A Dscript.js31 var str =JSON.stringify(jobj);
32 params +='&local=' + str;
35 str =JSON.stringify(jobj);
36 params +='&remote=' + str;
88 str =JSON.stringify(jobj);
89 params += '&credentials=' + str;
/plugin/top/
H A Daction.php43 $page = cleanID($INPUT->str('page'));
/plugin/struct/lang/cs/
H A Deditor_intro.txt
/plugin/farmer/action/
H A Dajax.php91 $pname = $INPUT->str('plugin');
92 $animal = $INPUT->str('ani');
/plugin/html2pdf/html2pdf/html2ps/
H A Dxhtml.utils.inc.php297 $str = "";
303 $str .= " ".$key."='".$value."'";
305 $str .= " ".$key."=\"".$value."\"";
310 return $prefix.$tagname.$str.$suffix;
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md31 * removed support for the `!str` tag, use the `!!str` tag instead
52 * Support for the `!str` tag is deprecated, use the `!!str` tag instead.
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php495 * @param string $str
499 private static function safeStrlen(string $str): int argument
502 return \mb_strlen($str, '8bit');
504 return \strlen($str);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUri.php763 * @param string $str
769 private function filterQueryAndFragment($str) argument
771 if (!is_string($str)) {
778 $str
/plugin/captcha/
H A Dhelper.php41 if (!$this->getConf('forusers') && $INPUT->server->str('REMOTE_USER')) return false;
126 $field_sec = $INPUT->str($this->field_sec);
127 $field_in = $INPUT->str($this->field_in);
128 $field_hp = $INPUT->str($this->field_hp);
/plugin/loglog/lang/cs/
H A Dintro.txt3 …posledních 7 dnů. Pro zobrazení starších týdnů lze použít navigační tlačítka na konci této stránky.
/plugin/xfortune/
H A Daction.php28 echo helper_plugin_xfortune::getCookieHTML($INPUT->str('cookie'));
/plugin/bootswrapper/exe/
H A Dhelp.php48 $syntax = $INPUT->get->str('syntax');
/plugin/smtp/lang/cs/
H A Dintro.txt3 Na této stránce můžete vyzkoušet posílání e-mailu v DokuWiki. Můžete ji využít pro ověření správnos…

1...<<11121314151617181920>>...36