Home
last modified time | relevance | path

Searched refs:sync (Results 1 – 25 of 161) sorted by relevance

1234567

/plugin/asciidocjs/node_modules/resolve/test/
Dresolver_sync.js6 var sync = require('../sync'); variable
12 t.equal(resolve.sync, sync, '`./sync` entry point is the same as `.sync` on `main`');
20 resolve.sync('./foo', { basedir: dir }),
26 resolve.sync('./foo', { basedir: dir }),
33 resolve.sync('./foo.js', { basedir: dir }),
39 resolve.sync('./foo.js', { basedir: dir }),
46 resolve.sync('./foo.js', { basedir: dir, filename: path.join(dir, 'bar.js') }),
51 resolve.sync('foo', { basedir: dir });
57 resolve.sync('foo', { basedir: dir, filename: path.join(dir, 'bar.js') });
74 resolve.sync('foo', { basedir: basedir }),
[all …]
Dmock_sync.js33 resolve.sync('./baz', opts('/foo/bar')),
38 resolve.sync('./baz.js', opts('/foo/bar')),
43 resolve.sync('baz', opts('/foo/bar'));
47 resolve.sync('../baz', opts('/foo/bar'));
83 resolve.sync('bar', opts('/foo')),
132 resolve.sync('./baz', opts('/foo/bar')),
137 resolve.sync('./baz.js', opts('/foo/bar')),
177 resolve.sync('bar', opts('/foo')),
197 resolve.sync('bar', options),
208 function () { resolve.sync('bar', options); },
Dhome_paths_sync.js27 rimraf.sync(dir);
65 copyDir.sync(path.join(__dirname, 'resolver/baz'), bazHNMDir);
66 copyDir.sync(path.join(__dirname, 'resolver/dot_main'), dotMainDir);
79 copyDir.sync(path.join(__dirname, 'resolver/baz'), bazHNLDir);
83 copyDir.sync(path.join(__dirname, 'resolver/dot_slash_main'), dotSlashMainDir);
Dhome_paths.js27 rimraf.sync(dir);
65 copyDir.sync(path.join(__dirname, 'resolver/baz'), bazHNMDir);
66 copyDir.sync(path.join(__dirname, 'resolver/dot_main'), dotMainDir);
82 copyDir.sync(path.join(__dirname, 'resolver/baz'), bazHNLDir);
87 copyDir.sync(path.join(__dirname, 'resolver/dot_slash_main'), dotSlashMainDir);
Dshadowed_core.js17 var res = resolve.sync('util', { basedir: path.join(__dirname, 'shadowed_core') });
34 var res = resolve.sync('util/', { basedir: path.join(__dirname, 'shadowed_core') });
51 …var res = resolve.sync('util', { basedir: path.join(__dirname, 'shadowed_core'), includeCoreModule…
Dpathfilter.js27 var res = resolve.sync('deep/ref', { basedir: resolverDir });
45 var res = resolve.sync(
57 var res = resolve.sync(
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/setup/
Denvironment.js3 var sync = Backbone.sync;
25 Backbone.sync = function(method, model, options) { function
31 sync.apply(this, arguments);
37 Backbone.sync = sync;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
DProxy.php17 * @param callable $sync Handler used for synchronous responses.
23 callable $sync argument
25 return function (RequestInterface $request, array $options) use ($default, $sync) {
28 : $sync($request, $options);
/plugin/sync/
Dstyle.css48 div.dokuwiki ul.sync li.skipped {
52 div.dokuwiki ul.sync li.del_okay {
56 div.dokuwiki ul.sync li.del_fail {
60 div.dokuwiki ul.sync li.push_okay {
64 div.dokuwiki ul.sync li.push_fail {
68 div.dokuwiki ul.sync li.pull_okay {
72 div.dokuwiki ul.sync li.pull_fail {
Dplugin.info.txt1 base sync
7 url http://www.dokuwiki.org/plugin:sync
DREADME1 sync Plugin for DokuWiki
4 http://www.dokuwiki.org/plugin:sync
7 lib/plugins/sync/ - if the folder is called different it
/plugin/asciidocjs/node_modules/resolve/test/resolver/multirepo/packages/package-a/
Dindex.js18 assert.equal(resolve.sync('jquery', { basedir: basedir, preserveSymlinks: false }), expected);
19 assert.equal(resolve.sync('../../node_modules/jquery', { basedir: basedir, preserveSymlinks: false …
32 assert.equal(resolve.sync('jquery', { basedir: basedir, preserveSymlinks: true }), expected);
33 assert.equal(resolve.sync('../../../../../node_modules/jquery', { basedir: basedir, preserveSymlink…
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DMatrixClient.php133 $this->sync();
171 $this->sync();
176 public function login(string $username, string $password, bool $sync = true, argument
188 return $this->finalizeLogin($response, $sync, $limit);
196 * @param bool $sync Indicator whether to sync.
203 …public function jwtLogin(string $token, bool $refreshToken = false, bool $sync = true, int $limit … argument
212 return $this->finalizeLogin($response, $sync, $limit);
219 * @param bool $sync Sync flag.
227 protected function finalizeLogin(array $response, bool $sync, int $limit): string { argument
240 if ($sync) {
[all …]
/plugin/asciidocjs/node_modules/neo-async/
Dasync.js3001 var sync = false;
3068 } else if (sync) {
3071 sync = true;
3074 sync = false;
3087 var sync = false;
3185 } else if (sync) {
3188 sync = true;
3191 sync = false;
3286 var sync = false;
3340 } else if (sync) {
[all …]
/plugin/asciidocjs/node_modules/a-sync-waterfall/
DREADME.md1 # a-sync-waterfall
3 Simple, isolated sync/async waterfall module for JavaScript.
13 * Just include a-sync-waterfall before your scripts.
14 * `npm install a-sync-waterfall` if you’re using node.js.
26 * **forceAsync** An optional flag that force tasks run asynchronously even if they are sync.
31 var waterfall = require('a-sync-waterfall');
38 var waterfall = require('a-sync-waterfall');
95 [MIT](https://raw.github.com/hydiak/a-sync-waterfall/master/LICENSE)
/plugin/asciidocjs/node_modules/escalade/
Dreadme.md36 #### "sync"
39 …ility:** [CommonJS](https://unpkg.com/escalade/sync/index.js), [ES Module](https://unpkg.com/escal…
118 > **Note:** To run the above example with "sync" mode, import from `escalade/sync` and remove the `…
129 > **Important:**<br>The `sync` and `async` versions share the same API.<br>The **only** difference …
165 escalade/sync 0.309ms
170 find-up.sync x 3,663 ops/sec ±1.12% (83 runs sampled)
171 escalade/sync x 9,360 ops/sec ±0.62% (88 runs sampled)
176 find-up.sync x 1,707 ops/sec ± 0.58% (91 runs sampled)
177 escalade/sync x 4,667 ops/sec ± 0.68% (94 runs sampled)
182 find-up.sync x 1,037 ops/sec ± 2.86% (88 runs sampled)
[all …]
/plugin/diagramsnet/lib/js/diagramly/
DDrawioFile.js208 if (this.sync != null)
210 this.sync.fileChanged(success, error);
471 if (this.sync != null)
473 this.sync.updateOnlineState();
533 'user_' + uid + ((this.sync != null) ?
534 '-client_' + this.sync.clientId : '-nosync'));
540 action: functionName, label: 'user_' + uid + ((this.sync != null) ?
541 '-client_' + this.sync.clientId : '-nosync')});
570 var cid = (this.sync != null) ? '-client_' + this.sync.clientId : '-nosync';
590 ((this.sync != null) ? (((this.sync.enabled) ? ' enabled' : '') +
[all …]
DOneDriveFile.js419 if (this.sync != null)
423 this.sync.fileConflict(null, mxUtils.bind(this, function()
531 if (this.sync != null)
533 this.sync.descriptorChanged(etag);
543 if (this.sync != null)
545 this.sync.descriptorChanged(etag);
/plugin/asciidocjs/node_modules/async/
DensureAsync.js55 var sync = true;
57 if (sync) {
64 sync = false;
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Handler/
DProxy.php25 public static function wrapSync(callable $default, callable $sync): callable argument
27 …return static function (RequestInterface $request, array $options) use ($default, $sync): PromiseI…
28 …($options[RequestOptions::SYNCHRONOUS]) ? $default($request, $options) : $sync($request, $options);
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
Dsync.js156 Backbone.sync('create', model);
166 Backbone.sync('create', model);
173 Backbone.sync('read', model, {
185 model.sync('create', model);
189 model.sync('create', model);
199 model.sync('create', model);
203 model.sync('create', model);
218 model.sync('delete', model, {
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlParser.php438 $this->errorHandler->sync($this);
448 $this->errorHandler->sync($this);
455 $this->errorHandler->sync($this);
531 $this->errorHandler->sync($this);
541 $this->errorHandler->sync($this);
582 $this->errorHandler->sync($this);
590 $this->errorHandler->sync($this);
599 $this->errorHandler->sync($this);
634 $this->errorHandler->sync($this);
658 $this->errorHandler->sync($this);
[all …]
/plugin/authnc/
DMakefile1 all: sync-local
3 sync-local:
/plugin/asciidocjs/node_modules/resolve/test/resolver/nested_symlinks/mylib/
Dsync.js2 var b = require('resolve').sync('buffer/', { preserveSymlinks: true }).replace(process.cwd(), '$CWD…
3 var c = require('resolve').sync('buffer/', { preserveSymlinks: false }).replace(process.cwd(), '$CW…
/plugin/asciidocjs/node_modules/promise/
Dbuild.js44 rimraf.sync(__dirname + '/lib/');
52 rimraf.sync(__dirname + '/domains/');
61 rimraf.sync(__dirname + '/setimmediate/');

1234567