Home
last modified time | relevance | path

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

12345

/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A 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);
H A 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/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudScheduler.php180 ],'resume' => [
181 'path' => 'v1/{+name}:resume',
H A DStoragetransfer.php289 ],'resume' => [
290 'path' => 'v1/{+name}:resume',
H A DCloudTasks.php205 ],'resume' => [
206 'path' => 'v2/{+name}:resume',
H A DOSConfig.php407 ],'resume' => [
408 'path' => 'v1/{+name}:resume',
H A DDatabaseMigrationService.php379 ],'resume' => [
380 'path' => 'v1/{+name}:resume',
H A DAuthorizedBuyersMarketplace.php408 ],'resume' => [
409 'path' => 'v1/{+name}:resume',
/plugin/layeranimation/
H A 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/snow/
H A Dsnowstorm.js302 this.resume = function() { method in snowStorm
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/
H A 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 …]
H A 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/
H A DAccountsFinalizedProposals.php102 …public function resume($accountId, $proposalId, ResumeProposalDealsRequest $postBody, $optParams =… function in Google\\Service\\AdExchangeBuyerII\\Resource\\AccountsFinalizedProposals
H A DAccountsProposals.php206 public function resume($accountId, $proposalId, ResumeProposalRequest $postBody, $optParams = []) function in Google\\Service\\AdExchangeBuyerII\\Resource\\AccountsProposals
/plugin/s5reloaded/ui/audio_support/
H A 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/
H A DCcrNamespace.asciidoc163 $params['name'] = (string) The name of the auto follow pattern to resume discovering new indices to follow.
176 $params['index'] = (string) The name of the follow index to resume following.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storagetransfer/Resource/
H A DTransferOperations.php131 public function resume($name, ResumeTransferOperationRequest $postBody, $optParams = []) function in Google\\Service\\Storagetransfer\\Resource\\TransferOperations
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Resource/
H A DBuyersFinalizedDeals.php146 public function resume($name, ResumeFinalizedDealRequest $postBody, $optParams = []) function in Google\\Service\\AuthorizedBuyersMarketplace\\Resource\\BuyersFinalizedDeals
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/Resource/
H A DProjectsPatchDeployments.php152 public function resume($name, ResumePatchDeploymentRequest $postBody, $optParams = []) function in Google\\Service\\OSConfig\\Resource\\ProjectsPatchDeployments
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/Resource/
H A DProjectsEvaluationJobs.php163 …public function resume($name, GoogleCloudDatalabelingV1beta1ResumeEvaluationJobRequest $postBody, … function in Google\\Service\\DataLabeling\\Resource\\ProjectsEvaluationJobs
/plugin/spellcheck/
H A Dscript.js191 ajax_spell.buttonObj.onclick = function(){ ajax_spell.resume(); return false; };
438 this.resume = function(){ method in ajax_spell_class
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudScheduler/Resource/
H A DProjectsLocationsJobs.php166 public function resume($name, ResumeJobRequest $postBody, $optParams = []) function in Google\\Service\\CloudScheduler\\Resource\\ProjectsLocationsJobs
/plugin/widearea/
H A DREADME.md11 author wishes to resume work on it, or someone else wishes to maintain it
/plugin/diagramsnet/lib/js/diagramly/
H A DGitHubClient.js589 var resume = this.ui.spinner.pause();
594 resume();
667 var resume = this.ui.spinner.pause();
671 resume();
675 resume();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTasks/Resource/
H A DProjectsLocationsQueues.php237 public function resume($name, ResumeQueueRequest $postBody, $optParams = []) function in Google\\Service\\CloudTasks\\Resource\\ProjectsLocationsQueues

12345