Home
last modified time | relevance | path

Searched refs:val (Results 126 – 150 of 887) sorted by relevance

12345678910>>...36

/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js326 … case '[s]': case '[ss]': out = ((val.D*24+val.H)*60+val.M)*60+Math.round(val.S+val.u); break;
400 function flr(val) { if(val < 2147483647 && val > -2147483648) return ""+(val >= 0 ? (val|0) : (val-…
590 return (val|0) === val ? write_num_int(type, fmt, val) : write_num_flt(type, fmt, val);
1648 …case 3: size = 3; this[this.l+2] = val & 255; val >>>= 8; this[this.l+1] = val&255; val >>>= 8; t…
7342 if(val.location) val.Target += "#"+val.location;
7777 if(val.loc) val.Target += "#"+val.loc;
7780 for(R=val.rfx.s.r;R<=val.rfx.e.r;++R) for(C=val.rfx.s.c;C<=val.rfx.e.c;++C) {
9449 temp_val = {ixfe: val.ixfe, XF: XFs[val.ixfe], v:val.val, t:'n'};
9454 temp_val = {ixfe: val.ixfe, XF: XFs[val.ixfe], v:val.val, t:val.t};
9476 temp_val = {v:val.val, ixfe:val.cell.ixfe, t:val.tt};
[all …]
H A Dxlsx.min.js2val,ss0){var o="",ss=0,tt=0,y=val.y,out,outl=0;switch(type){case 98:y=val.y+543;case 121:switch(fm… argument
3val,f){var size,i;if(f==="dbcs"){for(i=0;i!=val.length;++i)this.writeUInt16LE(val.charCodeAt(i),th… argument
4val){switch(tag){case"Description":tag="Comments";break}Props[tag]=val}function parse_FILETIME(blo… argument
8val){switch((cp[0].match(/dt:dt="([\w.]+)"/)||["",""])[1]){case"boolean":val=parsexmlbool(val);bre… argument
9val,row,range,header=0,offset=1,r,hdr=[],isempty,R,C,v;var o=opts!=null?opts:{};var raw=o.raw;if(s…
/plugin/structodt/
H A Daction.php42 $val = trim($event->data['val']);
51 $event->data['config'][$key] = array_map('trim', explode(',', $val));
54 $event->data['config'][$key] = (bool) $val;
57 $val = shell_exec('command -v unoconv');
58 if (empty($val)) {
64 $val = shell_exec('command -v ghostscript');
65 if (empty($val)) {
73 $event->data['config'][$key] = (bool) $val;
76 $event->data['config'][$key] = trim($val);
[all...]
/plugin/memcache/classes/
H A Dmemcache_wincache.class.php10 public static function add($key, $val,$ttl = 0){ argument
12 return wincache_ucache_add($key,$val,$ttl);
15 public static function set($key, $val,$ttl = 0){ argument
17 return wincache_ucache_set($key,$val,$ttl);
H A Dmemcache_apc.class.php11 public static function add($key, $val,$ttl = 0){ argument
13 return apc_add($key,$val,$ttl);
16 public static function set($key, $val,$ttl = 0){ argument
18 return apc_store($key,$val,$ttl);
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DUri.php69 * @param string $val
71 public function setRawMimeDirValue($val) argument
83 $matches = preg_split($regex, $val, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY);
97 $this->value = strtr($val, ['\,' => ',']);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DUri.php70 * @param string $val
74 function setRawMimeDirValue($val) { argument
86 $matches = preg_split($regex, $val, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY);
100 $this->value = strtr($val, ['\,' => ',']);
/plugin/farmsync/script/
H A Dresults.js23 $this.val();
25 …$farmsync.find('input[type="checkbox"][name="farmsync-animals['+$this.val()+']"]').prop('disabled'…
46 var sectok = $this.parent('form').find('input[name="sectok"]').val();
83 var sectok = $this.parent('form').find('input[name="sectok"]').val();
114 var lines = $elem.closest('form').find('textarea[name=editarea]').val().split("\n");
124 var lines = $form.find('textarea[name=editarea]').val().split("\n");
153 $form.find('textarea[name=editarea]').val($form.find('textarea[name=backup]').val());
161 var $content = $form.find('textarea[name=editarea]').val();
170 var sectok = $form.find('input[name="sectok"]').val();
/plugin/memcache/
H A Dhelper.php118 function add($key,$val,$ttl = 0){ argument
119 return memcache::add($key,$val,$ttl);
122 function set($key,$val,$ttl = 0){ argument
123 return memcache::set($key,$val,$ttl);
/plugin/structcombolookup/
H A Dscript.js4 option = $narowingSelect.children("option:selected").val(),
34 value = selected.val() ? selected.text() : "";
38 .val( value )
118 var value = this.input.val(),
135 .val( "" )
138 this.element.val( "" );
/plugin/dbquery/
H A Dhelper.php106 foreach ($parameters as $key => $val) {
107 if (is_array($val)) continue;
108 if (is_object($val)) continue;
111 if (is_int($val)) {
112 $sth->bindValue($key, $val, PDO::PARAM_INT);
114 $sth->bindValue($key, $val);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/_files/
H A Dsource_with_class_and_anonymous_function.php11 function (&$val, $key) {
12 $val = preg_replace('|[^0-9]|', '', $val);
/plugin/do/scripts/
H A DPluginDo.js104 jQuery('#do__popup_msg').val('');
475 $popup_date.val('');
476 $popup_assign.val('');
484 $popup_date.val(date);
488 $popup_assign.val(users);
508 …if ($popup_date.val() && $popup_date.val().match(/^[0-9]{4}\-(0[1-9]|1[012])\-(0[1-9]|[12][0-9]|3[…
509 pre += ' ' + $popup_date.val();
511 if ($popup_assign.val()) {
512 pre += ' ' + $popup_assign.val();
532 $popup_date.val('');
[all …]
/plugin/strata/aggregates/
H A Dlast.php14 $val = end($values);
15 if($val === false ) {
19 return array($val);
H A Dfirst.php14 $val = reset($values);
15 if($val === false ) {
19 return array($val);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP32.php60 $val = $this->value;
63 $i = strlen($val);
74 $val = substr($val, 0, 4 + $i);
75 $val = str_pad($val, 4, "\0", STR_PAD_LEFT);
76 if ($val == "\0\0\0\0") {
81 list(, $digit) = unpack('N', substr($val, $i, 4));
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dinput_utils.php18 $val = $INPUT->str($which);
19 if($cmp) return $cmp == $val;
20 return $val;
/plugin/openlayersmap/syntax/
H A Dagslayer.php92 [$matched, $key, $val] = $kvpair;
95 $data [$key] = $val;
117 foreach ($data as $key => $val) {
118 $str .= "'" . $key . "' : '" . $val . "',";
H A Dwmslayer.php89 [$matched, $key, $val] = $kvpair;
92 $data [$key] = $val;
114 foreach ($data as $key => $val) {
115 $str .= "'" . $key . "' : '" . $val . "',";
/plugin/authradius/
H A Ddes.php220 $val = ord($bitStream[$i]);
221 if ($val & 0x80) {$byteStream .= chr(0x01);} else {$byteStream .= chr(0x00);}
222 if ($val & 0x40) {$byteStream .= chr(0x01);} else {$byteStream .= chr(0x00);}
223 if ($val & 0x20) {$byteStream .= chr(0x01);} else {$byteStream .= chr(0x00);}
224 if ($val & 0x10) {$byteStream .= chr(0x01);} else {$byteStream .= chr(0x00);}
225 if ($val & 0x08) {$byteStream .= chr(0x01);} else {$byteStream .= chr(0x00);}
226 if ($val & 0x04) {$byteStream .= chr(0x01);} else {$byteStream .= chr(0x00);}
227 if ($val & 0x02) {$byteStream .= chr(0x01);} else {$byteStream .= chr(0x00);}
228 if ($val & 0x01) {$byteStream .= chr(0x01);} else {$byteStream .= chr(0x00);}
/plugin/bookcreator/script/
H A Dnspicker.js64 bc_nspicker.$entry.val(JSINFO.namespace + ':');
107 } else if (bc_nspicker.$entry.val()) {
198 bc_nspicker.$entry.val(a.title);
230 q: bc_nspicker.$entry.val()
246 var temp = bc_nspicker.$entry.val();
247 bc_nspicker.$entry.val('');
248 bc_nspicker.$entry.val(temp);
286 ns: bc_nspicker.$entry.val(),
288 sectok: jQuery('input[name="sectok"]').val()
/plugin/function/functions/
H A DhelloWorld.php8 foreach ($params AS $key=>$val){
9 if ($val != $num) $dataout.=$val.'<br />';
/plugin/elasticsearch/vendor/react/promise/src/
H A Dfunctions.php80 return map($promisesOrValues, function ($val) {
81 return $val;
135 ->then(function ($val) {
136 return \array_shift($val);
191 $fulfiller = function ($val) use ($i, &$values, &$toResolve, $toReject, $resolve) {
196 $values[$i] = $val;
301 $wrappedReduceFunc = function ($current, $val) use ($reduceFunc, $cancellationQueue, $total, &$i) {
302 $cancellationQueue->enqueue($val);
305 ->then(function ($c) use ($reduceFunc, $total, &$i, $val) {
306 return resolve($val)
[all...]
/plugin/diagramsnet/lib/shapes/bpmn/
H A DmxBpmnShape2.js44 {val: 'message', dispName: 'Message'},
45 {val: 'timer', dispName: 'Timer'},
48 {val: 'link', dispName: 'Link'},
49 {val: 'error', dispName: 'Error'},
50 {val: 'cancel', dispName: 'Cancel'},
52 {val: 'signal', dispName: 'Signal'},
68 {val: 'end', dispName: 'End'},
69 {val: 'none', dispName: 'None'}]
73 {val: 'none', dispName: 'None'}]
1541 {val: 'call', dispName: 'Call'},
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DLanguageTag.php25 * @param string $val
27 public function setRawMimeDirValue($val) argument
29 $this->setValue($val);

12345678910>>...36