Home
last modified time | relevance | path

Searched refs:new (Results 1376 – 1400 of 1508) sorted by relevance

1...<<5152535455565758596061

/plugin/yuriigantt/3rd/dhtmlxgantt/locale/
H A Dlocale_it.js.map1 …\t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it …
H A Dlocale_ru.js.map1 …\t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it …
H A Dlocale_be.js.map1 …\t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it …
H A Dlocale_ca.js.map1 …\t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it …
H A Dlocale_jp.js.map1 …\t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it …
H A Dlocale_de.js.map1 …\t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it …
H A Dlocale_fr.js.map1 …\t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it …
H A Dlocale_nb.js.map1 …\t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it …
H A Dlocale_nl.js.map1 …\t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it …
H A Dlocale_no.js.map1 …\t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it …
H A Dlocale_pl.js.map1 …\t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it …
/plugin/pdfjs/pdfjs/web/locale/en-CA/
H A Dviewer.properties44 bookmark.title=Current view (copy or open in new window)
/plugin/jokuwiki/
H A DREADME.md107 Since the loading of a new content via PJAX will not trigger a onload event for the window, you sho…
/plugin/pdfjs/pdfjs/web/locale/en-GB/
H A Dviewer.properties44 bookmark.title=Current view (copy or open in new window)
/plugin/imagecarousel/vendor/slick/
H A DREADME.markdown157 This new syntax allows you to call any internal slick method as well:
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dreadme.md319 something new out of this plugin.
/plugin/codemirror/dist/modes/
H A Dperl.min.js.map1new","next","no","oct","open","opendir","ord","our","pack","package","pipe","pop","pos","print","p…
H A Dcrystal.min.js.map1new RegExp((end ? \"\" : \"^\") + \"(?:\" + words.join(\"|\") + \")\" + (end ? \"$\" : \"\\\\b\"))…
/plugin/bible/bible_douayRheims/
H A DHebrews.txt137 …the Lord: and I will perfect, unto the house of Israel and unto the house of Juda, a new testament:
142 …8:13. Now in saying a new, he hath made the former old. And that which decayeth and groweth old is…
157 …9:15. And therefore he is the mediator of the new testament: that by means of his death for the re…
190 …10:20. A new and living way which he hath dedicated for us through the veil, that is to say, his f…
273 …12:24. And to Jesus the mediator of the new testament, and to the sprinkling of blood which speake…
H A DCanticles.txt102 …7:13. The mandrakes give a smell. In our gates are all fruits: the new and the old, my beloved, I …
104 …: there thou shalt teach me, and I will give thee a cup of spiced wine and new wine of my pomegran…
H A DEsther.txt53 …all the provinces of thy kingdom, and separated one from another, that use new laws and ceremonies…
120 …ommanded that they should be destroyed in all the king's provinces, may be reversed by new letters.
125 … posts: who were to run through all the provinces, to prevent the former letters with new messages.
131 8:16. But to the Jews, a new light seemed to rise, joy, honour, and dancing.
199 …13:4. Told me that there was a people scattered through the whole world, which used new laws, and …
264 …16:13. For with certain new and unheard of devices he hath sought the destruction of Mardochai, by…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.faq.txt67 Q: Is there are way to determine the new height and width of the
331 Q: When I resize an animated GIF the new "smaller" version is
/plugin/mantis/lib/
H A Dchangelog113 - soapclient: call setContentType using new getHTTPContentType and getHTTPContentTypeCharset
261 - general: use new debug methods; never access debug_str directly
373 - soapclient: factor out new getProxyClassCode method
/plugin/xlsx2dw/packages/xlsx/
H A Dcpexcel.full.mjs1010 …Buffer_from = nbfs ? function(buf, enc) { return (enc) ? new Buffer(buf, enc) : new Buffer(buf); }…
1012 if(!Buffer.allocUnsafe) Buffer.allocUnsafe = function(n) { return new Buffer(n); };
1317 else throw new Error("bad ascii " + w);
1373 default: throw new Error("Unsupported magic: " + cp + " " + magic[cp]);
1375 else throw new Error("Unrecognized CP: " + cp);
1385 var len = data.length, out = new Array(len), s="", w=0, i=0, j=1, k=0, ww=0;
1395 …if(!s) throw new Error('Unrecognized code: ' + data[i] + ' ' + data[i+j-1] + ' ' + i + ' ' + j + '…
1495 default: throw new Error("Unsupported magic: " + cp + " " + magic[cp]);
1497 else throw new Error("Unrecognized CP: " + cp);
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md96 * `FEAT`: integrate new popup menu UI ([#1776](https://github.com/bpmn-io/bpmn-js/pull/1776))
353 * `FIX`: correct new parent indicator when leaving lane ([#1413](https://github.com/bpmn-io/bpmn-js…
489 * `FEAT`: generate more generic IDs for new elements ([`035bb0c1`](https://github.com/bpmn-io/bpmn-…
750 * `FEAT`: set isHorizontal=true for new and updated participant/lane DIs ([#934](https://github.com…

1...<<5152535455565758596061