Home
last modified time | relevance | path

Searched refs:str (Results 826 – 850 of 895) sorted by path

1...<<313233343536

/plugin/twofactor/
H A Dadmin.php43 $userdel = $INPUT->extract('reset')->str('reset');
44 if ($userdel == $INPUT->server->str('REMOTE_USER')) {
/plugin/twofactoraltemail/
H A Daction.php51 if ($INPUT->str('verify')) {
53 if ($this->checkCode($INPUT->str('verify'))) {
58 } elseif ($INPUT->str('newemail')) {
59 $newmail = $INPUT->str('newemail');
/plugin/twofactoremail/
H A Daction.php46 if ($this->checkCode($INPUT->str('verify'))) {
/plugin/twofactorgoogleauth/
H A Daction.php58 $otp = $INPUT->str('googleauth_verify');
/plugin/twofactorsmsappliance/
H A Dhelper.php45 $phone = $INPUT->str('smsappliance_phone', '');
59 $otp = $INPUT->str('smsappliance_verify', '');
/plugin/twofactorsmsgateway/
H A Dhelper.php70 $otp = $INPUT->str('smsgateway_verify', '');
85 $phone = $INPUT->str('phone', '');
102 $provider = $INPUT->str('smsgateway_provider', '');
/plugin/twofactortelegram/
H A Daction.php51 if ($INPUT->str('verify')) {
53 if ($this->checkCode($INPUT->str('verify'))) {
58 } elseif ($INPUT->str('new_chat_id')) {
59 $new_chat_id = $INPUT->str('new_chat_id');
/plugin/twofactoryubiauth/
H A Dhelper.php63 $otp = $INPUT->str('yubiauth_setup', '');
/plugin/txt2tags/
H A Dtoolbar.php246 $sig = str_replace('@USER@',$INPUT->server->str('REMOTE_USER'),$sig);
/plugin/txtconf/
H A Dconfig0.class.php451 function is_commentopen($str, $i) { argument
452 if ($str{$i} == '#') return "\n";
453 if ($str{$i} == '/') {
454 if ($str{$i+1} == '/') return "\n";
455 if ($str{$i+1} == '*') return "*/";
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php286 * @param string $str
293 protected function wordwrap($str, $width = 75, $break = "\n", $cut = false) argument
295 $lines = explode($break, $str);
/plugin/upload/
H A Daction.php69 $_POST['mediaid'] = $INPUT->post->str('new_name');
73 $ID = $INPUT->post->str('page');
/plugin/usercontact/
H A Daction.php33 $userdata = $auth->getUserData($INPUT->str('name'));
/plugin/userimportextended/
H A Dadmin.php341 $user[0] = ($clean) ? $auth->cleanUser($INPUT->str('userid')) : $INPUT->str('userid');
342 $user[1] = $INPUT->str('userpass');
343 $user[2] = $INPUT->str('username');
344 $user[3] = $INPUT->str('usermail');
345 $user[4] = explode(',',$INPUT->str('usergroups'));
346 $user[5] = $INPUT->str('userpass2'); // repeated password for confirmation
/plugin/usermanagerextended/action/
H A Dextend.php42 if ($INPUT->str('page') !== 'usermanager') return true;
/plugin/userpagecreate/
H A Daction.php35 $user = $INPUT->server->str('REMOTE_USER');
/plugin/variants/
H A Dvariants.php132 if ($INPUT->has($key) && ($INPUT->str($key) == $value) == $condresult) {
/plugin/vbsso/
H A Daction.php155 …((!$INPUT->bool('http_credentials')) ? $INPUT->str('u') : ''), $this->getLang('user'), 'focus__thi…
/plugin/virtualkeyboard/vk/extensions/tests/
H A DjsUnitCore.js418 function trim(str) { argument
419 if (str == null)
423 var endingIndex = str.length - 1;
425 while (str.substring(startingIndex, startingIndex + 1) == ' ')
428 while (str.substring(endingIndex, endingIndex + 1) == ' ')
434 return str.substring(startingIndex, endingIndex + 1);
437 function isBlank(str) { argument
438 return trim(str) == '';
/plugin/vshare/syntax/
H A Dvideo.php217 $url = str_replace('@DOMAIN@', rawurlencode($INPUT->server->str('HTTP_HOST')), $url);
/plugin/watchcycle/
H A Daction.php233 $maintainers = $INPUT->str('param');
253 $term = $INPUT->str('param');
H A Dadmin.php83 if ($INPUT->str('sortby') == $header) {
99 if ($INPUT->str('filter') != '') {
101 $q_args[] = '%' . $INPUT->str('filter') . '%';
112 if ($INPUT->has('sortby') && in_array($INPUT->str('sortby'), $headers)) {
113 $q .= ' ORDER BY ' . $INPUT->str('sortby');
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2-compressed.js14str={};el.left.str.container=new lib.element("DIV").attribute.addClass("STR").insert(el.left.conta…
25 …eft.xhr.container.environment.addStyle({"height":_height-32+"px"});el.left.str.container.environme…
32str="";for(var i=0;i<rules.length;i++){var item=rules[i];var selector=item.selectorText;var cssTex… variable
33str);}},printRule:function(_selector,_css,_layer){with(firebug){var str="<div class='Selector'>"+_… variable
34 str+="<div class='Selector'>}</div>";return str;}},refresh:function(){with(firebug){el.button.css.s…
66str="";switch(index){case"computedStyle":var property=["opacity","filter","azimuth","background","… variable
67 el.right.html.content.update(str);break;case"dom":d.dom.open(node,el.right.html.content,lib.env.ie)…
71 d.scripts.open(d.scripts.index);}}},str:{open:function(_str){with(firebug){d.navigate("str");el.lef…
72 ….child.add(new lib.element("A").event.addListener("click",lib.util.Curry(d.str.open,window,respons…
H A Dfirebug-lite-1.2.js281 el.left.str = {};
284 el.right.str = {};
287 el.button.str = {};
1093 str="<em>Access to restricted URI denied</em>";
1095 el.left.css.container.update(str);
1100 var str = "<div class='Selector'>"+_selector+" {</div>"; variable
1105 str+="<div class='Selector'>}</div>";
1106 return str;
1475 var str = ""; variable
1485 el.right.html.content.update(str);
[all …]
H A Dfirebug-lite-1.4.js337 if(!len){return[{str:String(str),group:"",name:""}]
353 if(!len){return str
374 this.unescapeForTextNode=function(str){if(Firebug.showTextNodesWithWhitespace){str=unescapeWhitespa… argument
375 }if(!Firebug.showTextNodesWithEntities){str=escapeForElementAttribute(str)
376 }return str
413 }else{var str=text+"";
4015 while(m=re.exec(str)){var pre=str.substr(index,(re.lastIndex-m[0].length)-index);
4020 }if(!index){return str
6721 while(m=str.match(re)){str=str.substring(m[0].length)
6722 }return str
[all …]

1...<<313233343536