Home
last modified time | relevance | path

Searched refs:noop (Results 1 – 25 of 126) sorted by relevance

123456

/plugin/asciidocjs/node_modules/neo-async/
Dasync.js14 var noop = function noop() {}; function
2378 if (value === noop) {
2829 func = noop;
2841 callback = once(callback || noop);
2893 callback = callback || noop;
2947 callback = callback || noop;
2999 callback = onlyOnce(callback || noop);
3085 callback = callback || noop;
3132 } else if (completed === started && iterator !== noop) {
3133 iterator = noop;
[all …]
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.menu.js42 create: $.noop, //
43 beforeOpen: $.noop, //
44 open: $.noop, //
45 focus: $.noop, //
46 select: $.noop, //
47 close: $.noop, //
Djquery.fancytree.edit.js316 beforeClose: $.noop, // Return false to prevent cancel/save (data.input is available)
317 beforeEdit: $.noop, // Return false to prevent edit mode
318 close: $.noop, // Editor was removed
319 edit: $.noop, // Editor was opened (available as data.input)
321 save: $.noop, // Save data.input.val() or return false to keep editor open
Djquery.fancytree.dnd5.js1056 dragDrag: $.noop, // Callback(sourceNode, data)
1057 dragEnd: $.noop, // Callback(sourceNode, data)
1060 dragOver: $.noop, // Callback(targetNode, data)
1061 dragExpand: $.noop, // Callback(targetNode, data), return false to prevent autoExpand
1062 dragDrop: $.noop, // Callback(targetNode, data)
1063 dragLeave: $.noop, // Callback(targetNode, data)
/plugin/asciidocjs/node_modules/promise/lib/
Dcore.js5 function noop() {} function
65 if (fn === noop) return;
70 Promise._61 = noop;
76 var res = new Promise(noop);
83 var res = new Promise(noop);
/plugin/asciidocjs/node_modules/promise/domains/
Dcore.js5 function noop() {} function
65 if (fn === noop) return;
70 Promise._61 = noop;
76 var res = new Promise(noop);
83 var res = new Promise(noop);
/plugin/asciidocjs/node_modules/promise/setimmediate/
Dcore.js5 function noop() {} function
65 if (fn === noop) return;
70 Promise._61 = noop;
76 var res = new Promise(noop);
83 var res = new Promise(noop);
/plugin/asciidocjs/node_modules/promise/src/
Dcore.js5 function noop() {} function
65 if (fn === noop) return;
70 Promise._noop = noop;
76 var res = new Promise(noop);
83 var res = new Promise(noop);
/plugin/asciidocjs/node_modules/lodash/
Dnoop.js13 function noop() { function
17 module.exports = noop;
D_getData.js2 noop = require('./noop'); variable
11 var getData = !metaMap ? noop : function(func) {
D_createSet.js2 noop = require('./noop'), variable
15 var createSet = !(Set && (1 / setToArray(new Set([,-0]))[1]) == INFINITY) ? noop : function(values)…
/plugin/stlviewer/
DREADME.md12 - noop: Disable rendering
13 - Example: ``noop=true`` to show only a link of the .stl file
27 …{my_model.stl?h=400&w=600&bgcolor=#cccccc&color=#eb984e&display=wireframe&noop=true|My model title…
/plugin/asciidocjs/node_modules/yargs/lib/platform-shims/
Dbrowser.mjs16 // noop.
19 // noop.
46 // exit is noop browser:
/plugin/indexmenu/scripts/contextmenu/
Djquery.ui-contextmenu.min.js3 …nuOptions:{},beforeOpen:a.noop,blur:a.noop,close:a.noop,create:a.noop,createMenu:a.noop,focus:a.no…
Djquery.ui-contextmenu.js53 beforeOpen: $.noop, // menu about to open; return `false` to prevent opening
54 blur: $.noop, // menu option lost focus
55 close: $.noop, // menu was closed
56 create: $.noop, // menu was initialized
57 createMenu: $.noop, // menu was initialized (original UI Menu)
58 focus: $.noop, // menu option got focus
59 open: $.noop, // menu was opened
60 select: $.noop // menu option was selected; return `false` to prevent closing
/plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/
Druntime.js10 exports.noop = noop;
167 noop: env.VM.noop,
290 if (options.fn && options.fn !== noop) {
321 function noop() { function
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/
Druntime.js9 exports.noop = noop;
184 noop: env.VM.noop,
307 if (options.fn && options.fn !== noop) {
338 function noop() { function
/plugin/json/script/
Dejs.min.js1noop(){}process.on=noop;process.addListener=noop;process.once=noop;process.off=noop;process.remove… function in anonymousFunction7144cb090100.anonymousFunction7144cb090200.anonymousObject7144cb090505.Item
/plugin/asciidocjs/node_modules/handlebars/lib/handlebars/
Druntime.js203 noop: env.VM.noop, property
379 if (options.fn && options.fn !== noop) {
409 export function noop() { function
/plugin/asciidocjs/node_modules/ejs/
Dejs.min.js1noop(){}process.on=noop;process.addListener=noop;process.once=noop;process.off=noop;process.remove… function in anonymousFunction1040cda50100.anonymousFunction1040cda50200.anonymousObject1040cda50505.Item
Dejs.js1667 function noop() {}
1669 process.on = noop;
1670 process.addListener = noop;
1671 process.once = noop;
1672 process.off = noop;
1673 process.removeListener = noop;
1674 process.removeAllListeners = noop;
1675 process.emit = noop;
1676 process.prependListener = noop;
1677 process.prependOnceListener = noop;
/plugin/asciidocjs/node_modules/y18n/build/
Dindex.cjs25 let cb = function () { }; // start with noop.
28 cb = cb || function () { }; // noop.
53 let cb = function () { }; // start with noop.
/plugin/asciidocjs/node_modules/clean-css/lib/options/
Doptimization-level.js35 transform: noop
65 function noop() {} function
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
Dcollections.js159 assert.deepEqual(_.map(null, _.noop), [], 'handles a null properly');
191 …assert.strictEqual(_.reduce(null, _.noop, 138), 138, 'handles a null (with initial value) properly…
192 assert.equal(_.reduce([], _.noop, void 0), void 0, 'undefined can be passed as a special case');
193 …assert.equal(_.reduce([_], _.noop), _, 'collection of length one with no initial value returns the…
194 …assert.equal(_.reduce([], _.noop), void 0, 'returns undefined when collection is empty and no init…
215 …assert.strictEqual(_.reduceRight(null, _.noop, 138), 138, 'handles a null (with initial value) pro…
216 …assert.equal(_.reduceRight([_], _.noop), _, 'collection of length one with no initial value return…
218 …assert.equal(_.reduceRight([], _.noop, void 0), void 0, 'undefined can be passed as a special case…
219 …assert.equal(_.reduceRight([], _.noop), void 0, 'returns undefined when collection is empty and no…
/plugin/asciidocjs/node_modules/uglify-js/lib/
Doutput.js224 } : noop;
236 } : noop;
260 } : noop;
379 } : noop;
392 } : noop;
450 } : noop;
595 prepend_comments: options.comments || options.shebang ? prepend_comments : noop,
596 append_comments : options.comments ? append_comments : noop,
1611 } : noop);
1632 } : noop);
[all …]

123456