Home
last modified time | relevance | path

Searched refs:project (Results 151 – 175 of 601) sorted by relevance

12345678910>>...25

/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DUser.php51 public $project; variable in Google\\Service\\SQLAdmin\\User
160 public function setProject($project) argument
162 $this->project = $project;
169 return $this->project;
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DREADME.md2 <img src="https://static.hoa-project.net/Image/Hoa.svg" alt="Hoa" width="250px" />
30 [Learn more](https://central.hoa-project.net/Documentation/Library/Regex).
43 page](https://hoa-project.net/Source.html).
60 guide](https://hoa-project.net/Literature/Contributor/Guide.html).
71 library](https://central.hoa-project.net/Resource/Library/Compiler) to lex, parse
112 library](https://central.hoa-project.net/Resource/Library/Visitor).
144 More documentation can be found on the project's website:
145 [hoa-project.net](https://hoa-project.net/).
153 * On the forum at [users.hoa-project.net](https://users.hoa-project.net).
158 guide](https://hoa-project.net/Literature/Contributor/Guide.html) explains
[all …]
/plugin/issuetracker/
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/projects/lib/
H A Dproject_file.php45 public static function create($project, $file) { argument
47 return new $class($project, $file);
97 public function __construct($project, $file) { argument
99 $this->set_content($project->path(), $file->content());
127 public function __construct($project, $file) { argument
202 public function __construct($project, $file) { argument
203 parent::__construct($project, $file);
228 $project = Project::project();
230 $id = $project->id($id);
232 return $project->path($id);
H A Dmaker.php96 private $project; variable in Maker
104 public function __construct($project) { argument
105 $this->project = $project;
107 $this->construct($project->files());
114 $handlers = $this->plugins->handlers($this->project, $file);
118 $default = $handler->handle($this->project, $file);
152 $missing = ProjectFile::create($this->project,
218 $file->delete($this->project->path());
298 $time == $this->files[$name]->time($this->project->path()))
304 $this->times[$name] = $file->time($this->project->path());
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDebugger/
H A DDebuggee.php56 public $project; variable in Google\\Service\\CloudDebugger\\Debuggee
181 public function setProject($project) argument
183 $this->project = $project;
190 return $this->project;
/plugin/findologicxmlexport/vendor/hoa/math/
H A DREADME.md2 <img src="https://static.hoa-project.net/Image/Hoa.svg" alt="Hoa" width="250px" />
28 [Learn more](https://central.hoa-project.net/Documentation/Library/Math).
41 page](https://hoa-project.net/Source.html).
58 guide](https://hoa-project.net/Literature/Contributor/Guide.html).
70 library](https://central.hoa-project.net/Resource/Library/Compiler) and the
153 [hack book of `Hoa\Math`](https://central.hoa-project.net/Documentation/Library/Math) contains
163 More documentation can be found on the project's website:
164 [hoa-project.net](https://hoa-project.net/).
172 * On the forum at [users.hoa-project.net](https://users.hoa-project.net).
177 guide](https://hoa-project.net/Literature/Contributor/Guide.html) explains
[all …]
/plugin/issuelinks/services/
H A DServiceInterface.php112 * @param string $project full name of the project
116 public function createWebhook($project); argument
121 * @param string $project full name of the project
126 public function deleteWebhook($project, $hookid); argument
H A DGitLab.service.php209 foreach ($projects as $project) {
211 $repo->full_name = $project['path_with_namespace'];
212 $repo->displayName = $project['name'];
232 public function createWebhook($project) argument
245 $encProject = urlencode($project);
259 public function deleteWebhook($project, $hookid) argument
263 $encProject = urlencode($project);
268 $db->deleteWebhook('gitlab', $project, $hookid);
406 list($project, $issueId) = explode('-', $match);
409 'project' => $project,
[all …]
/plugin/dokumicrobugtracker/
H A Dedit.php18 function emailForChange($email, $id,$project,$field, $oldvalue,$value) argument
34 'PROJECT' => $project,
53 $project = $exploded[0]; variable
57 $pfile = metaFN2(md5($project), '.bugs');
74 …emailForChange($bugs[$id_bug]['author'],$id_bug, $project, $field, $bugs[$id_bug][$field], $value);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/Resource/
H A DBuckets.php99 * @param string $project A valid API project identifier.
113 public function insert($project, Bucket $postBody, $optParams = []) argument
115 $params = ['project' => $project, 'postBody' => $postBody];
122 * @param string $project A valid API project identifier.
136 public function listBuckets($project, $optParams = []) argument
138 $params = ['project' => $project];
/plugin/issuelinks/script/
H A Dadmin_repo.js59 project: $this.data('project'), property in initializeRepoAdminInterface.requestHookToogle.settings.data
128 function checkImportStatus(servicename, project, $importStatusElement) { argument
135 'issuelinks-project': project,
164 project,
178 const project = $this.data('project');
184 project: project, property in AnonymousFunctiond4ddff230300.settings.data
198 project,
/plugin/findologicxmlexport/vendor/hoa/event/
H A DREADME.md2 <img src="https://static.hoa-project.net/Image/Hoa.svg" alt="Hoa" width="250px" />
11 …<a href="https://hoa-project.net/LICENSE"><img src="https://img.shields.io/packagist/l/hoa/event.s…
29 [Learn more](https://central.hoa-project.net/Documentation/Library/Event).
42 page](https://hoa-project.net/Source.html).
59 guide](https://hoa-project.net/Literature/Contributor/Guide.html).
131 [hack book of `Hoa\Event`](https://central.hoa-project.net/Documentation/Library/Event) contains
141 More documentation can be found on the project's website:
142 [hoa-project.net](https://hoa-project.net/).
150 * On the forum at [users.hoa-project.net](https://users.hoa-project.net).
155 guide](https://hoa-project.net/Literature/Contributor/Guide.html) explains
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/Resource/
H A DTypes.php35 * @param string $project The project ID for this request.
76 public function listTypes($project, $optParams = []) argument
78 $params = ['project' => $project];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/Resource/
H A DTiers.php37 * @param string $project Project ID of the project for which to list tiers.
41 public function listTiers($project, $optParams = []) argument
43 $params = ['project' => $project];
H A DProjectsInstancesCreateEphemeral.php39 * @param string $project Project ID of the Cloud SQL project.
46 …public function create($project, $instance, SslCertsCreateEphemeralRequest $postBody, $optParams =… argument
48 $params = ['project' => $project, 'instance' => $instance, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/Resource/
H A DProjects.php35 * @param string $project Identifies the project addressed by this request.
44 public function get($project, $location, $optParams = []) argument
46 $params = ['project' => $project, 'location' => $location];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
H A DComputeEngineTargetDetails.php68 public $project; variable in Google\\Service\\VMMigrationService\\ComputeEngineTargetDetails
257 public function setProject($project) argument
259 $this->project = $project;
266 return $this->project;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DImageFamilyViews.php36 * @param string $project Project ID for this request.
42 public function get($project, $zone, $family, $optParams = []) argument
44 $params = ['project' => $project, 'zone' => $zone, 'family' => $family];
H A DRegionInstances.php37 * @param string $project Project ID for this request.
54 …public function bulkInsert($project, $region, BulkInsertInstanceResource $postBody, $optParams = [… argument
56 $params = ['project' => $project, 'region' => $region, 'postBody' => $postBody];
/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];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RecaptchaEnterprise/Resource/
H A DProjectsRelatedaccountgroupmemberships.php37 * @param string $project Required. The name of the project to search related
43 …public function search($project, GoogleCloudRecaptchaenterpriseV1SearchRelatedAccountGroupMembersh… argument
45 $params = ['project' => $project, 'postBody' => $postBody];
/plugin/bez/ctl/
H A Dstart.php57 $project = ''; variable
58 if ($thread->type == 'project') {
59 $project = '_project'; variable
63 $timeline->push($thread->create_date, 'thread_proposal' . $project, $thread->original_poster, $thread);
65 $timeline->push($thread->create_date, 'thread_opened' . $project, $thread->coordinator, $thread);
69 $timeline->push($thread->last_activity_date, 'thread_done' . $project, $thread->coordinator, $thread);
71 $timeline->push($thread->last_activity_date, 'thread_closed' . $project, $thread->coordinator, $thread);
73 $timeline->push($thread->last_activity_date, 'thread_rejected' . $project, $thread->coordinator, $thread);
/plugin/findologicxmlexport/vendor/phpunit/php-text-template/
H A DREADME.md7 …ackage as a local, per-project dependency to your project, simply add a dependency on `phpunit/php…
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DREADME.md2 <img src="https://static.hoa-project.net/Image/Hoa.svg" alt="Hoa" width="250px" />
11 …<a href="https://hoa-project.net/LICENSE"><img src="https://img.shields.io/packagist/l/hoa/ustring…
29 [Learn more](https://central.hoa-project.net/Documentation/Library/Ustring).
42 page](https://hoa-project.net/Source.html).
59 guide](https://hoa-project.net/Literature/Contributor/Guide.html).
195 [hack book of `Hoa\Ustring`](https://central.hoa-project.net/Documentation/Library/Ustring) contains
205 More documentation can be found on the project's website:
206 [hoa-project.net](https://hoa-project.net/).
214 * On the forum at [users.hoa-project.net](https://users.hoa-project.net).
219 guide](https://hoa-project.net/Literature/Contributor/Guide.html) explains
[all …]

12345678910>>...25