Home
last modified time | relevance | path

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

12345

/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/setup/
H A Denvironment.js3 var sync = Backbone.sync; variable
25 Backbone.sync = function(method, model, options) { function
31 sync.apply(this, arguments);
37 Backbone.sync = sync;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A 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/
H A 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 {
H A Dplugin.info.txt1 base sync
7 url http://www.dokuwiki.org/plugin:sync
H A DREADME1 sync Plugin for DokuWiki
4 http://www.dokuwiki.org/plugin:sync
7 lib/plugins/sync/ - if the folder is called different it
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioFile.js208 if (this.sync != null)
471 if (this.sync != null)
570 var cid = (this.sync != null) ? '-client_' + this.sync.clientId : '-nosync';
590 ((this.sync != null) ? (((this.sync.enabled) ? ' enabled' : '') +
1219 if (this.sync == null)
1224 this.sync.start();
1779 if (this.sync != null)
2024 this.sync.fileSaving();
2315 if (this.sync != null)
2317 this.sync.destroy();
[all …]
H A 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);
H A DDriveFile.js259 if (this.sync != null)
263 this.sync.fileConflict(desc, mxUtils.bind(this, function()
428 if (this.sync != null)
430 this.sync.descriptorChanged(etag);
440 if (this.sync != null)
442 this.sync.descriptorChanged(etag);
H A DP2PCollab.js114 if (file.sync != null)
116 …file.sync.p2pCatchup(msgData.data, msgData.from, msgData.to, msgData.id, file.getDescriptor(), fun…
/plugin/authnc/
H A DMakefile1 all: sync-local
3 sync-local:
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A 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, {
H A Dmodel.js555 model.sync = function(method, m, options) { function
580 model.sync = function(method, m, options) {
598 model.sync = function(method, m, opts) {
616 model.sync = function(method, m, opts) {
631 model.sync = function(method, m, options) {
665 model.sync = function(method, m, options) {
698 sync: function(method, m, options) {
725 sync: function(method, m, options) {
755 sync: function(method, m, options) {
1011 model.sync = function() {};
[all …]
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlParser.php406 $this->errorHandler->sync($this);
416 $this->errorHandler->sync($this);
423 $this->errorHandler->sync($this);
499 $this->errorHandler->sync($this);
531 $this->errorHandler->sync($this);
539 $this->errorHandler->sync($this);
548 $this->errorHandler->sync($this);
583 $this->errorHandler->sync($this);
607 $this->errorHandler->sync($this);
613 $this->errorHandler->sync(
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DBufferedTokenStream.php130 if ($this->sync($this->index + 1)) {
143 public function sync(int $i) : bool function in Antlr\\Antlr4\\Runtime\\BufferedTokenStream
226 $this->sync($i);
265 $this->sync(0);
329 $this->sync($i);
343 $this->sync($i);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.dts.php56 $sync = substr($DTSheader, 0, 4);
57 if (($encoding = array_search($sync, self::$syncwords)) !== false) {
59 $info['dts']['raw']['magic'] = $sync;
71 …syncwords)).'" at offset '.$info['avdataoffset'].', found "'.getid3_lib::PrintHexBytes($sync).'"');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DHomeGraphService.php102 ],'sync' => [
103 'path' => 'v1/devices:sync',
H A DCloudSourceRepositories.php188 ],'sync' => [
189 'path' => 'v1/{+name}:sync',
/plugin/poldek/
H A Dhelper.php39 public function sync($force = false) { function in helper_plugin_poldek
122 $this->sync();
H A Daction.php44 $helper->sync(true);
/plugin/freesync/lang/en/
H A Dintro.txt1 ====== Free sync wiki plugin ======
/plugin/combo/
H A Dbrowser-sync-start.bat1 browser-sync start -p http://localhost:81/ --files "*.js, *.css, *.php, *.html"
/plugin/s5reloaded/ui/effects_support/
H A Deffects.js103 sync: false, // true for combining property in Effect.DefaultOptions
268 if (!this.options.sync)
291 if (!this.options.sync)
573 { sync: true, scaleFromCenter: true, scaleContent: true, restoreAfterFinish: true }),
574 new Effect.Opacity(element, { sync: true, to: 0.0 } ) ],
648 [ new Effect.Move(element, {x: 0, y: 100, sync: true }),
649 new Effect.Opacity(element, { sync: true, to: 0.0 }) ],
822 …new Effect.Move(effect.element, { x: moveX, y: moveY, sync: true, transition: options.moveTransiti…
880 …[ new Effect.Opacity(element, { sync: true, to: 0.0, from: 1.0, transition: options.opacityTransit…
882 … new Effect.Move(element, { x: moveX, y: moveY, sync: true, transition: options.moveTransition })
[all …]
/plugin/sequencediagram/bower_components/lodash/lib/common/
H A Dfile.js33 return _.transform(glob.sync(pattern), (result, filePath) => {
/plugin/codeprettify/code-prettify/src/
H A Dlang-dart.js54 …tch|continue|default|do|else|finally|for|if|in|is|new|return|super|switch|sync|this|throw|try|whil…
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DANTLRErrorStrategy.php78 * {@see ANTLRErrorStrategy::sync()} after entering the decision state
81 * For an implementation based on Jim Idle's "magic sync" mechanism, see
82 * {@see DefaultErrorStrategy::sync()}.
90 * @see DefaultErrorStrategy::sync()
92 public function sync(Parser $recognizer) : void; function

12345