Home
last modified time | relevance | path

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

1...<<313233343536

/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/xcom/scripts/
H A Dxml.php51 list($key,$val) = explode (':' , $el);
52 $key = trim($key); $val = trim($val); variable
53 $ar[$key] = ($val+=1);
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js39464 val = Buffer.from(val, encoding);
39476 val = val & 0xFF; // Search for a byte value [0-255]
39897 return val;
39915 return val;
39961 if (val >= mul) val -= Math.pow(2, 8 * byteLength);
39978 if (val >= mul) val -= Math.pow(2, 8 * byteLength);
39993 return val & 0x8000 ? val | 0xFFFF0000 : val;
40000 return val & 0x8000 ? val | 0xFFFF0000 : val;
40355 val = val & 255;
40369 if (!val) val = 0;
[all …]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js7307 var beg, val; // for gzip header write only
7446 val = 1;
7454 val = 0;
7456 put_byte(s, val);
7457 } while (val !== 0);
7462 if (val === 0) {
7484 val = 1;
7492 val = 0;
7494 put_byte(s, val);
7495 } while (val !== 0);
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs625 case '[s]': case '[ss]': out = ((val.D*24+val.H)*60+val.M)*60+Math.round(val.S+val.u); break;
718 if(val < 2147483647 && val > -2147483648) return ""+(val >= 0 ? (val|0) : (val-1|0));
7166 cell.val = val;
8804 s[val[0].r][val[0].c] = val[1];
8837 s[val[0].r][val[0].c] = val[1];
11239 styles.NumberFmt[val[0]] = val[1]; SSF__load(val[1], val[0]);
13741 if((val | 0) == val && val < Math.pow(2,16) && val >= 0) {
16455 if(val.hpt) val.hpx = pt2px(val.hpt);
16545 if(val.loc) val.Target += "#"+val.loc;
19519 temp_val = ({ixfe: val.ixfe, XF: XFs[val.ixfe], v:val.val, t:val.t}/*:any*/);
[all …]
/plugin/xlsx2dw/
H A Dscript.js383 let sourceText = textArea.val();
384 textArea.val(
/plugin/xtermrtf/
H A Dsyntax.php162 if (preg_match("/^cf(.*)/i",$corps[$i],$val)) {
163 $idx=$val[1]-1;
172 $idx=$val[1]-1;
180 else if (preg_match("/^par/i",$corps[$i],$val)) {
188 else if (preg_match("/^ul/i",$corps[$i],$val)) {
192 else if (preg_match("/^b0/i",$corps[$i],$val)) {
196 else if (preg_match("/^b/i",$corps[$i],$val)) {
200 else if (preg_match("/^i0/i",$corps[$i],$val)) {
204 else if (preg_match("/^i/i",$corps[$i],$val)) {
214 if (preg_match("/^.*? (.*?)$/",$corps[$i],$val)) {
[all …]
/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/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1val","enable","disabled","update_block","_lightbox_id","previousSibling","button_text","resizeLigh…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js2651 if (!util.isArray(val)) return successAdapter.call(promise, val, nodeback);
3487 switch(val) {
3711 return val ? isPromisified(val) : false;
3930 var val;
3934 val = {};
5104 return val == null || val === true || val === false ||
5105 typeof val === "string" || typeof val === "number";
8280 this._columns = (typeof val === "string") ? val.split(",") : val;
14169 var val = {};
18103 if (val) {
[all …]
/plugin/zip/pear/MIME/Type/
H A DParameter.php155 $val = $this->name.'="'.$this->value.'"';
157 $val .= ' ('.$this->comment.')';
159 return $val;
/plugin/zul/syntax/
H A Dzirkelundlineal.php114 list($match,$key,$val) = $kvpair;
115 if (isset($gmap[$key])) $gmap[$key] = $val;

1...<<313233343536