Home
last modified time | relevance | path

Searched refs:str (Results 451 – 475 of 895) sorted by relevance

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

/plugin/tagsections/action/
H A Dajax.php46 $range = $INPUT->str('range');
47 $ns = $INPUT->str('ns');
/plugin/tos/
H A Daction.php34 $user = $INPUT->server->str('REMOTE_USER');
74 $accepted = $this->userTosState($INPUT->server->str('REMOTE_USER'));
/plugin/oauth/action/
H A Dlogin.php65 $servicename = $INPUT->str('oauthlogin');
176 if ($INPUT->server->str('REMOTE_USER') !== '') {
/plugin/encryptedpasswords/script/
H A DSubtleAES.js87 * @param str
90 parseOpenSSLCryptString(str) { argument
91 const ostring = atob(str);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dinput_utils.php18 $val = $INPUT->str($which);
/plugin/ckgdoku/ckeditor/
H A Duseheading.php7 $page = $INPUT->str('dw_id');
/plugin/move/lang/cs/
H A Dtree.txt
/plugin/ckgedit/ckeditor/
H A Duseheading.php7 $page = $INPUT->str('dw_id');
/plugin/npd/lang/cs/
H A Ddialog_folder_name.txt3 v ní vytvářená stránka **ULOŽENA**.
/plugin/new_page_dialog/lang/cs/
H A Ddialog_folder_name.txt3 v ní vytvářená stránka **ULOŽENA**.
/plugin/jquotes/
H A Daction.php28 echo helper_plugin_jquotes::getCookieHTML($INPUT->str('cookie'));
/plugin/components/commands/
H A Dexample.php26 $EXAMPLE_TAG = htmlspecialchars($INPUT->str('tag', 'pre'));
/plugin/ckgdoku/scripts/
H A Ddraft_delete.php7 $cname = $INPUT->str('draft_id');
/plugin/ckgedit/scripts/
H A Ddraft_delete.php7 $cname = $INPUT->str('draft_id');
/plugin/dokucrypt2/
H A DOLDER_VERSIONS.md37 var str = "\n" + opt,
38 lasthl = str.lastIndexOf("\n==");
/plugin/semantic/
H A Daction.php97 $export = $INPUT->str('export');
98 $id = $INPUT->str('id');
/plugin/combo/resources/webcode/
H A Dwebcode-console.js121 let htmlEntities = function (str) { argument
123 return String(str)
/plugin/acknowledge/admin/
H A Dreport.php34 $user = $INPUT->str('user');
35 $pg = $INPUT->str('pg');
60 $status = $INPUT->str('status');
106 $status = $INPUT->str('status');
/plugin/webdav/
H A Dhelper.php39 …return auth_isMember($this->getConf('remoteuser'), $INPUT->server->str('REMOTE_USER'), (array) $US…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php292 $str = '';
296 $str .= pack(
301 return ltrim($str, "\0");
/plugin/fedauth/Auth/OpenID/
H A DFileStore.php564 function _safe64($str) argument
566 $h64 = base64_encode(Auth_OpenID_SHA1($str));
576 function _filenameEscape($str) argument
579 $b = Auth_OpenID::toBytes($str);
/plugin/autotranslation/lang/cs/
H A Dtotranslate.txt1 FIXME **Tato stránka ještě není plně přeložena. Pomozte s dokončením překladu.**\\ //(odstraňte ten…
/plugin/translation/lang/cs/
H A Dtotranslate.txt
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php274 * @param string $str The target string
281 public static function getStringBetween($str, $start, $end) argument
283 $str = ' ' . $str;
284 $ini = strpos($str, $start);
291 $len = strpos($str, $end, $ini) - $ini;
292 return substr($str, $ini, $len);
/plugin/processing/
H A Dscript.js4211 str = str.substring(1);
4215 str = str.substring(pos);
5296 str = str.substr(-numBits);
5410 str = "0" + str;
5414 str = "-" + str;
5452 str = "0" + str;
5458 str = str + "0";
5461 str = str.substring(0, str.length - (numDec - right));
5464 str = str.substring(0, str.indexOf('.'));
5468 str = "-" + str;
[all …]

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