Home
last modified time | relevance | path

Searched refs:pending (Results 51 – 75 of 85) sorted by path

1234

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1pending?\n timeout = 0, // is a timeout pending?\n interval = 0, // are any timers active?\n…
H A Deditor.worker.js.map1pending = [];\n globals.addEventListener('message', (e) => {\n if (e.data && e.d…
H A Djson.worker.js.map1pending = [];\n globals.addEventListener('message', (e) => {\n if (e.data && e.d…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1 …});\n}\n","var frame = 0, // is an animation frame pending?\n timeout = 0, // is a timeout pend…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dfutures.asciidoc82 resolves all pending requests and values). This allows patterns such as:
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md87 * Feature: Improve memory consumption for pending promises by using static internal callbacks without binding to self.
124 * Revert automatic cancellation of pending collection promises once the
149 * Fix `some()` not cancelling pending promises when too much input promises
H A DREADME.md90 A deferred represents an operation whose resolution is pending. It has separate
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DREADME.md139 * `hasUncommittedExceptions` to check whether they are pending exceptions or
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dnv.d3.min.css1 …x solid #999}.nvtooltip .footer{padding:3px;text-align:center}.nvtooltip-pending-removal{pointer-e…
/plugin/html2pdf/html2pdf/html2ps/
H A Ddefault.css522 content: pending(footnote);
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1 …ore{content:"\F318"}.mdi-lan-disconnect::before{content:"\F319"}.mdi-lan-pending::before{content:"…
/plugin/jmol2/jmol/
H A DCHANGES.txt1408 # new feature: measureCallback reports pending measurements as well as completed ones
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DConnectManager.as108 _aNC[i].client.pending = true;
214 _aNC[event.target.client.id].client.pending = true;
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1pending write request');\n assert(stream._writeRequests.length !== 0, 'writeRequests must not be …
H A Dpdf.worker.js.map1pending write request');\n assert(stream._writeRequests.length !== 0, 'writeRequests must not be …
/plugin/pdfjs/pdfjs/web/
H A Dviewer.css858 #findInput[data-status="pending"] {
863 html[dir='rtl'] #findInput[data-status="pending"] {
2136 #findInput[data-status="pending"] {
H A Dviewer.js.map1pending pan session is immediately stopped.\n */\n deactivate: function GrabToPan_deactivate() …
/plugin/processing/
H A Dscript.js11667 if (!curSketch.imageCache.pending && curSketch.fonts.pending()) {
12971 pending: 0, property in Processing.Sketch.imageCache
12977 owner.pending--;
12980 this.pending++;
13001 pending: function() { method in Processing.Sketch.fonts
/plugin/settingstree/
H A Dscript.js25 …s = $.extend({},opts), pluginname = opts.pluginname, token = opts.token, pending = false, path = '…
114 return (pending || $root.has('.input_area.changed, .protect_area.changed').length);
/plugin/structpublish/action/
H A Dmigration.php56 // check whether we have any pending migrations
57 $pending = range(($dbVersionStructpublish ?: 0) + 1, $latestVersion);
58 if (empty($pending)) {
65 foreach ($pending as $version) {
/plugin/structstatus/
H A Daction.php54 $pending = array_filter(array_map(function ($version) use ($dbVersionStruct) {
58 if (empty($pending)) {
69 foreach ($pending as $version) {

1234