Home
last modified time | relevance | path

Searched refs:val (Results 301 – 325 of 887) sorted by relevance

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

/plugin/tablelayout/script/
H A Dscript.js13 var range = $secedit_form.find('input[name="range"]').val();
15 var layout = $secedit_form.find('input[name="tablelayout"]').val();
115 var globalSearchText = $globalSearch.find('input').val().trim().toLowerCase();
123 var searchText = $searchInputs.eq(colFilterIndex).val().trim().toLowerCase();
182 … var $input = jQuery('<input name="tablelayout" type="hidden">').val(JSON.stringify(layoutdata));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Diterable.test7 {{ val is iterable ? 'ok' : 'ko' }}
13 'val' => 'test',
/plugin/bookcreator/
H A Dscript.js327 sectok: jQuery('input[name="sectok"]').val()
564 jQuery('input[name="book_title"]').val(data.title).trigger('change');
580 sectok: jQuery('input[name="sectok"]').val()
594 title = $title.val();
599 $title.val('');
613 sectok: jQuery('input[name="sectok"]').val()
657 jQuery('input[name="book_title"]').val(title);
667 do_action = $this.find('select[name="do"]').val();
777 bc_nspicker.val = null;
803 let value = jQuery(this).val();
[all...]
/plugin/passpolicy/
H A Dscript.js52 var pass = $field.val();
53 var user = jQuery('form input[type=text][name=login]').val();
80 var score = scorePassword($field.val());
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
H A DUriInterface.php61 * @param string $val
63 public function addToQuery($var, $val); argument
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Uri/
H A DUriInterface.php61 * @param string $val
63 public function addToQuery($var, $val); argument
/plugin/structcombolookup/types/
H A DNarrowingLookup.php116 foreach($this->getNarrowByOptions() as $opt => $val) {
123 $html .= "<option $selected value=\"" . hsc($opt) . "\">" . hsc($val) . '</option>';
151 list($val, $parent) = $option;
158 …-parent=\"" . hsc($parent) . "\" $selected value=\"" . hsc($opt) . "\">" . hsc($val) . '</option>';
/plugin/authgoogle/google/io/
H A DGoogle_HttpRequest.php284 foreach($this->batchHeaders as $key => $val) {
285 $str .= $key . ': ' . $val . "\n";
293 foreach($this->getRequestHeaders() as $key => $val) {
294 $str .= $key . ': ' . $val . "\n";
/plugin/diagramsnet/lib/shapes/pid2/
H A DmxPidMisc.js37 {val:'common', dispName:'Common'},
38 {val:'axial', dispName:'Axial'},
39 {val:'radial', dispName:'Radial'}
144 {val:'common', dispName:'Common'},
145 {val:'fixed', dispName:'Fixed'},
146 {val:'fluid', dispName:'Fluid'},
147 {val:'baffle', dispName:'Baffle'},
148 {val:'valve', dispName:'Valve'},
149 {val:'bubble', dispName:'Bubble'},
150 {val:'nozzle', dispName:'Nozzle'},
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerNewEventTest.php511 foreach($ex as $key=>$val) {
515 str_replace("\n", "\r\n", $val),
519 $this->assertEquals($val, $message->$key);
H A DBrokerTester.php27 foreach($ex as $key=>$val) {
31 $val,
35 $this->assertEquals($val, $message->$key);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php29 foreach ($ex as $key => $val) {
33 $val,
37 $this->assertEquals($val, $message->$key);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerNewEventTest.php511 foreach($ex as $key=>$val) {
515 str_replace("\n", "\r\n", $val),
519 $this->assertEquals($val, $message->$key);
H A DBrokerTester.php27 foreach($ex as $key=>$val) {
31 $val,
35 $this->assertEquals($val, $message->$key);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php27 foreach($ex as $key=>$val) {
31 $val,
35 $this->assertEquals($val, $message->$key);
H A DBrokerNewEventTest.php490 foreach($ex as $key=>$val) {
494 str_replace("\n", "\r\n", $val),
498 $this->assertEquals($val, $message->$key);
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php744 protected function setFrameAt($at, $val) { argument
745 $this->frame[$at['y']][$at['x']] = chr($val);
1496 $val = 0x1;
1506 $val = ord($inputitem['data'][$words*3]) - ord('0');
1567 if ($val <= 0x9ffc) {
1568 $val -= 0x8140;
1570 $val -= 0xc140;
1572 $h = ($val >> 8) * 0xc0;
1573 $val = ($val & 0xff) + $h;
1802 $val = (ord($data[$i]) << 8) | ord($data[$i+1]);
[all …]
/plugin/indexmenu/scripts/
H A Dtoolbarindexwizard.js144 jQuery('#namespace').val(':' + JSINFO.namespace);
233 value = parseInt(jQuery('input#maxn').val());
262 let num = parseInt(jQuery('input#' + numid).val());
282 ns = jQuery('#namespace').val();
283 depth = parseInt(jQuery('#nsdepth').val());
308 number = parseInt(jQuery('input#metanumber').val());
/plugin/struct/types/
H A DLookup.php134 $val = json_encode([$pids[$i], (int)$rids[$i]], JSON_THROW_ON_ERROR);
135 $options[$val] = $result[$i][0]->getDisplayValue();
168 function ($val) {
169 [, $val] = \helper_plugin_struct::decodeJson($val);
170 return $val;
/plugin/canvas/
H A Dcanvas.php200 $val = "([\"'`])(?:[^\\\\\"'`]|\\\\.)*\g{-1}";
201 $pattern = "/(\w+)\s*=\s*($val)/";
210 $val = '\d+';
211 $pattern = "/(\w+)\s*=\s*($val)/";
/plugin/tagfilter/
H A Daction.php217 * @param string $val
220 private function filterHide_Template($val) argument
222 return strpos($val, "_template") === false && @file_exists(wikiFN($val));
/plugin/geourl/
H A Dcode.php31 function gu_write($fp, $name, $val) argument
33 fwrite($fp, '$gu_settings[\''.$name.'\'] = \''.$val.'\';'."\n");
/plugin/webdav/vendor/sabre/vobject/lib/ITip/
H A DBroker.php868 foreach ($vevent->select('EXDATE') as $val) {
869 $exdate = array_merge($exdate, $val->getParts());
875 foreach ($rr->getParts() as $key => $val) {
877 if ('INTERVAL' === $key && 1 == $val) {
880 if (is_array($val)) {
881 $val = implode(',', $val);
883 $rrule[] = "$key=$val";
952 foreach ($propertyValues as $val) {
953 $significantChangeHash .= $val->getValue().';';
/plugin/farmsync/script/
H A Dform.js10 'farmsync-source': $this.val(),
11 'sectok': $this.closest('form').find('input[name=sectok]').val(),
/plugin/quickstats/scripts/
H A Dget_pages.php12 foreach($pages['page'] as $key => $val)
16 $ret_ar[$key] = $val;

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