Home
last modified time | relevance | path

Searched refs:resume (Results 1 – 25 of 134) sorted by relevance

123456

/plugin/asciidocjs/node_modules/babel-runtime/helpers/
DasyncGenerator.js37 resume(key, arg);
42 function resume(key, arg) { function in exports.AsyncGenerator
49 resume("next", arg);
51 resume("throw", arg);
85 resume(front.key, front.arg);
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
Dtheme-raphael.js34 var RaphaelTheme = function(diagram, options, resume) { argument
38 }), resume);
43 init: function(diagram, options, resume) { argument
60 resume(this);
162 var RaphaelHandTheme = function(diagram, options, resume) { argument
166 }), resume);
Dtheme-snap.js30 var SnapTheme = function(diagram, options, resume) { argument
37 this.init(diagram, options, resume);
42 init: function(diagram, options, resume) { argument
62 resume(that);
255 var SnapHandTheme = function(diagram, options, resume) { argument
262 this.init(diagram, options, resume);
/plugin/layeranimation/
DREADME.md6 …ng the animated area will resume the anmation. You can also click the pause/play button at the low…
8 …ayer to end its animation (if still in progress) and then stop until you resume it. The buttons al…
10 …ps to the layer and pauses the animation. Clicking the button again will resume the animation afte…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DCloudScheduler.php180 ],'resume' => [
181 'path' => 'v1/{+name}:resume',
DStoragetransfer.php289 ],'resume' => [
290 'path' => 'v1/{+name}:resume',
DCloudTasks.php205 ],'resume' => [
206 'path' => 'v2/{+name}:resume',
DOSConfig.php407 ],'resume' => [
408 'path' => 'v1/{+name}:resume',
DDatabaseMigrationService.php379 ],'resume' => [
380 'path' => 'v1/{+name}:resume',
/plugin/snow/
Dsnowstorm.js302 this.resume = function() { method
319 storm.resume();
338 storm.events.remove(document,'focusin',storm.resume);
341 storm.events.remove(window,'focus',storm.resume);
588 storm.events.add(document,'focusin',storm.resume);
591 storm.events.add(window,'focus',storm.resume);
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
Dsequence-diagram.js1301 var SnapTheme = function(diagram, options, resume) { argument
1308 this.init(diagram, options, resume);
1313 init: function(diagram, options, resume) { argument
1333 resume(that);
1526 var SnapHandTheme = function(diagram, options, resume) { argument
1533 this.init(diagram, options, resume);
1592 var RaphaelTheme = function(diagram, options, resume) { argument
1596 }), resume);
1601 init: function(diagram, options, resume) { argument
1618 resume(this);
[all …]
Dsequence-diagram-min.js6resume){_.defaults(options,{"css-class":"simple","font-size":16,"font-family":"Andale Mono, monosp… argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/Resource/
DAccountsFinalizedProposals.php102 …public function resume($accountId, $proposalId, ResumeProposalDealsRequest $postBody, $optParams =… function in Google\\Service\\AdExchangeBuyerII\\Resource\\AccountsFinalizedProposals
/plugin/s5reloaded/ui/audio_support/
Dsoundmanager2.js144 this.resume = function(sID) { method in SoundManager
146 self.sounds[sID].resume();
497 self.resume();
534 this.resume = function() { method in SMSound
551 self.resume();
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
DCcrNamespace.asciidoc163 $params['name'] = (string) The name of the auto follow pattern to resume discovering new indices to…
176 $params['index'] = (string) The name of the follow index to resume following.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storagetransfer/Resource/
DTransferOperations.php131 public function resume($name, ResumeTransferOperationRequest $postBody, $optParams = []) function in Google\\Service\\Storagetransfer\\Resource\\TransferOperations
/plugin/asciidocjs/node_modules/acorn/src/bin/
Dacorn.js57 process.stdin.resume()
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Resource/
DBuyersFinalizedDeals.php146 public function resume($name, ResumeFinalizedDealRequest $postBody, $optParams = []) function in Google\\Service\\AuthorizedBuyersMarketplace\\Resource\\BuyersFinalizedDeals
/plugin/asciidocjs/node_modules/acorn/bin/
Dacorn64 process.stdin.resume()
/plugin/asciidocjs/node_modules/with/node_modules/acorn/bin/
Dacorn62 process.stdin.resume()
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/Resource/
DProjectsEvaluationJobs.php163 …public function resume($name, GoogleCloudDatalabelingV1beta1ResumeEvaluationJobRequest $postBody, … function in Google\\Service\\DataLabeling\\Resource\\ProjectsEvaluationJobs
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/Resource/
DProjectsPatchDeployments.php152 public function resume($name, ResumePatchDeploymentRequest $postBody, $optParams = []) function in Google\\Service\\OSConfig\\Resource\\ProjectsPatchDeployments
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/bin/
Dacorn.js55 process.stdin.resume()
/plugin/spellcheck/
Dscript.js191 ajax_spell.buttonObj.onclick = function(){ ajax_spell.resume(); return false; };
438 this.resume = function(){ method
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudScheduler/Resource/
DProjectsLocationsJobs.php166 public function resume($name, ResumeJobRequest $postBody, $optParams = []) function in Google\\Service\\CloudScheduler\\Resource\\ProjectsLocationsJobs

123456