Home
last modified time | relevance | path

Searched refs:val (Results 751 – 775 of 887) sorted by path

1...<<313233343536

/plugin/structpublish/action/
H A Drevisions.php58 !empty(trim($el->val())) &&
61 $val = $el->val();
64 $el->val("$val $label");
/plugin/structpublish/helper/
H A Dnotify.php176 foreach ($vars as $var => $val) {
177 $mailtext = str_replace('@' . $var . '@', $val, $mailtext);
/plugin/structrowcolor/
H A Dstruct.php56 $val = trim($data['val']);
57 $data['config'][$key] = $val;
/plugin/structsection/lib/
H A Dbundle.js1val(i)),r.append(jQuery('<input type="hidden" name="field">').val(n)),r.append(jQuery('<input type…
/plugin/structsection/script/
H A Dmain.js33 $form.append(jQuery('<input type="hidden" name="pid">').val(pid));
34 $form.append(jQuery('<input type="hidden" name="field">').val(field));
35 $form.append(jQuery('<input type="hidden" name="rid">').val(rid));
36 $form.append(jQuery('<input type="hidden" name="rev">').val(rev));
/plugin/structstatus/
H A Daction.php146 foreach ($vals as $val) {
147 if ($val['opt'] === 'dbversion') {
148 $dbVersionStruct = $val['val'];
150 if ($val['opt'] === 'dbversion_structstatus') {
151 $dbVersionStructStatus = $val['val'];
/plugin/structtasks/_test/
H A DUtilitiesTest.php117 foreach ($this->old_expected as $key => $val) {
118 $this->assertEquals($old_data[$key], $val);
120 foreach ($this->new_expected as $key => $val) {
121 $this->assertEquals($new_data[$key], $val);
129 foreach ($this->old_expected as $key => $val) {
130 $this->assertEquals($old_data[$key], $val);
132 foreach ($this->nodate_expected as $key => $val) {
133 $this->assertEquals($new_data[$key], $val);
/plugin/structtasks/meta/
H A DAbstractNotifier.php88 $val = "{$y} year";
89 if ($y > 1) $val .= 's';
90 $components[] = $val;
93 $val = "{$m} month";
94 if ($m > 1) $val .= 's';
95 $components[] = $val;
98 $val = "{$d} day";
99 if ($d > 1) $val .= 's';
100 $components[] = $val;
H A DAssignedNotifier.php26 function ($val) use ($editor_email) {return $val !== $editor_email;}
H A DClosedStatusNotifier.php28 function ($val) use ($editor_email) {return $val !== $editor_email;}
H A DDateNotifier.php26 function ($val) use ($editor_email) {return $val !== $editor_email;}
H A DDeletedNotifier.php25 function ($val) use ($editor_email) {return $val !== $editor_email;}
H A DOpenStatusNotifier.php28 function ($val) use ($editor_email) {return $val !== $editor_email;}
H A DRemovedNotifier.php24 function ($val) use ($editor_email) {return $val !== $editor_email;}
H A DSelfRemovalNotifier.php25 function ($val) use ($editor_email) {return $val !== $editor_email;}
/plugin/submgr/
H A Dhelper.php115 foreach ($lines as $key => $val) {
116 $val = preg_split('/\s+/', $val, 2);
117 $val = array_map('trim', $val);
118 $val = array_filter($val);
119 $val = array_unique($val);
120 $lines[$key] = $val;
/plugin/swiftmail/Swift/Message/
H A DEncoder.php243 $val = ord($string{$i});
246 if ((!$bin && ($val == 32 || $val == 9 || $val == 10 || $val == 13))
247 || ($val >= 33 && $val <= 60) || ($val >= 62 && $val <= 126)
248 && $val != 63)
254 $ret .= sprintf("=%02X", $val);
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1val var varirnt while widechar ' +\n 'widestring with word write writeln xor';\n\n this.regexL…
/plugin/tablelayout/action/
H A Dlayoutform.php59 ->val(0);
66 $form->addDropdown('float', $options, $this->getLang('label:alignment'))->val('default');
/plugin/tablelayout/script/
H A Dedittable_plugin.js13 var layout = tablelayout.initLayout($layoutfield.val());
34 $layoutfield.val(JSON.stringify(layout));
45 $layoutfield.val(JSON.stringify(layout));
62 $layoutfield.val(JSON.stringify(layout));
H A Dlayoutform.js17 var layout = window.tablelayout.initLayout($layoutfield.val());
20 … var rowsHeaderSource = $layoutcontainer.find('select[name="rowsHeaderSource"] :selected').val();
21 var rowsVisible = parseInt($layoutcontainer.find('input[name="rowsVisible"]').val());
22 var float = $layoutcontainer.find('select[name="float"]').val();
46 $layoutfield.val(JSON.stringify(layout));
64 var layout = window.tablelayout.initLayout($layoutfield.val());
65 $layoutcontainer.find('select[name="rowsHeaderSource"]').val(layout.rowsHeaderSource);
67 $layoutcontainer.find('input[name="rowsVisible"]').val(layout.rowsVisible);
70 $layoutcontainer.find('select[name="float"]').val(layout.float);
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/tagalerts/
H A Daction.php100 foreach($triggers as $type=>$val) {
101 if (in_array($title, $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/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) {

1...<<313233343536