Home
last modified time | relevance | path

Searched refs:project (Results 1 – 25 of 601) sorted by path

12345678910>>...25

/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;
/plugin/acronymedit/
H A DREADME.md4 This project is plugin for dokuwiki.
/plugin/actickets/
H A DREADME11 Put the following line on top of your page to set a global project of the page:
13 {{Project:<project-id>}}
19 Afterwards you can reference any ticket in the project via
27 If you don't want to a add a global project ID or want to reference a ticket
28 from another project, you can add the project ID on a per-ticket basis:
30 #<ticket-id>-<project-id>
/plugin/adfs/phpsaml/
H A DREADME.md129 In order to import the saml toolkit to your current php project, execute
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A DCHANGELOG.txt168 Required by simpleSAMLphp project
/plugin/aichat/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
292 "homepage": "https://www.doctrine-project.org/projects/annotations.html",
349 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
360 "url": "https://www.doctrine-project.org/sponsorship.html",
423 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
437 "url": "https://www.doctrine-project.org/sponsorship.html",
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe41814 project s
/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/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/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/responsive/
H A Dreadme.md313 You can modify files, included in this archive or, better yet, fork this project
/plugin/asana/
H A DREADME.md4 elonet project repository
/plugin/asana/remote/
H A DAPILink.php384 foreach($data_rep['data'] as $project){
385 $projects[$project['name']]=$project['id'];
/plugin/authdrupal7/
H A DREADME.md7 …ffers. But I was not able to get any of them to work. That's why I decided to start my own project.
/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_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 …]
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 …]
/plugin/authgooglesheets/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DVmImage.php33 public $project; variable in Google\\Service\\AIPlatformNotebooks\\VmImage
66 public function setProject($project) argument
68 $this->project = $project;
75 return $this->project;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DApigee.php3907 'path' => 'v1/{+project}:provisionOrganization',
3910 'project' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
H A DProjects.php38 * @param string $project Required. Name of the GCP project with which to
44 …public function provisionOrganization($project, GoogleCloudApigeeV1ProvisionOrganizationRequest $p… argument
46 $params = ['project' => $project, 'postBody' => $postBody];

12345678910>>...25