| /plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/ |
| D | Default.php | 29 * @param string $job 36 public function runJob($job, array $settings = []) argument 40 file_put_contents($this->tempFile, $job) === false) { 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 [all …]
|
| /plugin/cronojob/pseudo-cron/ |
| D | pseudo-cron.inc.php | 307 function getLastScheduledRunTime($job) { argument 310 $this->parseElement($job[PC_MINUTE], $extjob[PC_MINUTE], 60); 311 $this->parseElement($job[PC_HOUR], $extjob[PC_HOUR], 24); 312 $this->parseElement($job[PC_DOM], $extjob[PC_DOM], 31); 313 $this->parseElement($job[PC_MONTH], $extjob[PC_MONTH], 12); 314 $this->parseElement($job[PC_DOW], $extjob[PC_DOW], 7); 316 $dateArr = getdate($this->getLastActualRunTime($job[PC_CMD])); 365 function runJob($job) { argument 368 $lastActual = $job["lastActual"]; 369 $lastScheduled = $job["lastScheduled"]; [all …]
|
| D | pseudo-cron-image.php | 350 function getLastScheduledRunTime($job) { argument 353 $this->parseElement($job[PC_MINUTE], $extjob[PC_MINUTE], 60); 354 $this->parseElement($job[PC_HOUR], $extjob[PC_HOUR], 24); 355 $this->parseElement($job[PC_DOM], $extjob[PC_DOM], 31); 356 $this->parseElement($job[PC_MONTH], $extjob[PC_MONTH], 12); 357 $this->parseElement($job[PC_DOW], $extjob[PC_DOW], 7); 359 $dateArr = getdate($this->getLastActualRunTime($job[PC_CMD])); 408 function runJob($job) { argument 411 $lastActual = $job["lastActual"]; 412 $lastScheduled = $job["lastScheduled"]; [all …]
|
| /plugin/cronojob/ |
| D | pseudocron.php | 145 function runJob($job) { argument 158 $lastActual = $job["lastActual"]; 159 $lastScheduled = $job["lastScheduled"]; 162 $this->logMessage("Running ".$job[PC_CRONLINE]); 166 …include(DOKU_PLUGIN.$this->pluginname."/jobs/".$job[PC_CMD]); // display errors only when debuggi… 168 …@include(DOKU_PLUGIN.$this->pluginname."/jobs/".$job[PC_CMD]); // any error messages are supressed 171 $this->markLastRun($job[PC_CMD], $lastScheduled); 172 $this->logMessage(" Completed ".$job[PC_CRONLINE]); 174 …@mail($this->sendLogToEmail, "[".$this->dokuwikititle."][".$this->pluginname."] ".$job[PC_COMMENT]… 179 $this->logMessage("Skipping ".$job[PC_CRONLINE]); [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/ |
| D | LaunchTemplateResponse.php | 28 public function setJob(Job $job) argument 30 $this->job = $job; 37 return $this->job;
|
| D | LaunchFlexTemplateResponse.php | 28 public function setJob(Job $job) argument 30 $this->job = $job; 37 return $this->job;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Datapipelines/ |
| 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/ |
| 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/Dataproc/ |
| 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/ |
| 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/ |
| D | JobResult.php | 30 public function setJob(Job $job) argument 32 $this->job = $job; 39 return $this->job;
|
| D | MatchingJob.php | 56 public function setJob(Job $job) argument 58 $this->job = $job; 65 return $this->job;
|
| /plugin/jenkins/ |
| 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"/>
|
| 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/ |
| 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;
|
| 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/ |
| 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 al… 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 sto…
|
| 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 … 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 should be forcefully deleted (Default = … [all …]
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/ |
| 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/ |
| D | prettify.js | 670 var job = { variable 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;
|
| D | node_prettify.js | 622 var job = { variable 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;
|
| D | run_prettify.js | 899 var job = { variable 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/jenkins/jenkinsapi/ |
| D | jenkins.php | 34 function getJobURLRequest($job) { argument 35 $job_request = explode('/', $job);
|
| /plugin/orgchart/ |
| 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/ |
| D | zirkelundlineal.php | 165 $job = $data['job']; 252 if ($job != '') { 253 $txt .= '<param name="job" value="'.$job.'"/>';
|