Home
last modified time | relevance | path

Searched refs:job (Results 1 – 25 of 69) sorted by path

123

/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/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/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/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
H A DJobResult.php30 public function setJob(Job $job) argument
32 $this->job = $job;
39 return $this->job;
H A DMatchingJob.php56 public function setJob(Job $job) argument
58 $this->job = $job;
65 return $this->job;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1CreateEvaluationJobRequest.php28 public function setJob(GoogleCloudDatalabelingV1beta1EvaluationJob $job) argument
30 $this->job = $job;
37 return $this->job;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DLaunchFlexTemplateResponse.php28 public function setJob(Job $job) argument
30 $this->job = $job;
37 return $this->job;
H A DLaunchTemplateResponse.php28 public function setJob(Job $job) argument
30 $this->job = $job;
37 return $this->job;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datapipelines/
H A DGoogleCloudDatapipelinesV1RunPipelineResponse.php28 public function setJob(GoogleCloudDatapipelinesV1Job $job) argument
30 $this->job = $job;
37 return $this->job;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DSubmitJobRequest.php32 public function setJob(Job $job) argument
34 $this->job = $job;
41 return $this->job;
/plugin/ckgdoku/ckeditor/
H A DLICENSE.md449 library does the same job as widely used non-free libraries. In this
/plugin/ckgedit/ckeditor/
H A DLICENSE.md449 library does the same job as widely used non-free libraries. In this
/plugin/codehighlight/cp/
H A Dlicense.txt93 library does the same job as widely used non-free libraries. In this
/plugin/codemirror/dist/modes/
H A Dmumps.min.js.map1job\",\"kill\",\"lock\",\"merge\",\"new\",\"open\", \"quit\", \"read\", \"set\", \"tcommit\", \"tr…
/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/combo/.travis/
H A D.travis.yml14 # https://config.travis-ci.com/ref/job/if/condition
/plugin/cronojob/pseudo-cron/
H A Dpseudo-cron-image.php350 function getLastScheduledRunTime($job) { argument
357 $this->parseElement($job[PC_DOW], $extjob[PC_DOW], 7);
408 function runJob($job) { argument
411 $lastActual = $job["lastActual"];
412 $lastScheduled = $job["lastScheduled"];
415 $this->logMessage("Running ".$job[PC_CRONLINE]);
424 $this->markLastRun($job[PC_CMD], $lastScheduled);
425 $this->logMessage(" Completed ".$job[PC_CRONLINE]);
444 $job = Array();
452 $jobs[$jobNumber] = $job;
[all …]
H A Dpseudo-cron.inc.php307 function getLastScheduledRunTime($job) { argument
314 $this->parseElement($job[PC_DOW], $extjob[PC_DOW], 7);
365 function runJob($job) { argument
368 $lastActual = $job["lastActual"];
369 $lastScheduled = $job["lastScheduled"];
372 $this->logMessage("Running ".$job[PC_CRONLINE]);
381 $this->markLastRun($job[PC_CMD], $lastScheduled);
382 $this->logMessage(" Completed ".$job[PC_CRONLINE]);
401 $job = Array();
409 $jobs[$jobNumber] = $job;
[all …]
/plugin/cronojob/
H A Dpseudocron.php145 function runJob($job) { argument
158 $lastActual = $job["lastActual"];
159 $lastScheduled = $job["lastScheduled"];
162 $this->logMessage("Running ".$job[PC_CRONLINE]);
171 $this->markLastRun($job[PC_CMD], $lastScheduled);
172 $this->logMessage(" Completed ".$job[PC_CRONLINE]);
179 $this->logMessage("Skipping ".$job[PC_CRONLINE]);
289 function getLastScheduledRunTime($job) { argument
351 $job = Array();
359 $jobs[$jobNumber] = $job;
[all …]
/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 …

123