/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/setup/ |
H A D | environment.js | 3 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 D | Proxy.php | 17 * @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 D | style.css | 48 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 D | plugin.info.txt | 1 base sync 7 url http://www.dokuwiki.org/plugin:sync
|
H A D | README | 1 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 D | DrawioFile.js | 208 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 D | OneDriveFile.js | 419 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 D | DriveFile.js | 259 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 D | P2PCollab.js | 114 if (file.sync != null) 116 …file.sync.p2pCatchup(msgData.data, msgData.from, msgData.to, msgData.id, file.getDescriptor(), fun…
|
/plugin/authnc/ |
H A D | Makefile | 1 all: sync-local 3 sync-local:
|
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/ |
H A D | sync.js | 156 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 D | model.js | 555 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 D | PageSqlParser.php | 438 $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( [all...] |
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/ |
H A D | BufferedTokenStream.php | 130 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 D | module.audio.dts.php | 56 $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 D | HomeGraphService.php | 102 ],'sync' => [ 103 'path' => 'v1/devices:sync',
|
H A D | CloudSourceRepositories.php | 188 ],'sync' => [ 189 'path' => 'v1/{+name}:sync',
|
/plugin/poldek/ |
H A D | helper.php | 39 public function sync($force = false) { function in helper_plugin_poldek 122 $this->sync();
|
H A D | action.php | 44 $helper->sync(true);
|
/plugin/freesync/lang/en/ |
H A D | intro.txt | 1 ====== Free sync wiki plugin ======
|
/plugin/combo/ |
H A D | browser-sync-start.bat | 1 browser-sync start -p http://localhost:81/ --files "*.js, *.css, *.php, *.html"
|
/plugin/s5reloaded/ui/effects_support/ |
H A D | effects.js | 103 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 D | file.js | 33 return _.transform(glob.sync(pattern), (result, filePath) => {
|
/plugin/codeprettify/code-prettify/src/ |
H A D | lang-dart.js | 54 [PR['PR_KEYWORD'], /^\b(?:assert|async|await|break|case|catch|continue|default|do|else|finally|for|if|in|is|new|return|super|switch|sync|this|throw|try|while)\b/i],
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/ |
H A D | ANTLRErrorStrategy.php | 78 * {@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
|