Home
last modified time | relevance | path

Searched refs:project (Results 526 – 550 of 601) sorted by last modified time

1...<<2122232425

/plugin/rocketchatnotifier/
H A DREADME.md5 [Link to project page on dokuwiki.org](https://www.dokuwiki.org/plugin:rocketchatnotifier)
/plugin/issuetracker/
H A Dedit.php19 function _emailForIssueMod($currentID, $project, $issue, $old_value, $column, $new_value, $usr) argument
42 … $pstring = sprintf("showid=%s&project=%s", urlencode($issue['id']), urlencode($project));
80 function _emailToAssigneeMod($currentID, $project, $issue, $value, $usr) argument
91 $subject = sprintf($lang['issueassigned_subject'], $issue['id'], $project);
179 function replace_bodyhtml($currentID, $bodyhtml, $pstring, $project, $issue, $comment, $usr) { argument
194 $bodyhtml = str_ireplace("%%project%%",$project,$bodyhtml);
319 function _log_mods($project, $issue, $usr, $column, $old_value, $new_value) argument
358 $project = $exploded[0]; variable
366 else $pfile = DOKU_CONF."../". $conf['plugin']['issuetracker']['it_data'].$project.'.issues';
382 _log_mods($project, $issues[$id_issue], $usr, $field, $old_value, $value);
[all …]
H A Ditsearch.php17 $project = $this->project; variable
39 foreach ($x_projects as $project)
40 { $project = trim($project); variable
41 if(is_file($it_datastore.$project.'.issues') == true) {
42 $tmp = unserialize(@file_get_contents($it_datastore.$project.'.issues'));
47 { $tmps['project'] = $project; }
56 …'plugin']['issuetracker']['it_data']==false) $pfile = DOKU_CONF."../data/meta/".$project.'.issues';
57 … else $pfile = DOKU_CONF."../". $conf['plugin']['issuetracker']['it_data'].$project.'.issues';
61 $issue['project'] = $project;
64 elseif(strlen($project)>1)
H A DREADME11 be added to an issue log (project). Some checks are implemented to prove if
37 {{issuetracker>project=your_project|status=all|severity=all|display=form}}
41 {{issuetracker>project=your_project|product=all|status=all|severity=all|display=issues}}
79 Define tracked products = define products of the project where
110 {{issuetracker>project=your_project|status=all|display=form}}
134 {{issuetracker>project=your_project|product=all|status=all|severity=all|display=issues}}
148 There are multiple files created. First there is a project file containing all
H A Dsyntax.php103 $project = htmlspecialchars(stripslashes($_REQUEST['project']));
104 if(strlen($project) <1) $project = $data['project'];
105 else $data['project'] = $project;
444 function _scripts_render($project) argument
532 function _table_render($project,$issues,$data,$step,$start) argument
945 function _emailForNewIssue($project,$issue,$email_to) argument
1054 $bodyhtml = str_ireplace("%%PROJECT%%",$project,$bodyhtml);
1106 $project = $data['project'];
1943 foreach ($x_projects as $project)
1944 { $project = trim($project);
[all …]
H A Daction.php115 $this->project = $_GET['project'];
118 $this->project = $_POST['project'];
273 $project = $this->project;
285 elseif(strlen($project)>1)
729 $project = $this->itl_pjct;
814 $project = $this->project;
945 function _scripts_render($project) argument
2645 function _emailForRes($project,$issue) argument
2829 function _emailForDscr($project,$issue) argument
3721 foreach ($x_projects as $project)
[all …]
/plugin/barcodes/vendor/jucksearm/php-barcode/
H A DLICENSE655 {project} Copyright (C) {year} {fullname}
H A DREADME.md30 You can also edit your project's `composer.json` file to require `jucksearm/php-barcode`.
139 … [Nicola Asuni](https://github.com/tecnickcom/barcode). The license agreement is on project's root.
/plugin/authgoogle/google/contrib/
H A DGoogle_ComputeService.php39 $params = array('project' => $project);
152 $params = array('project' => $project);
342 $params = array('project' => $project);
414 $params = array('project' => $project);
467 $params = array('project' => $project);
575 $params = array('project' => $project);
599 * @param string $project Project name.
629 $params = array('project' => $project);
641 * @param string $project Project name.
680 * @param string $project Project name.
[all …]
H A DGoogle_FreebaseService.php297 public $project; variable in Google_TopicValue
334 public function setProject( $project) { argument
335 $this->project = $project;
338 return $this->project;
H A DGoogle_StorageService.php185 * @param string $project A valid API project identifier.
192 public function insert($project, Google_Bucket $postBody, $optParams = array()) { argument
193 $params = array('project' => $project, 'postBody' => $postBody);
205 * @param string $project A valid API project identifier.
213 public function listBuckets($project, $optParams = array()) { argument
214 $params = array('project' => $project);
H A DGoogle_TaskqueueService.php30 * @param string $project The project under which the queue lies.
37 public function get($project, $taskqueue, $optParams = array()) { argument
38 $params = array('project' => $project, 'taskqueue' => $taskqueue);
62 * @param string $project The project under which the queue lies.
76 * @param string $project The project under which the queue lies.
95 * @param string $project The project under which the queue lies
114 * @param string $project The project under which the queue lies.
137 * @param string $project The project under which the queue lies.
143 $params = array('project' => $project, 'taskqueue' => $taskqueue);
156 * @param string $project The project under which the queue lies.
[all …]
H A DGoogle_PredictionService.php30 * @param string $project The project associated with the model.
61 * @param string $project The project associated with the model.
66 public function analyze($project, $id, $optParams = array()) { argument
67 $params = array('project' => $project, 'id' => $id);
79 * @param string $project The project associated with the model.
83 public function delete($project, $id, $optParams = array()) { argument
84 $params = array('project' => $project, 'id' => $id);
92 * @param string $project The project associated with the model.
97 public function get($project, $id, $optParams = array()) { argument
98 $params = array('project' => $project, 'id' => $id);
[all …]
H A DGoogle_SQLAdminService.php90 public function delete($project, $instance, $optParams = array()) { argument
91 $params = array('project' => $project, 'instance' => $instance);
128 public function get($project, $instance, $optParams = array()) { argument
129 $params = array('project' => $project, 'instance' => $instance);
167 $params = array('project' => $project, 'postBody' => $postBody);
187 public function listInstances($project, $optParams = array()) { argument
188 $params = array('project' => $project);
534 public $project; variable in Google_DatabaseInstance
576 public function setProject( $project) { argument
577 $this->project = $project;
[all …]
/plugin/toggle/
H A DLICENSE655 {project} Copyright (C) {year} {fullname}
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1project)';\n\n\t/* Not implemented\n\texports.deflateBound = deflateBound;\n\texports.deflateCopy …
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md852 You can modify files, included in this archive or, better yet, fork this project
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dreadme.md313 You can modify files, included in this archive or, better yet, fork this project
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md273 You can modify files, included in this archive or, better yet, fork this project
/plugin/authyubikey/lib/
H A DREADME8 https://github.com/Yubico/php-yubico[the Github project].
72 The project is licensed under a BSD license. See the file COPYING for
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md775 * VObject is now a separate project from SabreDAV. See the SabreDAV changelog
/plugin/selfmeasurement/
H A Ddescription.txt23 This plugin is part of the [[http://freemedforms.com|medical FreeMedForms project]].
70 …* Discuss about this plugin on the FreeMedForms project mailing list: <freemedforms@googlegroups.c…
/plugin/pgn4web/
H A DLICENSE655 {project} Copyright (C) {year} {fullname}
/plugin/scrape/HTMLPurifier/ConfigSchema/Builder/
H A DXml.php
/plugin/ac/actions/
H A Dtickets.php9 $this->project = $data[0];
14 if ((int) $this->project !== 0) {
15 $projectid = $this->project;
17 $project = $this->ac->fetchSingle('projects', array('name' => $this->project));
18 if ($project === false) {
21 $projectid = $project->id;

1...<<2122232425