Home
last modified time | relevance | path

Searched refs:length (Results 76 – 100 of 2103) sorted by last modified time

12345678910>>...85

/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs736 return o.length > fmt.length ? o : hashq(fmt.substr(0,fmt.length-o.length)) + o;
771 if(oa.length < r[4].length) oa = hashq(r[4].substr(r[4].length-oa.length)) + oa;
782 if(fmt.length <= o.length) return o;
852 return o.length > fmt.length ? o : hashq(fmt.substr(0,fmt.length-o.length)) + o;
891 if(oa.length < r[4].length) oa = hashq(r[4].substr(r[4].length-oa.length)) + oa;
902 if(fmt.length <= o.length) return o;
1506 return L.length - R.length;
4211 if(!length) length = XLSBRecordEnum[t].p || (payload||[]).length || 0;
9395 if(len > length - 1) len = length - 1;
10074 if(length >= 4) blob.l += length - 4;
[all …]
/plugin/xlsx2dw/packages/xmltojson/
H A Dxmltojson.js115 function Pj(a){Jj();return a.length}
136 function $l(a){return _l(a,0,a.length)}
159 function Jl(a,b){return Il(a,a.length,b)}
187 function Wr(a,b){Ur(b,0,a,0,b.length,false)}
313 function Kl(a){var b;b='/'.length;return Ll(a.substr(a.length-b,b),'/')}
480 …ction on(a,b,c,d){var e,f,g;if(d==0){km(b,0,a,c,a.length-c)}else{g=32-d;a[a.length-1]=0;for(f=a.le…
482 function Wl(a){var b,c,d;c=a.length;d=0;while(d<c&&(ws(d,a.length),a.charCodeAt(d)<=32)){++d}b=c;wh…
483 …a,b){var c,d;d=false;for(c=a;c<b.length;c+=1){ws(c,b.length);if(b.charCodeAt(c)==34){d=!d;continue…
530 …Of('E')!=-1?a.length>9||a.indexOf('.')!=-1&&a.length-Pl(a,String.fromCharCode(46))>2&&Hl(a,a.lengt…
540length;e=d-4;c=0;while(c<e){b=(ws(c+3,a.length),a.charCodeAt(c+3)+(ws(c+2,a.length),31*(a.charCode…
[all …]
/plugin/xlsx2dw/
H A Dscript.js49 let maxCellsPerRow = Math.max(...table.map(row => row.length));
51 while(row.length < maxCellsPerRow)
68 … colorFont: (cell?.colorFont && cell.colorFont.length === 7) ? cell.colorFont : "#000000",
69 …colorBackground: (cell?.colorBackground && cell.colorBackground.length === 7) ? cell.colorBackgrou…
116 if(row.length === 0)
139 while((table.length > 0) && (table[table.length-1].length === 0))
267 while(formattedTable.length < rowNumber-1)
272 while(formattedRow.length < colNumber)
280 isEmpty: !cell.value?.length,
/plugin/gallery/swipebox/js/
H A Djquery.swipebox.js
/plugin/gallery/
H A Dscript.js10 if (!$opts.length) return;
23 if (!$h1.length) return;
/plugin/dev/
H A DSVGIcon.php175 for ($els = $xpath->query('//comment()'), $i = $els->length - 1; $i >= 0; $i--) {
203 for ($i = $attributes->length - 1; $i >= 0; $i--) {
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php841 $length = strlen($entry);
843 for ($i = $length-1; $i >= $position; $i--) {
870 for ($i = $length; $i >= $position; $i--) {
960 $length = strlen($entry);
/plugin/bibtex4dw/
H A Dscript.js26 if($bibtexdiv.length === 0){
/plugin/copycode/
H A Dscript.js185 for (i = 0; i < blocs.length; i++) {
/plugin/imapmarkers/
H A Djquery.imagemapster.js261 for (i = 0; i < arr.length; i++) {
609 len = src.length;
949 if (key.length) {
1457 hasMasks = me.masks.length,
1690 if (this.masks.length) {
1853 me.length = 0;
1940 i = me.length;
2483 if (mi.length > 2) {
2485 } else if (mi.length === 0) {
2794 parentId.length >= 12 &&
[all …]
H A Dscript.js44 switch (split_coords.length) {
54 if (split_coords.length >= 6) {
70 if (a_ids.length >= 1) {
71 if (a_ids[0].length > 0) {
85 for (var i = 0; i < a_areas.length; i++) {
87 for (var j = 0; j < a_areas[i].length; j++) {
97 for (var j = 0; j < a_areas[imap_index].length; j++) {
145 if (this.length) {
148 for (var i = 0, ii = css.length; i < ii; i++) {
207 if ($("img.mapster_el").length == 0) {
[all …]
/plugin/todo/
H A Dscript.js54 if ($spanTodoinnertext.length) {
/plugin/bureaucracy/helper/
H A Dfieldnumber.php111 $length = strlen($value);
112 for($i = $length; $i < $this->opt['leadingzeros']; $i++) {
/plugin/bureaucracy/script/
H A Dfieldsets.js57 fvalue = (fvalue.length ? fvalue.html() : true);
H A Duser.js72 return term.length >= 2;
/plugin/addnewpage/
H A Dscript.js8 if (jQuery(this).val().length > 0) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DEanExt.php15 * @param int $length
22 public function __construct($code, $length, $leftMargin, $rightMargin, $xDim, $barHeight, $separatorMargin) argument
24 $this->init($code, $length);
35 * @param int $length
37 private function init($code, $length = 5) argument
40 $code = str_pad($code, $length, '0', STR_PAD_LEFT);
43 if ($length == 2) {
45 } elseif ($length == 5) {
96 $p = $parities[$length][$r];
99 for ($i = 1; $i < $length;
[all...]
H A DEanUpc.php16 * @param int $length
22 public function __construct($code, $length, $leftMargin, $rightMargin, $xDim, $barHeight) argument
24 $this->init($code, $length);
34 * @param int $length
36 private function init($code, $length) argument
45 if ($length == 6) {
46 $length = 12; // UPC-A
49 $dataLength = $length - 1;
61 if ($length > 12) {
69 if ($length < 1
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php389 // get ICC sequence length
390 $length = $this->twoBytesToInt(substr($data, $pos - 2, 2)) - 16;
393 $icc[$sn - 1] = substr($data, $pos + 14, $length);
394 $offset = ($pos + 14 + $length);
H A DSvg.php2336 } // Zero length line
3030 if ($svgNode->length === 0) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php2057 // $w - absolute length or % or auto or cover | contain
2058 // $h - absolute length or % or auto or cover | contain
3693 // Kashida is set as an absolute length value (already set as a proportion based on useKashida %)
4675 // We are now going to set it as an actual length
5493 // Kashida is set as an absolute length value, but to adjust text needs to be converted to
5690 // Insert multiple tatweel characters, repositioning the last one to give correct total length
5702 // Insert single tatweel character and use fontstretch to get correct length
6814 // if it's justified, we need to find the char/word spacing (or if orphans have allowed length of line to go over the maxwidth)
7151 // and when columns are split in length will not break annotation from current line
9563 // don't use length i
23257 SetProtection($permissions = [], $user_pass = '', $owner_pass = null, $length = 40) global() argument
[all...]
H A DOtlDump.php239 $record['length'] = $this->read_ulong();
251 if ($t['length'] > 0 && $t['length'] < $this->maxStrLenRead) { // 1.02
252 $table = $this->get_chunk($t['offset'], $t['length']);
309 $length = isset($this->tables[$tag]['length']) ? $this->tables[$tag]['length'] : null;
311 return [$offset, $length];
433 function get_chunk($pos, $length) argument
436 if ($length <
[all...]
H A DTTFontFile.php311 $record['length'] = $this->read_ulong();
324 if ($t['length'] > 0 && $t['length'] < $this->maxStrLenRead) { // 1.02
325 $table = $this->get_chunk($t['offset'], $t['length']);
390 $length = $this->tables[$tag]['length'];
392 return [$offset, $length];
514 function get_chunk($pos, $length) argument
517 if ($length < 1) {
521 $data = (fread($this->fh, $length));
[all...]
H A DTTFontFileAnalysis.php87 $x[$i]['length'] = $this->read_ushort();
93 $N = $this->get_chunk($string_data_offset + $x[$i]['offset'] , $x[$i]['length'] );
100 $length = $x[$i]['length'] ;
101 if ($length % 2 != 0)
102 $length -= 1;
103 // die("PostScript name is UTF-16BE string of odd length");
104 $length /= 2;
106 while ($length > 0) {
109 $length
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Pdf/
H A DProtection.php99 * @param int $length
103 public function setProtection($permissions = [], $user_pass = '', $owner_pass = null, $length = 40) argument
113 if ($length === 128) {
115 } elseif ($length !== 40) {

12345678910>>...85