Home
last modified time | relevance | path

Searched refs:ww (Results 1 – 25 of 30) sorted by relevance

12

/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
DspellChecker.js370 var ww = this.wordWin;
373 if( this.currentWordIndex == ww.totalWords( this.currentTextIndex) ) {
397 var evalText = ww.getTextVal( this.currentTextIndex, this.currentWordIndex );
400 ww.setFocus( this.currentTextIndex, this.currentWordIndex );
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
DspellChecker.js370 var ww = this.wordWin;
373 if( this.currentWordIndex == ww.totalWords( this.currentTextIndex) ) {
397 var evalText = ww.getTextVal( this.currentTextIndex, this.currentWordIndex );
400 ww.setFocus( this.currentTextIndex, this.currentWordIndex );
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
DspellChecker.js382 var ww = this.wordWin;
385 if( this.currentWordIndex == ww.totalWords( this.currentTextIndex) ) {
409 var evalText = ww.getTextVal( this.currentTextIndex, this.currentWordIndex );
412 ww.setFocus( this.currentTextIndex, this.currentWordIndex );
/plugin/improg/
Dplugin.info.txt5 email w.wolf@ww-a.de
DREADME5 * @author Wolf <w.wolf@ww-a.de> / Taggic <taggic@t-online.de>
/plugin/xlsx2dw/packages/xlsx/
Dcpexcel.full.mjs1166 var len = data.length, w = 0, ww = 0;
1178 w -= 65536; ww = 0xD800 + ((w>>10)&1023); w = 0xDC00 + (w&1023);
1179 mdb[k++] = ww&255; mdb[k++] = ww>>>8; mdb[k++] = w&255; mdb[k++] = (w>>>8)&255;
1194 var len = data.length, w = 0, ww = 0, j = 0;
1205ww = (direct /*::&& typeof data === "string" */? data.charCodeAt(i) : data[i].charCodeAt(0)) - 0xD…
1206 mdb[j++] = 240 + ((ww>>>18) & 0x07);
1207 mdb[j++] = 144 + ((ww>>>12) & 0x3F);
1208 mdb[j++] = 128 + ((ww>>>6) & 0x3F);
1209 mdb[j++] = 128 + (ww & 0x3F);
1279 var out = has_buf ? Buffer.allocUnsafe(4*len) : [], w=0, i=0, j = 0, ww=0;
[all …]
Dxlsx.mjs3727 var out = new_raw_buf(2*data.length), w, i, j = 1, k = 0, ww=0, c;
3735 w -= 65536; ww = 0xD800 + ((w>>>10)&1023); w = 0xDC00 + (w&1023);
3737 if(ww !== 0) { out[k++] = ww&255; out[k++] = ww>>>8; ww = 0; }
7760 var ww = l7 ? 32 : 11;
7763 …fined" ? $cptable.utils.decode(current_cp, d.slice(d.l, d.l+ww)) : a2s(d.slice(d.l, d.l + ww))).re…
7764 d.l += ww;
25474 var ww = write_theme(wb.Themes, opts);
25475 zip_add_file(zip, f, ww);
/plugin/farm/install/animaltemplate/conf/
Dinterwiki.conf45 CLiki http://ww.telent.net/cliki/
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
Dxlsx.min.js3ww=0,c;for(i=0;i<data.length;i+=j){j=1;if((c=data.charCodeAt(i))<128)w=c;else if(c<224){w=(c&31)*6…
Dxlsx.js1425 var out = new Buffer(2*data.length), w, i, j = 1, k = 0, ww=0, c;
1433 w -= 65536; ww = 0xD800 + ((w>>>10)&1023); w = 0xDC00 + (w&1023);
1435 if(ww !== 0) { out[k++] = ww&255; out[k++] = ww>>>8; ww = 0; }
/plugin/metaeditor/
Djstree.js6210 dw = false, ww = false,
6241 dw = d.width(); ww = w.width();
6245 …if(dw > ww && e.pageX - dl < $.vakata.dnd.settings.scroll_proximity) { vakata_dnd.scroll_l = -1; }
6246 …if(dw > ww && ww - (e.pageX - dl) < $.vakata.dnd.settings.scroll_proximity) { vakata_dnd.scroll_l …
/plugin/diagramsnet/lib/js/diagramly/
DDialogs.js2529 var ww = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;
2530 var smallScreen = ww < 500;
3157 var ww = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;
3161 editorUi.sidebar.createTooltip(elt, cells, Math.min(ww - 80, 1000), Math.min(wh - 80, 800),
10209 var ww = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;
10213 editorUi.sidebar.createTooltip(elt, cells, Math.min(ww - 80, 1000), Math.min(wh - 80, 800),
/plugin/sequencediagram/bower_components/raphael/
Dyarn.lock1911 integrity sha1-n26xgvbJqozXQwBKfU+WsZaw+ww=
/plugin/abc2/abc-libraries/abc2svg/
Dabc2svg-1.js6922 …ze,lineskip=sz*cfmt.lineskipfac,parskip=sz*cfmt.parskipfac,i,j,x,words,w,k,ww,str;switch(action){d…
6949 for(j=0;j<words.length;j++){ww=strwh(words[j])[0];w+=ww
6953 k=j;w=ww}
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php4687 $ww = $this->jSWord;
4710 $ww = 1 - (($cs * ($ncx )) / $w);
4713 $ws = ($w * ($ww) ) / $ns;
4718 $ww = 1 - (($cs * ($ncx - $ns)) / $w);
4721 $ws = (($w * ($ww) ) / $ns) - $charspacing;
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-viewer.production.min.js13ww=Object.prototype.toString;function Qt(n){return new Xn(n)}function Xn(n){if(!n||!n.nodeType)thr…
H A Ddmn-modeler.production.min.js1940ww(n,e){let t=e.injector.get("viewer"),{name:i}=t.getRootElement();return y(1,"div","element-prope… function
/plugin/ckeditor5markdown/
H A Dckeditor.js2 …r ww=o(5484),_w={};_w.setAttributes=po(),_w.insert=fo().bind(null,"head"),_w.domAPI=ho(),_w.insert…
/plugin/vegalite/
H A Dvega.min.js1ww,kw,Mw,Aw,Ew,Dw,Cw,Fw,Sw,$w,Tw,Bw,Nw,zw,Ow={point:Rw,lineStart:Uw,lineEnd:qw,polygonStart:functi…
/plugin/dirtylittlehelper/script/
Dmermaid.min.js1ww(){return this.__zoom||vw}function Ew(){return-ce.deltaY*(1===ce.deltaMode?.05:ce.deltaMode?1:.0…
/plugin/diagramsnet/lib/js/mermaid/
Dmermaid.min.js6ww(){return this.__zoom||vw}function Ew(){return-ce.deltaY*(1===ce.deltaMode?.05:ce.deltaMode?1:.0…
/plugin/flowcharts/
Dmermaid.min.js1ww);return hw(t).sort((function(t,n){return e[t]-e[n]}))};function ww(t){for(var e,n=0,r=-1,i=t.le…
/plugin/mermaid/
H A Dmermaid.min.js393ww(e,t,r,i,n,a,s){var l=e-r,u=t-i,h=(s?a:-a)/pp(l*l+u*u),d=h*u,f=-h*l,p=e+d,m=t+f,g=r+d,y=i+f,v=(p… function
1415 …eturn a.isoWeekYear();case"wo":return s.ordinal(a.week(),"W");case"w":case"ww":return l.s(a.week()…
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js2ww=/&#(\d+);|&#x([0-9a-f]+);|&(\w+);/ig,Oa={amp:"&",apos:"'",gt:">",lt:"<",quot:'"'};Object.keys(O…
/plugin/diagramsnet/lib/js/
Dextensions.min.js1705ww(){return this.__zoom||vw}function Ew(){return-ce.deltaY*(1===ce.deltaMode?.05:ce.deltaMode?1:.0…

12