Home
last modified time | relevance | path

Searched refs:project (Results 401 – 425 of 601) sorted by last modified time

1...<<11121314151617181920>>...25

/plugin/jplayer/vendor/happyworm/jplayer/
H A DCLA.md3 …es, configuration changes, documentation, or any other materials) to the project at [https://githu…
17 …determine the code that is in our project. You understand that the decision to include the Contrib…
H A DREADME.md28 Install jPlayer via composer by adding the following lines to your `composer.json` in your project:
/plugin/jplayer/vendor/james-heinrich/getid3/
H A DREADME.md5 …owing licenses, and use getID3 according to the terms of the license most suitable to your project.
58 <http://sourceforge.net/project/showfiles.php?group_id=55859>
/plugin/googleanalytics/
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/googleanalytics/lang/en/
H A Dintro.txt36 If you find this plugin useful, please consider supporting the project via [[http://tjgrant.com/wik…
/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/backup/
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/backup/lang/en/
H A Ddonate.txt5 If you find this plugin useful, please consider supporting the project via [[http://tjgrant.com/wik…
/plugin/cite/
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/cite/lang/en/
H A Dintro.txt41 If you find this plugin useful, please consider supporting the project via [[http://tjgrant.com/wik…
/plugin/cite/lang/nl/
H A Dintro.txt43 Als je deze plugin nuttig vind, overweeg dan het project te steunen via [[http://tjgrant.com/wiki/d…
/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/displaywikipage/lang/en/
H A Dintro.txt31 If you find this plugin useful, please consider supporting the project via [[http://tjgrant.com/wik…
/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/referrers/lang/en/
H A Dintro.txt19 If you find this plugin useful, please consider supporting the project via [[http://tjgrant.com/wik…
/plugin/googleads/lang/en/
H A Douttro.txt9 If you find this plugin useful, please consider supporting the project via [[http://tjgrant.com/wik…
/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/codemirror/dist/modes/
H A Dsql.min.js.map1 …\"\\\\\": hookClient\n }\n });\n\n // provided by the phpLiteAdmin project - phpliteadmin.or…
H A Decl.min.js.map1 …ergejoin min nolocal nonempty normalize parse pipe power preload process project pull random range…
H A Dlivescript.min.js.map1 …er an MIT license: https://codemirror.net/LICENSE\n\n/**\n * Link to the project's GitHub page:\n …
H A Dcoffeescript.min.js.map1 …er an MIT license: https://codemirror.net/LICENSE\n\n/**\n * Link to the project's GitHub page:\n …
/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,
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/issuelinks/
H A Dsyntax.php94 * @param string $project
99 private function saveLinkToDatabase($pmServiceName, $project, $issue_id, $isMergeRequest) argument
106 …$db_helper->deleteAllIssuePageRevisions($ID, $pmServiceName, $project, $issue_id, $isMergeRequest,…
107 …$db_helper->savePageRevIssues($ID, $currentRev, $pmServiceName, $project, $issue_id, $isMergeReque…

1...<<11121314151617181920>>...25