Home
last modified time | relevance | path

Searched refs:job (Results 26 – 50 of 69) sorted by last modified time

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DJobCancelResponse.php32 public function setJob(Job $job) argument
34 $this->job = $job;
41 return $this->job;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunV2Execution.php60 public $job; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Execution
241 public function setJob($job) argument
243 $this->job = $job;
250 return $this->job;
H A DGoogleCloudRunV2Task.php74 public $job; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Task
315 public function setJob($job) argument
317 $this->job = $job;
324 return $this->job;
/plugin/passpolicy/
H A Dwords.txt1874 job
/plugin/quickstats/
H A DHOW-TO34 this is simple enough to do with a cron job. geoPlugin, on the other hand, is
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D7.7.js.map1 …'into',\n 'inverse',\n 'inverted-date',\n 'is',\n 'iso',\n 'job',\n 'join',\n …
/plugin/abc2/abc-libraries/abc2svg/
H A Dabc2svg-1.js1732 function draw_note_ties(not1,job){var m,x1,x2,s,y,h,time,not2=not1.tie_n,p=job==2?not1.pit:not2.pit,dir=(not1.tie_ty&0x07)==C.SL_ABOVE?1:-1,s1=not1.s,st=s1.st,s2=not2.s,x2=s2.x,sh=not1.shhd argument
1742 if(job!=2){for(m=0;m<s2.nhd;m++)
1752 switch(job){case 0:p=(not1.pit&1)?not1.pit:not2.pit
1779 function draw_ties(k1,k2,job){var k3,i,j,not1,not3,time,pit,pit2,mhead3=[],nh1=k1.nhd argument
1780 if(job==2){for(i=0;i<=nh1;i++){not1=k1.notes[i]
1783 draw_note_ties(not1,job)
1792 draw_note_ties(not1,job)
1799 if(job!=1)
1800 job
1821 draw_ties_g(s1,s2,job) global() argument
[all...]
/plugin/codemirror/dist/modes/
H A Dmumps.min.js.map1job\",\"kill\",\"lock\",\"merge\",\"new\",\"open\", \"quit\", \"read\", \"set\", \"tcommit\", \"tr…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1job of rescaling the image, doing it gradually.\n let reducedWidth = canvas.width << MAX_NUM_SC…
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …y|ies)|(ICQ|Jabber|MSN) handle|person|people|company|department|icon image|job title|note|organiza…
/plugin/codeprettify/code-prettify/src/
H A Dnode_prettify.js622 var job = { class in appendDecorations
632 langHandler(job);
633 out.push.apply(out, job.decorations);
743 var decorate = function (job) { argument
744 var sourceCode = job.sourceCode, basePos = job.basePos;
745 var sourceNode = job.sourceNode;
831 job.decorations = decorations;
H A Dprettify.js670 var job = { class in appendDecorations
680 langHandler(job);
681 out.push.apply(out, job.decorations);
791 var decorate = function (job) { argument
792 var sourceCode = job.sourceCode, basePos = job.basePos;
793 var sourceNode = job.sourceNode;
879 job.decorations = decorations;
H A Drun_prettify.js899 var job = { class in prettyPrint.appendDecorations
909 langHandler(job);
910 out.push.apply(out, job.decorations);
1020 var decorate = function (job) { argument
1021 var sourceCode = job.sourceCode, basePos = job.basePos;
1022 var sourceNode = job.sourceNode;
1108 job.decorations = decorations;
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dcollection.js1591 var job = new Job(data, {parse: true});
1592 assert.equal(job.get('name'), 'JobName');
1593 assert.equal(job.items.at(0).get('name'), 'Sub1');
1594 assert.equal(job.items.length, 2);
1595 assert.equal(job.items.get(1).subItems.get(1).get('subName'), 'One');
1596 assert.equal(job.items.get(2).subItems.get(3).get('subName'), 'Three');
1597 job.set(job.parse(newData, {parse: true}));
1598 assert.equal(job.get('name'), 'NewJobName');
1599 assert.equal(job.items.at(0).get('name'), 'NewSub1');
1600 assert.equal(job.items.length, 2);
[all …]
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js692 }, this.job));
820 var job = queue.shift();
821 active.push(job);
822 _.delay(_.bind(job.start, job), ++count * 1000);
/plugin/sphinxsearch-was/
H A DINSTALL28 3. After indexer completes its job, run searchd, e.g.:
34 4. To have your search results up-to-date, setup a cron job to
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsBasicTests.yml191 job: Accountant
199 'job' => 'Accountant',
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/
H A DDefault.php29 * @param string $job
36 public function runJob($job, array $settings = []) argument
46 $job = $this->stdin;
49 return $this->runProcess($job, $settings);
65 * @param string $job
72 protected function runProcess($job, $settings) argument
108 if ($job) {
109 $this->process($pipes[0], $job);
193 * @param string $job
197 protected function process($pipe, $job) argument
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DPHP.php179 * @param string $job
185 …public function runTestJob($job, PHPUnit_Framework_Test $test, PHPUnit_Framework_TestResult $resul… argument
189 $_result = $this->runJob($job);
238 * @param string $job
245 abstract public function runJob($job, array $settings = []); argument
/plugin/ckgdoku/ckeditor/
H A DLICENSE.md449 library does the same job as widely used non-free libraries. In this
/plugin/fckg/fckeditor/
H A Dlicense.txt407 library does the same job as widely used non-free libraries. In this
/plugin/epnsmartlink/
H A DREADME.md11 …To make your job easier, Smart Links saves you an exorbitant amount of time with a simple copy and…
/plugin/jenkins/lang/en/
H A Dsettings.php4 $lang['jenkins.user'] = 'Enter the ID of a Jenkins User, with the right to view any job.';
/plugin/jenkins/
H A Dsyntax.php68 preg_match("/job *= *(['\"])(.*?)\\1/", $match, $job);
69 if (count($job) != 0) {
70 $data['job'] = $job[2];

123