Home
last modified time | relevance | path

Searched defs:cb (Results 1 – 25 of 83) sorted by relevance

1234

/plugin/asciidocjs/node_modules/resolve/test/
Dmock.js17 isFile: function (file, cb) { argument
20 isDirectory: function (dir, cb) { argument
23 readFile: function (file, cb) { argument
26 realpath: function (file, cb) { argument
67 isFile: function (file, cb) { argument
70 isDirectory: function (dir, cb) { argument
74 readFile: function (file, cb) { argument
77 realpath: function (file, cb) { argument
122 isFile: function (file, cb) { argument
125 isDirectory: function (dir, cb) { argument
[all …]
Dhome_paths_sync.js21 function makeDir(t, dir, cb) { argument
34 function makeTempDir(t, dir, cb) { argument
Dhome_paths.js21 function makeDir(t, dir, cb) { argument
34 function makeTempDir(t, dir, cb) { argument
/plugin/webdav/vendor/sabre/event/lib/Loop/
Dfunctions.php12 function setTimeout(callable $cb, $timeout) {
28 function setInterval(callable $cb, $timeout) {
52 function nextTick(callable $cb) {
72 function addReadStream($stream, callable $cb) {
91 function addWriteStream($stream, callable $cb) {
DLoop.php27 function setTimeout(callable $cb, $timeout) {
71 function setInterval(callable $cb, $timeout) {
112 function nextTick(callable $cb) {
132 function addReadStream($stream, callable $cb) {
152 function addWriteStream($stream, callable $cb) {
/plugin/asciidocjs/node_modules/glob/
Dglob.js62 function glob (pattern, options, cb) { argument
117 function Glob (pattern, options, cb) { argument
217 Glob.prototype._realpathSet = function (index, cb) { argument
295 Glob.prototype._process = function (pattern, index, inGlobStar, cb) { argument
368 Glob.prototype._processReaddir = function (prefix, read, abs, remain, index, inGlobStar, cb) { argument
375 …prototype._processReaddir2 = function (prefix, read, abs, remain, index, inGlobStar, entries, cb) { argument
492 Glob.prototype._readdirInGlobStar = function (abs, cb) { argument
525 Glob.prototype._readdir = function (abs, inGlobStar, cb) { argument
550 function readdirCb (self, abs, cb) { argument
559 Glob.prototype._readdirEntries = function (abs, entries, cb) { argument
[all …]
/plugin/asciidocjs/node_modules/resolve/lib/
Dasync.js19 var defaultIsFile = function isFile(file, cb) { argument
29 var defaultIsDir = function isDirectory(dir, cb) { argument
39 var defaultRealpath = function realpath(x, cb) { argument
46 var maybeRealpath = function maybeRealpath(realpath, x, opts, cb) { argument
54 var defaultReadPackage = function defaultReadPackage(readFile, pkgfile, cb) { argument
216 function loadpkg(dir, cb) { argument
298 function processDirs(cb, dirs) { argument
322 function loadNodeModules(x, start, cb) { argument
/plugin/asciidocjs/node_modules/jstransformer/
Dindex.js40 function normalizeFnAsync(result, cb) { argument
67 function normalizeAsync(result, cb) { argument
160 Transformer.prototype.compileAsync = function (str, options, cb) { argument
186 Transformer.prototype.compileFileAsync = function (filename, options, cb) { argument
222 Transformer.prototype.compileClientAsync = function (str, options, cb) { argument
252 Transformer.prototype.compileFileClientAsync = function (filename, options, cb) { argument
296 Transformer.prototype.renderAsync = function (str, options, locals, cb) { argument
334 Transformer.prototype.renderFileAsync = function (filename, options, locals, cb) { argument
/plugin/asciidocjs/node_modules/y18n/build/lib/
Dindex.js19 let cb = function () { }; // start with noop. function
34 cb property
47 let cb = function () { }; // start with noop. function
69 cb property
/plugin/asciidocjs/node_modules/nunjucks/src/
Dweb-loaders.js34 _proto.getSource = function getSource(name, cb) { argument
65 _proto.fetch = function fetch(url, cb) { argument
Denvironment.js26 function callbackAsap(cb, err, res) { argument
190 _proto.getTemplate = function getTemplate(name, eagerCompile, parentName, ignoreMissing, cb) { argument
284 _proto.render = function render(name, ctx, cb) { argument
306 _proto.renderString = function renderString(src, ctx, opts, cb) { argument
365 _proto2.getSuper = function getSuper(env, name, block, frame, runtime, cb) { argument
422 _proto3.render = function render(ctx, parentFrame, cb) { argument
482 _proto3.getExported = function getExported(ctx, parentFrame, cb) { argument
Dexpress-app.js17 NunjucksView.prototype.render = function render(opts, cb) { argument
/plugin/asciidocjs/node_modules/fs.realpath/
Dold.js65 function maybeCallback(cb) { argument
183 exports.realpath = function realpath(p, cache, cb) { argument
Dindex.js24 function realpath (p, cache, cb) { argument
/plugin/asciidocjs/node_modules/a-sync-waterfall/
Dtest.js6 return function(cb){ argument
16 return function(cb){ argument
/plugin/asciidocjs/node_modules/resolve/test/resolver/without_basedir/
Dmain.js3 module.exports = function (t, cb) { argument
/plugin/asciidocjs/node_modules/wrappy/
Dwrappy.js7 function wrappy (fn, cb) { argument
/plugin/asciidocjs/node_modules/inflight/
Dinflight.js7 function inflight (key, cb) { argument
/plugin/linkmanager/
Dscript.js108 togglekeepopen: function(event,cb){ argument
123 togglehide: function(event,cb){ argument
/plugin/asciidocjs/node_modules/async/
Dretryable.js68 function taskFn(cb) { argument
/plugin/cachestats/
H A DFileStatistics.php42 public function collect(?callable $cb = null): array
/plugin/syntaxhighlightjs/
Dgulpfile.js42 gulp.task('compile-highlightjs', function (cb) { argument
/plugin/snippets/
Dscript.js177 togglekeepopen: function(cb){ argument
187 toggleupdate: function(cb){ argument
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DRoom.php334 public function addListener(callable $cb, ?string $eventType = null) {
363 public function addEphemeralListener(callable $cb, ?string $eventType = null) {
391 public function addStateListener(callable $cb, ?string $eventType = null) {
/plugin/recommend/
Dscript.js77 source: function (request, cb) { argument

1234