Home
last modified time | relevance | path

Searched refs:str (Results 526 – 550 of 895) sorted by relevance

1...<<21222324252627282930>>...36

/plugin/struct/types/
H A DPage.php74 $lookup = trim($INPUT->str('search'));
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DClassMetadata.php303 * @param string $str
311 public function unserialize($str) argument
313 $unserialized = unserialize($str);
/plugin/issuelinks/services/
H A DGitHub.service.php42 $userAgent = $INPUT->server->str('HTTP_USER_AGENT');
213 $token = $INPUT->str('githubToken');
332 list($algo, $signature_github) = explode('=', $INPUT->server->str('HTTP_X_HUB_SIGNATURE'));
349 $event = $INPUT->server->str('HTTP_X_GITHUB_EVENT');
/plugin/searchpattern/
H A Dsyntax.php106 function str2regex($str){ argument
108 for($i = 0; $i < strlen($str); $i++){ //for each char in the string
109 if(!ctype_alnum($str[$i])){ //if char is not alpha-numeric
112 $regex = $regex.$str[$i]; //compose regex
/plugin/nodetailsxhtml/
H A Drenderer.php378 function superentities( $str ){
381 $str = html_entity_decode(stripslashes($str),ENT_QUOTES,'UTF-8');
382 $ar = preg_split('/(?<!^)(?!$)(?!\n)/u', $str ); // return array of every multi-byte character
419 superentities($str) global() argument
/plugin/usercontact/
H A Daction.php33 $userdata = $auth->getUserData($INPUT->str('name'));
/plugin/confmanager/action/
H A Ddeleteicon.php65 $configId = $INPUT->str('configId', null, true);
H A Dupload.php64 $configId = $INPUT->str('configId', null, true);
/plugin/acknowledge/syntax/
H A Dlisting.php73 $user = $INPUT->server->str('REMOTE_USER');
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php276 $str = '';
290 $str .= mb_chr($codePoint, 'utf-8');
299 $str .= $data['mapping'];
305 $str .= ($transitional ? $data['mapping'] : mb_chr($codePoint, 'utf-8'));
311 return $str;
/plugin/owncloud/exe/
H A Dfetch.php52 $token = $INPUT->str('tok');
/plugin/lms/syntax/
H A Dinclude.php26 $this->user = $INPUT->server->str('REMOTE_USER');
/plugin/xcom/
H A Dremote.php165 $str = file_get_contents($filename );
166 if(strpos($str,'{{') === false) return "0";
167 preg_match_all('/{{(.*?)}}/ms',$str,$matches);
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js441 exports.pretty = function(str) { argument
442 return utils.pretty(str);
1824 var str, i, out, c, c_len;
1889 return string2buf(str);
3670 c = str.charCodeAt(m_pos);
3686 c = str.charCodeAt(m_pos);
3745 buf[i] = str.charCodeAt(i);
4270 var p, n, m, more, str;
4351 s.ins_h = s.window[str];
4363 s.head[s.ins_h] = str;
[all …]
/plugin/fckg/
H A Dscript.js178 function makeMap(str){ argument
179 var obj = {}, items = str.split(",");
/plugin/glossary/
H A Dscript.js11 function trim (str) { argument
12 return str.replace(/^\s+/g,'').replace(/\s+$/g,'') ;
/plugin/twofactor/
H A DManager.php131 $this->user = $INPUT->server->str('REMOTE_USER');
323 if($INPUT->server->has('HTTP_SEC_FETCH_DEST') && $INPUT->server->str('HTTP_SEC_FETCH_DEST') !== 'document'){
/plugin/issuelinks/
H A DWebhook.php20 $userAgent = $INPUT->server->str('HTTP_USER_AGENT');
/plugin/cleanup/lang/cs/
H A Dintro.txt3 …ívaných souborů. Nastavení toho co je považováno za staré, lze nastavit na stránce [[?do=admin&pag…
/plugin/siteexport/exe/
H A Dsiteexportmanager.php20 $NS = cleanID($INPUT->str('ns'));
/plugin/newnamespacepermissions/
H A Daction.php78 $user = $INPUT->server->str('REMOTE_USER');
/plugin/sectionedit/
H A Daction.php43 $ACT = act_validate($INPUT->str('do'));
/plugin/reqlang/
H A Daction.php31 $langs = $this->parseAcceptLang($INPUT->server->str('HTTP_ACCEPT_LANGUAGE'));
/plugin/twofactorgoogleauth/
H A Daction.php58 $otp = $INPUT->str('googleauth_verify');
/plugin/blogtng/helper/
H A Dtools.php32 '%{user}' => $INPUT->server->str('REMOTE_USER'),

1...<<21222324252627282930>>...36