Home
last modified time | relevance | path

Searched refs:project (Results 201 – 225 of 601) sorted by relevance

12345678910>>...25

/plugin/findologicxmlexport/vendor/phpunit/php-timer/
H A DREADME.md9 You can add this library as a local, per-project dependency to your project using [Composer](https:…
13 If you only need this library during development, for instance to run your project's test suite, th…
/plugin/redissue/
H A Dsyntax.php97 preg_match("/project *= *(['\"])(.*?)\\1/", $match, $project);
98 if( count($project) != 0 ) {
99 $data['project_id'] = $project[2];
240 $project = $issue['issue']['project'];
241 $project_identifier = $redmine->getProjectIdentifier($project['name']);
283 …erer->doc .= '<dd><a href="'.$url.'/projects/'.$project_identifier.'">'.$project['name'].'</a></dd…
312 …$renderer->doc .= '<a href="'.$url.'/projects/'.$project_identifier.'"> '.$project['name'].'</a></…
/plugin/projects/plugins/target/
H A Dlink.php14 public function can_handle($project, $file) { argument
28 protected function recipe($project, $file) { argument
H A Dplot.php18 public function can_handle($project, $file) { argument
21 return $project->file($plot) != NULL;
27 public function handle($project, $file) { argument
31 $source->add_content(file_get_contents($project->path() . $plot));
32 $target = new PlotTarget($project, $file, $source);
40 public function __construct($project, $file, $source) { argument
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/
H A DREADME.md15 You can add this library as a local, per-project dependency to your project using [Composer](https:…
19 If you only need this library during development, for instance to run your project's test suite, th…
/plugin/timetrack/db/
H A Dupdate0001.sql7 CREATE TABLE project (id INTEGER PRIMARY KEY, page_id INTEGER, abbr TEXT, name TEXT); table
8 CREATE UNIQUE INDEX idx_project ON project(page_id,abbr);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DDatabaseInstance.php102 public $project; variable in Google\\Service\\SQLAdmin\\DatabaseInstance
459 public function setProject($project) argument
461 $this->project = $project;
468 return $this->project;
/plugin/issuelinks/services/
H A DGitHub.service.php257 public function deleteWebhook($project, $hookid) argument
260 $data = $this->makeGitHubRequest("/repos/$project/hooks/$hookid", [], 'DELETE');
265 $db->deleteWebhook('github', $project, $hookid);
274 public function createWebhook($project) argument
290 $data = $this->makeGitHubRequest("/repos/$project/hooks", $data, 'POST');
295 $db->saveWebhook('github', $project, $id, $secret);
506 list($project, $issueId) = explode('-', $match);
509 'project' => $project,
/plugin/findologicxmlexport/vendor/hoa/iterator/
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/iterato…
30 [Learn more](https://central.hoa-project.net/Documentation/Library/Iterator).
43 page](https://hoa-project.net/Source.html).
60 guide](https://hoa-project.net/Literature/Contributor/Guide.html).
465 [hack book of `Hoa\Iterator`](https://central.hoa-project.net/Documentation/Library/Iterator) conta…
475 More documentation can be found on the project's website:
476 [hoa-project.net](https://hoa-project.net/).
484 * On the forum at [users.hoa-project.net](https://users.hoa-project.net).
489 guide](https://hoa-project.net/Literature/Contributor/Guide.html) explains
[all …]
/plugin/authgoogle/google/contrib/
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;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/Resource/
H A DProjectsSnapshots.php147 * @param string $project Required. The name of the project in which to list
158 public function listProjectsSnapshots($project, $optParams = []) argument
160 $params = ['project' => $project];
H A DProjectsTopics.php125 * @param string $project Required. The name of the project in which to list
135 public function listProjectsTopics($project, $optParams = []) argument
137 $params = ['project' => $project];
/plugin/findologicxmlexport/vendor/sebastian/version/
H A DREADME.md7 You can add this library as a local, per-project dependency to your project using [Composer](https:…
11 If you only need this library during development, for instance to run your project's test suite, th…
20 …to the directory (or a subdirectory thereof) where the sourcecode of the project can be found. Sim…
/plugin/displaywikipage/
H A DCHANGELOG.md2 All notable changes to this project will be documented in this file.
5 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
/plugin/referrers/
H A DCHANGELOG.md2 All notable changes to this project will be documented in this file.
5 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseManagement/Resource/
H A DProjects.php64 * @param string $project The resource name of the GCP `Project` to which
78 public function addFirebase($project, AddFirebaseRequest $postBody, $optParams = []) argument
80 $params = ['project' => $project, 'postBody' => $postBody];
/plugin/commonmark/vendor/league/commonmark/
H A DREADME.md11 [![Sponsor development of this project](https://img.shields.io/badge/sponsor%20this%20package-%E2%9D%A4-ff69b4.svg?style=flat-square)](https://www.colinodell.com/sponsor)
19 This project requires PHP 7.4 or higher with the `mbstring` extension. To install it via [Composer] simply run:
84 - [Drupal](https://www.drupal.org/project/markdown)
135 If you encounter a bug in the spec, please report it to the [CommonMark] project. Any resulting fix will eventually be implemented in this project as well.
170 This code is partially based on the [CommonMark JS reference implementation][commonmark.js] which is written, maintained and copyrighted by [John MacFarlane]. This project simply wouldn't exist without his work.
174 We'd also like to extend our sincere thanks the following sponsors who support ongoing development of this project:
178 - [JetBrains](https://www.jetbrains.com/) for supporting this project with complimentary [PhpStorm](https://www.jetbrains.com/phpstorm/) licenses
179 - [Taylor Otwell](https://twitter.com/taylorotwell) for sponsoring this project through GitHub sponsors
181 Are you interested in sponsoring development of this project
[all...]
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md2 <img src="https://static.hoa-project.net/Image/Hoa.svg" alt="Hoa" width="250px" />
46 [`Hoa\File`](https://central.hoa-project.net/Resource/Library/File) or
47 [`Hoa\Socket`](https://central.hoa-project.net/Resource/Library/Socket)
51 [Learn more](https://central.hoa-project.net/Documentation/Library/Stream).
64 page](https://hoa-project.net/Source.html).
81 guide](https://hoa-project.net/Literature/Contributor/Guide.html).
277 'https://hoa-project.net/', // stream name
542 More documentation can be found on the project's website:
543 [hoa-project.net](https://hoa-project.net/).
551 * On the forum at [users.hoa-project.net](https://users.hoa-project.net).
[all …]
/plugin/projects/plugins/file/
H A Dlatex_dependency.php14 public function can_handle($project, $file) { argument
31 public function handle($project, $source_file) { argument
/plugin/findologicxmlexport/vendor/sebastian/environment/
H A DREADME.md10 You can add this library as a local, per-project dependency to your project using [Composer](https:…
14 If you only need this library during development, for instance to run your project's test suite, th…
/plugin/issuelinks/helper/
H A Ddb.php317 …public function getMergeRequestsReferencingIssue($serviceName, $project, $issueId, $isMergeRequest) argument
328 … return $this->sqlArrayQuery($sql, [$serviceName, $project, $issueId, $isMergeRequest ? 1 : 0]);
393 * @param string $project
401 …public function savePageRevIssues($page, $rev, $serviceName, $project, $issue_id, $isMergeRequest,… argument
423 'project_id' => $project,
/plugin/googleads/
H A DCHANGELOG.md2 All notable changes to this project will be documented in this file.
5 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dinstallation.asciidoc51 new project, paste the following JSON snippet into a new file called
52 `composer.json`. If you have an existing project, include this requirement
78 * Include the generated autoloader in your main project. If your project is
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DREADME.md26 You can add this library as a local, per-project dependency to your project using [Composer](https:…
30 If you only need this library during development, for instance to run your project's test suite, th…
/plugin/gitlabapi/gitlab/
H A Dgitlabapi.php36 $project = $this->gitlabRequest($url_request);
38 foreach ($project as $p) {

12345678910>>...25