/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/ |
H A D | Default.php | 29 * @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/cronojob/pseudo-cron/ |
H A D | pseudo-cron.inc.php | 307 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 …]
|
H A D | pseudo-cron-image.php | 350 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 …]
|
/plugin/cronojob/ |
H A D | pseudocron.php | 145 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/authgooglesheets/vendor/google/apiclient-services/src/Datapipelines/ |
H A D | GoogleCloudDatapipelinesV1RunPipelineResponse.php | 28 public function setJob(GoogleCloudDatapipelinesV1Job $job) argument 30 $this->job = $job; 37 return $this->job;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/ |
H A D | GoogleCloudDatalabelingV1beta1CreateEvaluationJobRequest.php | 28 public function setJob(GoogleCloudDatalabelingV1beta1EvaluationJob $job) argument 30 $this->job = $job; 37 return $this->job;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/ |
H A D | LaunchFlexTemplateResponse.php | 28 public function setJob(Job $job) argument 30 $this->job = $job; 37 return $this->job;
|
H A D | LaunchTemplateResponse.php | 28 public function setJob(Job $job) argument 30 $this->job = $job; 37 return $this->job;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/ |
H A D | SubmitJobRequest.php | 32 public function setJob(Job $job) argument 34 $this->job = $job; 41 return $this->job;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/ |
H A D | JobCancelResponse.php | 32 public function setJob(Job $job) argument 34 $this->job = $job; 41 return $this->job;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/ |
H A D | JobResult.php | 30 public function setJob(Job $job) argument 32 $this->job = $job; 39 return $this->job;
|
H A D | MatchingJob.php | 56 public function setJob(Job $job) argument 58 $this->job = $job; 65 return $this->job;
|
/plugin/jenkins/ |
H A D | README.md | 12 In future versions, it will allow you to trigger a job from Dokuwiki. 27 * **jenkins.user**: Enter the ID of a Jenkins user, with the right to view any job.. 35 <jenkins job="JOB_NAME" /> 38 If you job is in a folder, please use it as follow: 41 <jenkins job="FOLDER/JOB_NAME" /> 44 By default, jenkins plugin display the last build of your job. If you want to display a specific bu… 47 <jenkins job="FOLDER/JOB_NAME" build="459"/>
|
H A D | syntax.php | 68 preg_match("/job *= *(['\"])(.*?)\\1/", $match, $job); 69 if (count($job) != 0) { 70 $data['job'] = $job[2];
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/ |
H A D | GoogleCloudRunV2Execution.php | 60 public $job; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Execution 241 public function setJob($job) argument 243 $this->job = $job; 250 return $this->job;
|
H A D | GoogleCloudRunV2Task.php | 74 public $job; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Task 315 public function setJob($job) argument 317 $this->job = $job; 324 return $this->job;
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/ |
H A D | RollupNamespace.asciidoc | 40 $params['id'] = (string) The ID of the job to delete 54 $params['id'] = (string) The ID of the job(s) to fetch. Accepts glob patterns, or left blank for all jobs 96 $params['id'] = (string) The ID of the job to create 97 $params['body'] = (array) The job configuration (Required) 144 $params['id'] = (string) The ID of the job to start 158 $params['id'] = (string) The ID of the job to stop 159 $params['wait_for_completion'] = (boolean) True if the API should block until the job has fully stopped, false if should be executed async. Defaults to false.
|
H A D | MlNamespace.asciidoc | 91 $params['job_id'] = (string) The name of the job to close 94 $params['force'] = (boolean) True if the job should be forcefully closed 95 $params['timeout'] = (time) Controls the time to wait until a job has closed. Default to 30 minutes 137 $params['job_id'] = (string) The ID of the job to remove from the calendar 152 $params['force'] = (boolean) True if the job should be forcefully deleted (Default = false) 153 $params['timeout'] = (time) Controls the time to wait until a job is deleted. Defaults to 1 minute 180 $params['job_id'] = (string) The ID of the job(s) to perform expired data hygiene for 207 $params['job_id'] = (string) The ID of the job from which to delete forecasts (Required) 223 $params['job_id'] = (string) The ID of the job to delete 224 $params['force'] = (boolean) True if the job shoul [all...] |
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/ |
H A D | PHP.php | 179 * @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/codeprettify/code-prettify/src/ |
H A D | node_prettify.js | 622 var job = { class in appendDecorations 632 langHandler(job); 633 out.push.apply(out, job.decorations); 705 * @return {function (JobT)} a function that takes an undecorated job and 737 * Lexes job.sourceCode and attaches an output array job.decorations of 739 * job.sourceCode in order. 743 var decorate = function (job) { argument 744 var sourceCode = job.sourceCode, basePos = job 1172 recombineTagsAndDecorations(job) global() argument 1413 applyDecorator(job) global() argument 1467 var job = { global() class in $prettyPrintOne [all...] |
H A D | prettify.js | 87 * by the position at which they start in job.sourceCode in order 670 var job = { class in appendDecorations 680 langHandler(job); 681 out.push.apply(out, job.decorations); 753 * @return {function (JobT)} a function that takes an undecorated job and 785 * Lexes job.sourceCode and attaches an output array job.decorations of 787 * job.sourceCode in order. 791 var decorate = function (job) { argument 792 var sourceCode = job 1220 recombineTagsAndDecorations(job) global() argument 1461 applyDecorator(job) global() argument 1515 var job = { global() class in $prettyPrintOne [all...] |
H A D | run_prettify.js | 91 * by the position at which they start in job.sourceCode in order 899 var job = { class in prettyPrint.appendDecorations 909 langHandler(job); 910 out.push.apply(out, job.decorations); 982 * @return {function (JobT)} a function that takes an undecorated job and 1014 * Lexes job.sourceCode and attaches an output array job.decorations of 1016 * job.sourceCode in order. 1020 var decorate = function (job) { argument 1021 var sourceCode = job 1449 recombineTagsAndDecorations(job) global() argument 1690 applyDecorator(job) global() argument 1744 var job = { global() class in prettyPrint.$prettyPrintOne [all...] |
/plugin/jenkins/jenkinsapi/ |
H A D | jenkins.php | 34 function getJobURLRequest($job) { argument 35 $job_request = explode('/', $job);
|
/plugin/orgchart/ |
H A D | README | 22 The order of the columns must be: name, line manager, job title, photo. Job title and photo are opt… 33 * job title (staff member's job title, type: simple string)
|
/plugin/zul/syntax/ |
H A D | zirkelundlineal.php | 165 $job = $data['job']; 252 if ($job != '') { 253 $txt .= '<param name="job" value="'.$job.'"/>';
|