Home
last modified time | relevance | path

Searched refs:str (Results 576 – 600 of 895) sorted by relevance

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

/plugin/struct/meta/
H A DSchema.php303 if ($INPUT->server->str('REMOTE_USER') === '') return false;
305 return auth_isMember($this->config['allowed editors'], $INPUT->server->str('REMOTE_USER'), $USERINFO['grps']);
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md84 * removed support for the `!str` tag, use the `!!str` tag instead
105 * Support for the `!str` tag is deprecated, use the `!!str` tag instead.
/plugin/submgr/
H A Dadmin.php53 $this->hlp->removeRule($INPUT->str('rm'));
/plugin/bootswrapper/exe/
H A Dpopup.php53 $NS = cleanID($INPUT->str('ns'));
/plugin/tplinc/
H A Dadmin.php38 if ($INPUT->str('action') == 'save' && checkSecurityToken()) {
/plugin/judge/helper/
H A Djdatetime.class.php485 private static function substr($str, $start, $len) argument
488 return mb_substr($str, $start, $len, 'UTF-8');
491 return substr($str, $start, $len * 2);
/plugin/farm/
H A Dinfos.animal.class.php69 $str = '?';
77 …$str = $hg.' '.$opt['dunits'][$t][($hg > 1) ? 1 : 0].($lw ? ' '.$lw.' '.$opt['dunits'][$prec][($lw…
80 $fmt = str_replace('{delta}', $str, $fmt);
/plugin/facebookalbum/
H A Dfacebook.php85 $str = $this->getType() . ': ';
87 $str .= $this->code . ': ';
89 return $str . $this->message;
/plugin/tplmod/
H A Daction.php40 $ln = $INPUT->str('tplmod_val');
41 $client = $INPUT->str('tplmod_client');
144 $remote_addr = $INPUT->server->str('REMOTE_ADDR');
/plugin/structat/action/
H A Dcache.php56 $user_key = ';' . $INPUT->server->str('REMOTE_USER');
/plugin/code3/styles/schemes/
H A Didea_alloy.css32 div.PSyHi_Container span.str {
/plugin/recommend/helper/
H A Dmail.php30 $subject = $INPUT->str('subject');
/plugin/confmanager/configTypes/
H A DConfigManagerTwoLineRightImageConfigCascade.php102 $key = $INPUT->str('key');
/plugin/schulzevote/syntax/
H A Dvote.php247 function _render($str) { argument
248 return p_render('xhtml', array_slice(p_get_instructions($str), 2, -2), $notused);
/plugin/twofactor/
H A Dadmin.php43 $userdel = $INPUT->extract('reset')->str('reset');
44 if ($userdel == $INPUT->server->str('REMOTE_USER')) {
/plugin/freechat/phpfreechat/src/
H A Dpfccontainer.class.php757 function encode($str) argument
759 return $this->_container->encode($str);
766 function decode($str) argument
768 return $this->_container->decode($str);
/plugin/latexit/tests/dw_orig_test_files/
H A Dstart.txt1 ====== Testovací stránky pro plugin latexit ======
/plugin/inlineedit/
H A Daction.php48 $input_str = trim($INPUT->str('input')); //input string
/plugin/tagfilter/script/
H A Djquery.history.js1 typeof JSON!="object"&&(JSON={}),function(){"use strict";function f(e){return e<10?"0"+e:e}function quote(e){return escapable.lastIndex=0,escapable.test(e)?'"'+e.replace(escapable,function(e){var t=meta[e];return typeof t=="string"?t:"\\u"+("0000"+e.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+e+'"'}function str(e,t){var n,r,i,s,o=gap,u,a=t[e];a&&typeof a=="object"&&typeof a.toJSON=="function"&&(a=a.toJSON(e)),typeof rep=="function"&&(a=rep.call(t,e,a));switch(typeof a){case"string":return quote(a);case"number":return isFinite(a)?String(a):"null";case"boolean":case"null":return String(a);case"object":if(!a)return"null";gap+=indent,u=[];if(Object.prototype.toString.apply(a)==="[object Array]"){s=a.length;for(n=0;n<s;n+=1)u[n]=str(n,a)||"null";return i=u.length===0?"[]":gap?"[\n"+gap+u.join(",\n"+gap)+"\n"+o+"]":"["+u.join(",")+"]",gap=o,i}if(rep&&typeof rep=="object"){s=rep.length;for(n=0;n<s;n+=1)typeof rep[n]=="string"&&(r=rep[n],i=str(r,a),i&&u.push(quote(r)+(gap?": ":":")+i))}else for(r in a)Object.prototype.hasOwnProperty.call(a,r)&&(i=str(r,a),i&&u.push(quote(r)+(gap?": ":":")+i));return i=u.length===0?"{}":gap?"{\n"+gap+u.join(",\n"+gap)+"\n"+o+"}":"{"+u.join(",")+"}",gap=o,i}}typeof Date.prototype.toJSON!="function"&&(Date.prototype.toJSON=function(e){return isFinite(this.valueOf())?this.getUTCFullYear()+"-"+f(this.getUTCMonth()+1)+"-"+f(this.getUTCDate())+"T"+f(this.getUTCHours())+":"+f(this.getUTCMinutes())+":"+f(this.getUTCSeconds())+"Z":null},String.prototype.toJSON=Number.prototype.toJSON=Boolean.prototype.toJSON=function(e){return this.valueOf()});var cx=/[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,escapable=/[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,gap,indent,meta={"\b":"\\b"," ":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},rep;typeof JSON.stringify!="function"&&(JSON.stringify=function(e,t,n){var r;gap="",indent="";if(typeof n=="number")for(r=0;r<n;r+=1)indent+=" ";else typeof n=="string"&&(indent=n);rep=t;if(!t||typeof t=="function"||typeof t=="object"&&typeof t.length=="number")return str("",{"":e});throw new Error("JSON.stringify")}),typeof JSON.parse!="function"&&(JSON.parse=function (…) function
/plugin/issuelinks/services/
H A DGitLab.service.php165 $token = $INPUT->str('gitlab_token');
166 $url = $INPUT->str('gitlab_url');
509 $requestToken = $INPUT->server->str('HTTP_X_GITLAB_TOKEN');
/plugin/combo/ComboStrap/Api/
H A DApiRouter.php104 return $INPUT->str($parameter);
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js2935 return string2buf(str);
3055 function string2binary(str) { argument
5560 c = str.charCodeAt(m_pos);
5576 c = str.charCodeAt(m_pos);
6241 var p, n, m, more, str;
6335 str++;
7672 var str, n;
7723 str = s.strstart;
7731 s.head[s.ins_h] = str;
7732 str++;
[all …]
/plugin/permissioninfo/
H A Dadmin.php72 $this->_userPermissions($INPUT->str('user'));
82 switch($INPUT->str('show','overview'))
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dflac.js696 var str = stream.readString(len, 'utf8'),
697 idx = str.indexOf('=');
699 this.metadata[str.slice(0, idx).toLowerCase()] = str.slice(idx + 1);
/plugin/edittable/renderer/
H A Dinverse.php742 $str = '';
768 $str .= $types[$cell['tag']].str_repeat(' ', $lpad).
772 $str .= $types[$cell['tag']].DOKU_LF;
774 return $str;

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