| /plugin/spreadout/ |
| D | action.php | 56 $ws = '\s/\#~:+=&%@\-\x28\x29\]\[{}><"\''; // whitespace 60 …$event->data = preg_replace("`(?<=^|[$ws])'(?=[^$ws$punc])`", $lang['singlequoteopening'], $e… 61 …$event->data = preg_replace("`(?<=^|[^$ws]|[$punc])'(?=$|[$ws$punc])`", $lang['singlequoteclo… 62 …$event->data = preg_replace("`(?<=^|[^$ws$punc])'(?=$|[^$ws$punc])`", $lang['apostrophe'], $e…
|
| /plugin/asciidocjs/node_modules/core-js/library/modules/ |
| D | _parse-int.js | 3 var ws = require('./_string-ws'); variable 6 module.exports = $parseInt(ws + '08') !== 8 || $parseInt(ws + '0x16') !== 22 ? function parseInt(st…
|
| /plugin/asciidocjs/node_modules/core-js/modules/ |
| D | _parse-int.js | 3 var ws = require('./_string-ws'); variable 6 module.exports = $parseInt(ws + '08') !== 8 || $parseInt(ws + '0x16') !== 22 ? function parseInt(st…
|
| /plugin/tagentry/ |
| D | script.js | 39 var ws =""; 40 if (tagend != 6) ws=" "; // empty "{{tag>" - TODO remove it!? 41 oldtext = oldtext.substr(0,split)+ws+tagname+oldtext.substr(split);
|
| /plugin/fckg/fckeditor/editor/plugins/geshi/ |
| D | fckplugin.js | 208 var ws = []; 213 ws.push(n) 220 for(var i=0;i<ws.length;i++){ 221 ws[i].parentNode.removeChild(ws[i])
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/ |
| D | FontWriter.php | 547 foreach ($range as $k => $ws) { 548 $cws = count($ws); 549 if (($k == $nextk) and ( !$prevint) and ( (!isset($ws['interval'])) or ( $cws < 4))) { 559 if (isset($ws['interval'])) { 573 foreach ($range as $k => $ws) { 574 if (count(array_count_values($ws)) === 1) { 576 $w .= ' ' . $k . ' ' . ($k + count($ws) - 1) . ' ' . $ws[0]; 579 $w .= ' ' . $k . ' [ ' . implode(' ', $ws) . ' ]' . "\n";
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 57.57.js.map | 1 …ws: '[ \\t\\n\\r\\f]*',\n identifier: '-?-?([a-zA-Z]|(\\\\\\\\(([0-9a-fA-F]{1,6}\\\\s?)|[^[0-9a…
|
| D | 16.16.js | 1 …\/\\*\\s*#endregion\\b.*\\*\\/")}}},i={defaultToken:"",tokenPostfix:".css",ws:"[ \t\n\r\f]*",ident… property
|
| D | 16.16.js.map | 1 …ws: '[ \\t\\n\\r\\f]*',\n identifier: '-?-?([a-zA-Z]|(\\\\\\\\(([0-9a-fA-F]{1,6}\\\\s?)|[^[0-9a…
|
| D | 57.57.js | 1 …/\\*\\s*#endregion\\b.*\\*\\/")}}},i={defaultToken:"",tokenPostfix:".scss",ws:"[ \t\n\r\f]*",ident… property
|
| /plugin/html2pdf/html2pdf/html2ps/fpdf/ |
| D | fpdf.php | 986 var $ws; //word spacing variable in FPDF 1354 $w=$this->GetStringWidth($txt)+$this->ws*substr_count($txt,' '); 1368 $w=$this->GetStringWidth($txt)+$this->ws*substr_count($txt,' '); 1381 $w=$this->GetStringWidth($txt)+$this->ws*substr_count($txt,' '); 1562 $this->ws=0; 2139 $ws=$this->ws; 2140 if($ws>0) 2142 $this->ws=0; 2147 if($ws>0) 2149 $this->ws=$ws; [all …]
|
| /plugin/xlsx2dw/packages/xlsx/ |
| D | xlsx.mjs | 4388 var ws/*:Worksheet*/ = _ws || (dense ? ([]/*:any*/) : ({}/*:any*/)); 4390 if(ws && o.origin != null) { 4396 if(!ws["!ref"]) ws["!ref"] = "A1:A1"; 4399 if(ws['!ref']) { 4400 var _range = safe_decode_range(ws['!ref']); 4437 if(!ws[__R]) ws[__R] = []; 4438 if(ws[__R][__C] && ws[__R][__C].z) cell.z = ws[__R][__C].z; 4439 ws[__R][__C] = cell; 4442 if(ws[cell_ref] && ws[cell_ref].z) cell.z = ws[cell_ref].z; 4443 ws[cell_ref] = cell; [all …]
|
| /plugin/codemirror/dist/modes/ |
| D | commonlisp.min.js.map | 1 …ws\"; return null;}\n if (stream.match(numLiteral)) return \"number\";\n var ch = stream.nex…
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | DirectWrite.php | 145 …list($charspacing, $ws) = $this->mpdf->GetJspacing($nb_carac, $nb_spaces, (($w - 2) - $len_ligne) … 146 $this->mpdf->SetSpacing($charspacing, $ws); 235 …list($charspacing, $ws) = $this->mpdf->GetJspacing($nb_carac, $nb_spaces, (($w - 2) - $len_ligne) … 236 $this->mpdf->SetSpacing($charspacing, $ws);
|
| D | Mpdf.php | 531 var $ws; // Word spacing variable in Mpdf\\Mpdf 4165 $ws = $fas[1] . $style; 4166 if (in_array($ws, $this->available_unifonts)) { 4568 if ($this->ws != 0) { 4571 $this->ws = 0; 4578 function SetSpacing($cs, $ws) argument 4589 if (intval($ws * 1000) == 0) { 4590 $ws = 0; 4592 if ($ws) { 4593 $this->writer->write(sprintf('BT %.3F Tw ET', $ws)); [all …]
|
| /plugin/xlsx2dw/packages/xmltojson/ |
| D | xmltojson.js | 252 function Hl(a,b){ws(b,a.length);return a.charCodeAt(b)} 263 function ws(a,b){if(a<0||a>=b){throw jf(new jm(vu+a+wu+b))}} function 459 function mk(a,b,c){var d,e;d=Hl(a,b++);if(d>=55296&&d<=56319&&b<c&&qk(e=(ws(b,a.length),a.charCodeA… 472 function Yl(a){var b;b=0;while(0<=(b=a.indexOf('\\',b))){ws(b+1,a.length);a.charCodeAt(b+1)==36?(a=… 482 …ion 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;while(… 483 …,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}… 505 …dexOf(xt)+10;b=62;d=0;for(c=e;c<a.length;c+=1){ws(c,a.length);if(a.charCodeAt(c)==91){b=93;d=1;con… 507 function Ni(a,b,c){var d,e,f,g;ws(b,a.length);if(38==a.charCodeAt(b)){e=6;b+6>a.length&&(e=a.length… 513 …?(e.a=e.a.substr(0,0)):0>f&&(e.a+=$l(Pb(Vc,ht,5,-f,15,1)));c+=g}else{am(b,(ws(c,a.length),a.charCo… 540 …=0;while(c<e){b=(ws(c+3,a.length),a.charCodeAt(c+3)+(ws(c+2,a.length),31*(a.charCodeAt(c+2)+(ws(c+… [all …]
|
| /plugin/typography/ |
| D | README.md | 22 | `ws` | word-spacing | an additional space between words (in px, em, etc) |
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
| D | xlsx.js | 7374 function write_ws_xml_cols(ws, cols) { argument 7390 function write_ws_xml_cell(cell, ref, ws, opts, idx, wb) { argument 7526 function write_ws_xml_data(ws, opts, idx, wb) { argument 7527 var o = [], r = [], range = safe_decode_range(ws['!ref']), cell, ref, rr = "", cols = [], R, C; 7534 if(ws[ref] === undefined) continue; 7535 if((cell = write_ws_xml_cell(ws[ref], ref, ws, opts, idx, wb)) != null) r.push(cell); 7550 var ws = wb.Sheets[s]; 7551 if(ws === undefined) ws = {}; 7552 var ref = ws['!ref']; if(ref === undefined) ref = 'A1'; 7555 …if(ws['!cols'] !== undefined && ws['!cols'].length > 0) o[o.length] = (write_ws_xml_cols(ws, ws['!… [all …]
|
| /plugin/combo/ |
| H A D | yarn.lock | 512 ws "^8.18.0" 961 ws@^8.18.0: 963 resolved "https://registry.npmjs.org/ws/-/ws-8.18.2.tgz"
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | pdf.fpdf.php | 1079 var $ws; //word spacing variable in FPDF 1443 $w=$this->GetStringWidth($txt)+$this->ws*substr_count($txt,' '); 1460 $w=$this->GetStringWidth($txt)+$this->ws*substr_count($txt,' '); 1473 $w=$this->GetStringWidth($txt)+$this->ws*substr_count($txt,' '); 1655 $this->ws=0;
|
| /plugin/translation/ |
| D | deleted.files | 379 flags/more/ws.gif 481 flags/ws.gif
|
| /plugin/mantis/lib/ |
| D | changelog | 565 - nusoap_server: Per http://www.ws-i.org/Profiles/BasicProfile-1.1-2004-08-24.html R2735, rpc/liter… 566 - nusoap_client: Per http://www.ws-i.org/Profiles/BasicProfile-1.1-2004-08-24.html R2735, rpc/liter… 569 - nusoap_server: Per http://www.ws-i.org/Profiles/BasicProfile-1.1-2004-08-24.html R2735, rpc/liter… 570 - nusoap_client: Per http://www.ws-i.org/Profiles/BasicProfile-1.1-2004-08-24.html R2735, rpc/liter…
|
| /plugin/quickstats/GEOIP/vendor/geoip2/geoip2/ |
| D | CHANGELOG.md | 117 * `maxmind-ws/web-service-common` was renamed to `maxmind/web-service-common`.
|
| /plugin/statistics/ |
| D | deleted.files | 245 flags/ws.png 602 ico/flags/ws.png
|
| /plugin/amcharts/assets/amcharts/plugins/export/ |
| D | export.js | 2075 var ws = {}; 2109 ws[ cell_ref ] = cell; 2112 if ( range.s.c < 10000000 ) ws[ "!ref" ] = XLSX.utils.encode_range( range ); 2113 return ws;
|