Home
last modified time | relevance | path

Searched refs:val (Results 426 – 450 of 887) sorted by relevance

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

/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcprompt.js132 var val = this.prompt_field.value;
138 if (canceled) { val = '' }
140 this.callback(val,this);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php344 * @param string $val
348 function setRawMimeDirValue($val) { argument
350 $this->setValue($val);
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php118 * @param string $val
120 public function setRawMimeDirValue($val) argument
122 $this->setValue($val);
/plugin/tagfilter/helper/
H A Dsyntax.php60 $allPageids = array_filter($allPageids, function ($val) use ($opt) {
62 if (strpos($val, '_template') !== false) {
67 if (strpos($val, $excludeNs) === 0) {
/plugin/recommend/
H A Daction.php155 ->val($template['user'] ?? '');
158 ->val($template['subject'] ?? '');
163 ->val($template['message'] ?? '');
/plugin/data-au/
H A Dscript.js70 function split(val) { argument
71 return val.split(/,\s*/);
/plugin/fedauth/classes/
H A Dfa_base.class.php155 foreach($params as $key => $val) {
156 $msg = str_replace($key, $val, $msg);
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/
H A DWriterTest.php420 foreach (get_object_vars($value) as $key => $val) {
421 $writer->writeElement('{http://sabredav.org/ns}' . $key, $val);
/plugin/data/
H A Dscript.js70 function split(val) { argument
71 return val.split(/,\s*/);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DCoreTest.php81 …$val = twig_random(new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock(…
82 $this->assertTrue(\is_int($val) && $val >= 0 && $val <= $max);
/plugin/authhiorgserver/
H A Dauth.php261 foreach($params as $par => $val) {
262 $parary[rawurlencode($par)] = rawurlencode($val);
267 foreach($parary as $par => $val) {
268 $ret .= $sep . $par . "=" . $val;
/plugin/groupmanager/
H A Dsyntax.php42 function remove_item_by_value($val, $arr, $preserve = true) argument
47 foreach (array_keys($arr, $val) as $key) {
292 foreach ($INFO['userinfo']['grps'] as $val) {
293 $check[] = "@" . $val;
301 foreach ($authlst as $val) {
302 if (in_array($val, $check)) {
304 if ($val[0] == "@") {
305 $authbygrp = substr($val, 1);
/plugin/sqlraw/
H A Dsimple_html_dom.php474 foreach ($this->attr as $key=>$val)
479 if ($val===null || $val===false)
484 if ($val===true)
558 list($tag, $key, $val, $exp, $no_key) = $selector;
608 if ($pass && $key && $val && $val!=='*') {
623 $check = $this->match($exp, $val, $nodeKeyValue);
635 $check = $this->match($exp, $val, $k);
698 if (!empty($m[2])) {$key='id'; $val=$m[2];}
699 if (!empty($m[3])) {$key='class'; $val=$m[3];}
702 if (!empty($m[6])) {$val=$m[6];}
[all …]
/plugin/scrape/HTMLPurifier/Printer/
H A DConfigForm.php
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckxhtml.js189 var val = '\r' ;
191 val += '\r' ;
192 return FCKXHtml._AppendNode( xmlNode, this.XML.createTextNode( val ) ) ;
383 var val = item.nodeValue ;
385 node.appendChild( FCKXHtml.XML.createTextNode( FCKXHtml._AppendSpecialItem( '\r\n' + val ) ) ) ;
/plugin/diagramsnet/lib/plugins/
H A Danimation.js242 var val = buttons[key]
244 if (val.indexOf('CELL') > -1)
252 var tmp = val.replace('CELL', cells[i].id)
261 if (val)
263 list.value += val + '\n'
/plugin/langdelete/
H A Dscript.js27 .val(text)
52 let t = jQuery( event.target ).val();
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DBitrix24.php90 foreach ($parameters as $key => $val) {
91 $url->addToQuery($key, $val);
/plugin/data/Form/
H A DDropdownElement.php34 $this->val('');
43 public function val($value = null)
42 public function val($value = null) global() function in dokuwiki\\plugin\\data\\Form\\DropdownElement
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dcollections.js89 _[method](trick, function(val, key) {
135 _[method](changingObject, function(val) {
136 if (count < 10) changingObject[++count] = val + 1;
407 _.each([null, void 0, 0, 1, NaN, {}, []], function(val) { argument
408 assert.strictEqual(_.includes(val, 'hasOwnProperty'), false);
444 _.each([-0, +0], function(val) { argument
445 assert.strictEqual(_.includes([1, 2, val, val], val), true);
446 assert.strictEqual(_.includes([1, 2, val, val], -val), true);
447 assert.strictEqual(_.includes([-1, 1, 2], -val), false);
866 _.partition(object, function(val, key, obj) { argument
[all …]
/plugin/fckg/
H A Dhelper.php28 function get_conf_array($val) { argument
29 $str = $this->getConf($val);
/plugin/datatables/assets/datatables.net-plugins/features/searchFade/
H A DdataTables.searchFade.min.js
/plugin/shorturl/
H A Dhelper.php100 $val = 0x0000001F & $int;
101 $out .= $base32[$val];
/plugin/firenews/HTMLTemplates/author/
H A Dauthor.js5 $("#lstartdate").val(today);
10 $("#lenddate").val(todayminusOneMonth.toISOString().split('T')[0]);
/plugin/approve/
H A Dscript.js21 $groupInput.val('@');
24 $groupInput.val('');

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