Home
last modified time | relevance | path

Searched refs:val (Results 76 – 100 of 887) sorted by relevance

12345678910>>...36

/plugin/xcom/
H A Dscript.js276 if (typeof val !== 'undefined' && val['year']) {
277 … var d = new Date( val['year'],val['month']-1,val['day'],val['hour'],val['minute'], val['second']);
278 val = d.toUTCString();
284 val = d.toUTCString();
287 val += ' bytes';
293 var display = val;
294 if(val.length > 40) {
304 val =display;
310 if(typeof val == 'object') val = "none";
657 jobj[key] = val;
[all …]
/plugin/prosemirror/
H A Dscript.js10 jQuery('#wiki__text').val(text).show();
22 const $prosemirrorJsonInput = jQuery('#dw__editform').find('[name=prosemirror_json]').val(json);
37 'content': $textArea.val(),
38 'json': $prosemirrorJsonInput.val(),
92 'content': $textArea.val(),
123 data: window.proseMirrorIsActive ? $jsonField.val() : $textArea.val(),
145 'content': $textArea.val(),
165 showProsemirror($jsonField.val());
/plugin/simplechat/
H A Dscript.js10 var $username = jQuery('#sc-username').val();
11 var $room = jQuery('#sc-roomname').val();
23 var $username = jQuery('#sc-username').val();
24 var $room = jQuery('#sc-roomname').val();
47 var $room = jQuery('#sc-roomname').val();
80 var $username = jQuery('#sc-username').val();
81 var $room = jQuery('#sc-roomname').val();
/plugin/data/Form/
H A DOptGroup.php12 * This is intended to be only called from within DropdownElement::val()
16 * @see DropdownElement::val()
36 foreach ($this->options as $key => $val) {
39 if (!empty($val['attrs']) && is_array($val['attrs'])) {
40 $attrs = buildAttributes($val['attrs']);
43 $html .= hsc($val['label']);
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js399 var val = obj;
405 val = val[parts[i]];
428 if (val.indexOf("#") == 0 && val.length == 9)
430 modVal = "#" + val.substr(3) + val.substr(1,2);
728 switch(val)
2055 switch(val)
2091 switch(val)
2249 if (val)
2251 val = val.toUpperCase();
2256 switch(val)
[all …]
/plugin/booking/
H A Dhelper.php89 $val = floatval(str_replace(',', '.', $m[1]));
94 $val = $val * 60 * 60 * 8;
96 $val = $val * 60 * 60;
98 $val = $val * 60;
101 return (int)$val;
/plugin/register/
H A Dsyntax.php101 $val = strstr($l, " = ");
102 $key = substr($l, 0, strlen($l) - strlen($val));
103 $val = str_replace("\\n", "\n", substr($val, 3));
110 $bit[$subkey] = $val;
111 $this->dbg($renderer, "BIT[$subkey] = $val");
113 $keys[$key] = $val;
114 $this->dbg($renderer, "KEY[$key] = $val");
137 $val = strstr($l, " = ");
138 $key = substr($l, 0, strlen($l) - strlen($val));
139 $val = str_replace("\\n", "\n", substr($val, 3));
[all …]
/plugin/strata/driver/
H A Ddriver.php45 * @param val string the thing to cast
47 public function castToNumber($val) { argument
48 return "CAST($val AS NUMERIC)";
55 * @param val string the thing make case insensitive
57 public function ci($val='?') { argument
58 return "lower($val)";
75 * @param val string the thing to sort on
78 public function orderBy($val) { argument
80 $this->castToNumber($val),
81 $this->ci($val)
[all...]
H A Dmysql.php16 public function castToNumber($val) { argument
17 return "CAST($val AS DECIMAL)";
20 public function ci($val='?') { argument
21 return "$val COLLATE utf8mb4_unicode_ci";
/plugin/davcal/
H A Dscript.js125 var val = data['settings']['meta']['fcoptions'][key];
126 fcOptions[key] = val;
276 jQuery('<option />', {value: jQuery(this).val(),
651 jQuery('#dw_davcal__tz_edit').val(dw_davcal__modals.detectedTz);
652 jQuery('#dw_davcal__currenttz_edit').val(dw_davcal__modals.currentTz);
653 jQuery('#dw_davcal__uid_edit').val(calEvent.id);
654 jQuery('#dw_davcal__eventname_edit').val(calEvent.title);
655 jQuery('#dw_davcal__eventlocation_edit').val(calEvent.location);
658 jQuery('#dw_davcal__eventdescription_edit').val(calEvent.description);
673 var url = jQuery('#dw_davcal__editevent_attachment').val();
[all …]
/plugin/tagfilter/script/select2/
H A Dselect2.js173 var val, i, l;
175 val = string.split(separator);
176 for (i = 0, l = val.length; i < l; i = i + 1) val[i] = $.trim(val[i]);
177 return val;
188 $.data(element, key, element.val());
192 var val= $.data(element, key);
193 if (val !== undefined && element.val() !
571 evaluate(val) global() argument
3115 AnonymousFunctionbb87bed0b400(val) global() argument
3153 AnonymousFunctionbb87bed0b700(val, triggerChange) global() argument
[all...]
/plugin/fedauth/
H A Dcommon.php35 foreach ($array as $key => $val) {
36 if (is_array($val)) {
37 $val = array_implode($val, $glue, $separator.$b1.$key.$b2, '[', ']');
38 $string[] = $b1.$key.$b2.$val;
40 $string[] = $b1.$key.$b2.$glue.$val;
/plugin/groupmgr/
H A Dsyntax.php40 function remove_item_by_value($val, $arr, $preserve = true) { argument
42 foreach(array_keys($arr,$val) as $key){ unset($arr[$key]); }
241 foreach ($INFO['userinfo']['grps'] as $val) {
242 $check[] = "@" . $val;
250 foreach ($authlst as $val) {
251 if (in_array($val, $check)) {
253 if ($val[0] == "@") {
254 $authbygrp = substr($val, 1);
/plugin/struct/meta/
H A DValue.php123 foreach ($value as $val) {
125 $raw = $val;
127 $raw = $this->column->getType()->rawValue($val);
130 $this->value[] = $val;
133 $this->display[] = $val;
134 $this->compare[] = $val;
136 $this->display[] = $this->column->getType()->displayValue($val);
137 $this->compare[] = $this->column->getType()->compareValue($val);
/plugin/yql/
H A Dsyntax.php171 foreach ($format as $pos => $val) {
173 $renderer->cdata($val);
175 if (is_array($val)) { // arrays are links
176 foreach ($val as $link => $title) {
207 if (!isset($item->$val)) {
208 … $this->render_error($renderer, 'YQL: Error: The given attribute '.$val.' doesn\'t exist');
212 if ($item->$val instanceof stdClass) {
213 …$this->render_error($renderer, 'YQL: Error: The given attribute '.$val.' is not a simple string bu…
217 $renderer->cdata((string)$item->$val);
/plugin/foldablelist/
H A Dscript.js23 $bt.val(settings.button_up_value);
28 $bt.val(settings.button_down_value);
34 if(settings.button_down_value == $act_bt.val()) {
35 $act_bt.val(settings.button_up_value)
37 $act_bt.val(settings.button_down_value)
/plugin/blogtng/action/
H A Dedit.php88 …ent->data->insertElement($pos++, form_makeCheckboxField('post-tags[]', $val, $val, '', '', $data));
180 ->val($blog);
198 ->val($val);
199 if(in_array($val, $tags)) {
208 ->val(join(', ', $tags));
220 ->val($commentstatus);
250 ->val($YY)->attr('maxlength', 4);
253 ->val($MM)->attr('maxlength', 2);
256 ->val($DD)->attr('maxlength', 2);
259 ->val($hh)->attr('maxlength', 2);
[all …]
/plugin/solr/
H A Daction.php156 $val = utf8_stripspecials(utf8_strtolower($_REQUEST['search_plus']));
157 $q .= $this->search_words($val, '+', '*');
160 $val = utf8_stripspecials(utf8_strtolower($QUERY));
161 $q .= $this->search_words($val, '+', '*');
168 $q .= $this->search_words($val, '-', '*');
219 $val = utf8_strtolower($QUERY);
220 $q_title .= $this->search_words($val, 'title:', '*');
221 $q_text .= $this->search_words($val, '', '*');
370 foreach($q_arr as $val) {
371 $val = utf8_stripspecials(utf8_strtolower($val));
[all …]
/plugin/charter/
H A Dhelper.php190 foreach ($flags as $key => $val) {
196 list($fontname, $fontsize) = explode('@', $val, 2);
215 if (!in_array($val, array('left', 'right', 'center')))
219 if ($val == 'true' || $val == '1' || $val == 'on')
221 else if ($val == 'false' || $val == '0' || $val == 'off')
230 if (!in_array($val, $this->validTypes))
234 if (!is_numeric($val) || $val < 0 || $val > 100)
238 if (!is_numeric($val) || $val < 0)
242 $flags[$key] = $this->_parseRGB($val);
282 foreach ($this->flagDefaults as $key => $val) {
[all …]
/plugin/structat/action/
H A Dstruct.php47 $val = $data['val'];
50 $val = trim($val);
53 $data['config'][$key] = $val;
/plugin/block/
H A Dsyntax.php76 list($type, $val) = preg_split("/\s+/u", substr($match, 1, -1), 2);
79 if(!isset($val)) {
83 if(preg_match("/rounded\s*$/",$val)) {
84 $val = preg_replace("/rounded\s*$/","",$val);
88 if(preg_match('/(\d+)\%?:(\d+|r|c):(.*)/',$val, $matches)) {
117 elseif(preg_match('/(\d+)\%?:(\d+)/',$val, $matches)) {
/plugin/quickstats/db/
H A DdataBaseStructure.txt63 …[<ip>] => Array (<val>, <val>, . .), /* value is only saved once , i.e value_1, no matter how ma…
64 [<ip>] => Array (<val>, <val>, . .),
79 [val] => Array
81 [<val>] => Array
91 [<val>] => Array
/plugin/eventum/XML/
H A DRPC.php1062 $this->xv = $val;
1574 $this->addArray($val);
1600 || $val == 1
1601 || ($val == true && strcasecmp($val, 'false')))
1603 $val = 1;
1605 $val = 0;
1616 $this->me[$type] = $val;
1661 echo "$key => $val<br />";
1705 reset($val);
1759 list($typ, $val) = each($ar);
[all …]
/plugin/jukebox/id3/
H A Dmodule.audio-video.flv.php287 return $val;
292 $val = $this->readByte();
294 return $val;
299 $val = $this->readInt();
301 return $val;
306 $val = $this->readLong();
308 return $val;
315 return $val;
320 $val = $this->readUTF();
322 return $val;
[all …]
/plugin/bureaucracyau/helper/
H A Dfieldradio.php68 foreach($entries as $val) {
69 if($value === $val) {
74 if($valueoffieldwithid === $val) {
79 $form->addElement(form_makeRadioField($name, $val, $val, $_id, $class, $attrs));

12345678910>>...36