Home
last modified time | relevance | path

Searched refs:cached (Results 101 – 125 of 140) sorted by last modified time

123456

/plugin/webcode/_test/data/pages/
H A Ddisplay.txt8 // cached
17 * The cached code blocked in the example below is written with this syntax.
20 console.log("A log from the cached block");
29 * We should not see the cached code block (Only the bullet point of the list)
32 console.log("A log from the cached block.");
38 …* In the result, we should see two log line (one from the cached block and one from the visible on…
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md180 * #729: Not all calls to `Sabre\DAV\Tree::getChildren()` were properly cached.
279 * #729: Not all calls to `Sabre\DAV\Tree::getChildren()` were properly cached.
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md33 * Parsing clark-notation is now cached. This can speed up parsing large
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt497 data to make binary-safe. Existing cached data must be
860 * Bugfix: LAME3.94+ presets cached incorrectly if multiple files
/plugin/codemirror/dist/
H A Dscripts.min.js.map1cached information and tries to re-estimate the\n // line's height.\n function updateLine(line, …
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1 …m equivalents.\n *\n * Finds a command based on the key (and cached keys if there is a…
/plugin/issuelinks/
H A Dpre-commit.hook.sh5 STAGED_FILES_CMD=`git diff --cached --name-only --diff-filter=ACMR HEAD | grep \\\\.php`
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1cached objects.\n releaseImageResources(data);\n }\n }\n this._objs = Object.cre…
H A Dpdf.worker.js30270 if (!arg.cached) {
30732 imgData.cached = !!cacheKey;
H A Dpdf.worker.js.map1cached chunks, if any, to chunked_stream via\n // pdf_manager.\n for (let i = 0; i <…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1 …\n if (evt && evt.source === window) {\n // Always reset the cached width when the vie…
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1cached by `XRegExp.cache`\n var regexCache = {};\n // Storage for pattern details cached by …
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_smart_rendering.js283 cached:{}, property in gantt._smart_render
286 if(!this.cached[cacheName])
288 var cached = this.cached[cacheName];
291 if(!cached){
292 cached = this.cached[cacheName] = {};
295 if(cached[id] === undefined){
296 cached[id] = payload(id);
299 return cached[id];
301 if(!cached){
302 cached = payload();
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1cached from whatever global is present so that test runners that stub it\n// don't break things. …
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_smart_rendering.js13cached:{},_takeFromCache:function(t,e,n){this.cached[n]||(this.cached[n]=null);var a=this.cached[n… property in gantt._smart_render
H A Ddhtmlxgantt_smart_rendering.js.map1cached","_takeFromCache","payload","cacheName","undefined","initCache","caches","method","calculat…
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1 …e{content:"\F0035"}.mdi-bus-stop-uncovered::before{content:"\F0036"}.mdi-cached::before{content:"\…
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst254 The cached reader will not re-evaluate each time an annotation is loaded from cache.
H A Dannotations.rst148 …You should never wrap the indexed reader inside a cached reader only the other way around. This wa…
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dconfiguration.rst42 filesystem checks to see whether the data that it has cached is still valid. These checks are usefu…
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md73 not correctly checking the freshness of cached annotations when
118 - [98: Enhancement/#65 remove cache salt from cached reader](https://github.com/doctrine/annotation…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst53 they won't be generated when templates are already cached.
363 // Compile cached file into bytecode cache
H A Dapi.rst308 * @param timestamp $time The last modification time of the cached template
313 The ``isFresh()`` method must return ``true`` if the current cached template
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG965 As for any new release, don't forget to remove all cached templates after
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md187 …r.com/ticket/13362): [Blink, WebKit] Fixed: Active widget element is not cached when it is losing …
864 …#!/api/CKEDITOR.dom.selection-method-getRanges) method does not override cached ranges when used w…

123456