Home
last modified time | relevance | path

Searched refs:val (Results 801 – 825 of 887) sorted by path

1...<<313233343536

/plugin/toolbuttondel/
H A Daction.php100 foreach($cmp as $name=>$val) {
102 $ar[] = $val;
/plugin/top/
H A Dsyntax.php54 list($key, $val) = explode('=', $option);
55 $options[$key] = $val;
/plugin/toursprung/
H A Dsyntax.php121 list($match,$key,$val) = $kvpair;
123 if (isset($gmap[$key])) $gmap[$key] = $val;
/plugin/tplmod/
H A Daction.php70 list($name,$val) = preg_split("/\s+/",$ln);
72 $val = strtolower(trim($val));
73 if($lan == $val) {
77 …$_form .='<input type = "radio" value = "' . $val . '" name= "tplmod_selector" ' . $checked .'>&nb…
H A Dscript.js48 var elems = val.split(/[\/\\]/);
51 return val.replace(img,JSINFO['tmplft_logo']);
59 var elems = val.split(/[\/\\]/);
61 return val.replace(img,JSINFO['tmplft_logo']);
68 jQuery("p.claim,span#dw__tagline").html(function(i,val) { argument
70 if(val.match(/<.*?>/)) {
71 val = val.replace(/^\s*(<.*?>)(.*?)(<\/)/,function(m,m1,m2,m3) {
75 else val = JSINFO['tmplft_tag'] ;
79 return val;
88 jQuery("span#dw__title").html(function(index,val) { argument
[all …]
/plugin/translate/
H A Daction.php183 $form->addTextarea('origWikitext', '', $pos++)->attrs($attrs)->val($origtext)
/plugin/twofactor/action/
H A Dprofile.php205 $el = $form->addRadioButton('provider', $provider->getLabel())->val($provider->getProviderID());
208 $el->getLabel()->val($provider->getLabel() . ' ' . $this->getLang('default'));
/plugin/twofactor/
H A Dadmin.php189 $btn = $form->addButton('start', $this->getLang('start'))->val('0');
193 $btn = $form->addButton('start', $this->getLang('prev'))->val($start - $pagesize);
197 $btn = $form->addButton('start', $this->getLang('next'))->val($start + $pagesize);
201 $btn = $form->addButton('start', $this->getLang('last'))->val($usercount - $pagesize);
/plugin/twofactorgoogleauth/
H A DQRCode.php76 foreach ($row as $x => $val) {
77 if ($val) {
/plugin/txt2tags/
H A Dlinkwiz.js56 dw_linkwiz.$entry.val(JSINFO.namespace+':');
96 }else if(dw_linkwiz.$entry.val()){
97 dw_linkwiz.insertLink(dw_linkwiz.$entry.val());
192 dw_linkwiz.$entry.val(a.title);
211 var link = dw_linkwiz.$entry.val(),
242 if(dw_linkwiz.val){
245 link = dw_linkwiz.val.open+stxt+' | '+link+dw_linkwiz.val.close;
250 link = dw_linkwiz.val.open+link+dw_linkwiz.val.close;
261 dw_linkwiz.$entry.val(dw_linkwiz.$entry.val().replace(/[^:]*$/, ''));
289 q: dw_linkwiz.$entry.val()
H A Dtables.js113 hrows = $picker.find('#hrows').val();
114 hcols = $picker.find('#hcols').val();
115 rows = $picker.find('#rows').val();
116 cols = $picker.find('#cols').val();
206 var hrows = $picker.find('#hrows').val();
208 var rows = $picker.find('#rows').val();
209 var cols = $picker.find('#cols').val();
217 hrows = jQNew(this).val();
221 hcols = jQNew(this).val();
225 rows = jQNew(this).val();
[all …]
H A Dtxt2tags.class.php214 list(, $setting, $val) = $m;
216 case "encoding" : $this->encoding = trim($val); break;
217 case "style" : $this->csslink = sprintf($this->snippets['cssfile'], trim($val));
220 $this->preproc[] = $this->add_proc($setting, trim($val));
225 $this->postproc[] = $this->add_proc($setting, trim($val));
229 if(strpos(" $val", '--mask-email')) $this->maskemail = 1;
230 if(preg_match('/--toc(?!-)/', $val)) $this->enabletoc = 1;
231 if(preg_match('/--toc-level[= ]+([1-5])/', $val, $n)) $this->maxtoclevels = $n[1];
232 if(preg_match('/--encoding[= ]+(\\S+)/', $val, $n)) $this->encoding = $n[1];
233 if(preg_match('/--style[= ]+(\\S+)/', $val, $n))
[all …]
/plugin/upgrade/HTTP/
H A DHTTPClient.php345 list($key, $val) = array_pad(explode('=', $cookie, 2), 2, '');
347 if($val == 'deleted'){
352 $this->cookies[$key] = $val;
774 list($key, $val) = array_pad(explode(':', $line, 2), 2, '');
776 $val = trim($val);
781 $headers[$key][] = $val;
783 $headers[$key] = array($headers[$key],$val);
786 $headers[$key] = $val;
818 foreach ($this->cookies as $key => $val){
[all...]
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DBase.php249 foreach ($context as $key => $val) {
251 if (!is_array($val) && (!is_object($val) || method_exists($val, '__toString'))) {
252 $replace['{' . $key . '}'] = $val;
H A DOptions.php252 $val = array_shift($arg);
260 if (is_null($val) && $i + 1 < $argc && !preg_match('/^--?[\w]/', $this->args[$i + 1])) {
261 $val = $this->args[++$i];
263 if (is_null($val)) {
267 $this->options[$opt] = $val;
285 $val = null;
287 $val = $this->args[++$i];
289 if (is_null($val)) {
293 $this->options[$opt] = $val;
H A DTableFormatter.php210 $val = $wrapped[$col][$i];
212 $val = '';
214 $chunk = $this->pad($val, $width);
/plugin/usercontact/
H A Daction.php49 $val = $userdata[$name];
53 … echo '<a href="mailto:' . obfuscate($val) . '" class="mail">' . obfuscate($val) . '</a>';
55 echo hsc($val);
/plugin/virtualkeyboard/vk/extensions/
H A Ddocumentselection.js251 this.insertAtCursor = function (fld, val) { argument
257 fld.value = tmp.substring(0, r)+val+tmp.substring(r,tmp.length);
258 self.setRange(fld,r+val.length,r+val.length);
H A Dstringextensions.js66 var val = this.valueOf();
67 return [val,val].join("");
91 var val = this.valueOf();
93 if (!n) return val;
96 return (n < 0) ? pad + val : val + pad;
/plugin/virtualkeyboard/vk/extensions/dom/
H A Dselectbox.js202 …var __saveOptionsTrack = function (track /* :String */, text /* :String */, val /* :String */) /* … argument
205 tmp[tmp.length] = {'text' :text, 'value' :val};
/plugin/watchcycle/
H A Dscript.js47 * @param {string} val
50 const autcmpl_split = function(val) { argument
51 return val.split(/,\s*/);
110 const maintainers = $picker.find('[name="watchcycle_user"]').val().replace(new RegExp("[, ]+?$"), "");
113 const cycle = $picker.find('[name="watchcycle_cycle"]').val();
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2-compressed.js71 …length;i<len;i++){try{var item=arguments[i],val=internal.targetWindow.eval(item);d.xhr.objects.pus… variable
H A Dfirebug-lite-1.2.js1603 val = internal.targetWindow.eval(item); variable
1604 d.xhr.objects.push([item, val]);
H A Dfirebug-lite-1.4.js3064 if(typeof val=="undefined"){val={}
3066 api.set(key,val)
3078 api.set=function(key,val){storage.setItem(key,api.serialize(val))
3087 api.set=function(key,val){storage[key]=api.serialize(val)
3713 if(isTag(val)){val.tag.subject=lastSubject
4024 }function parseValue(val){return typeof(val)=="string"?parseParts(val):val argument
4028 children.push(val);
4031 i<val.parts.length;
4036 i<val.parts.length;
4058 }}}else{if(isTag(val)){info.args.push(val);
[all …]
/plugin/webdav/core/
H A DUtils.php216 foreach ($context as $key => $val) {
218 if (!is_array($val) && (!is_object($val) || method_exists($val, '__toString'))) {
219 $replace['{' . $key . '}'] = $val;

1...<<313233343536