Home
last modified time | relevance | path

Searched refs:project (Results 501 – 525 of 601) sorted by last modified time

1...<<2122232425

/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst213 paths is preferred as it makes the cache keys independent of the project root
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md5 …status/lyg83bcsisrr94se/branch/master?svg=true)](https://ci.appveyor.com/project/webmozart/assert/…
/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/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);
H A Dupdate0002.sql1 ALTER TABLE project ADD `from` INTEGER;
2 ALTER TABLE project ADD `to` INTEGER;
/plugin/timetrack/
H A DREADME.md2 track time user and project based
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md510 …Spartan](http://blogs.windows.com/bloggingwindows/2015/03/30/introducing-project-spartan-the-new-b…
/plugin/mimetex/
H A Dplugin.info.txt6 desc mimetex Plugin based on mimeTeX project
/plugin/snippeter/
H A DREADME.md58 ==== Call: <project> - <description> ====
/plugin/twofactorsmsgateway/
H A Dgateway.txt71 Google (project Fi)@msg.fi.google.com
/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></…
H A DREADME.md7 * Make a link to the choosen issue in Redmine and the related project.
65 * project: the **right** identifier of the project (Available in the settings of redmine project):
75 // Display the first 25 issues with tracker 1 for project "myproject"
76 <redissue project="myproject" tracker="1" />
77 // Display the first 25 issues for project "myproject"
78 <redissue project="myproject" tracker="" />
80 <redissue project="" tracker="4" limit="50" />
87 You can choose to sort by : id, subject, project, tracker, ...
93 <redissue project="myproject" tracker="1" sort="id" />
94 // Sort issue by "subject" for project "myproject" and all trackers
[all …]
/plugin/redissue/redmine/
H A Dredmine.php24 $project_id = $this->client->project->getIdByName($project_name);
25 $project = $this->client->project->show($project_id);
26 return $project['project']['identifier'];
/plugin/mdpage/vendor/cebe/markdown/
H A DREADME.md79 ### In your PHP project
/plugin/codebash/
H A DREADME5 See Heiko Barth's original project - https://www.dokuwiki.org/plugin:codebutton
/plugin/syntaxhighlighter3/
H A DREADME.md169 The most basic way to show your support is to star :star2: the project, or to raise issues :speech_…
/plugin/syntaxhighlighter3/sxh3/
H A DREADME.md18 … still inherited from ages ago and is currently using QUnit. To test the project, it's a two step …
/plugin/redproject/
H A DREADME.md3 This plugin display a roadmap and some other informations of your project in Dokuwiki :
4 * Name and Description of project
7 * Members and Roles of the project
42 * Userview : doesn't manage access rights and display project even if it's in private project.
54 Where **proj** value is the project identifier (Available in the settings of redmine project).
87 Name, homepage and description of project:
/plugin/redproject/lang/en/
H A Dsettings.php6 <div>Userview : doesn't manage access rights and display project even if it's in private project.</…
/plugin/cacherevisionseraser/
H A DREADME.md182 Peoples who helped to make this project better:
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md610 * VObject is now a separate project from SabreDAV. See the SabreDAV changelog
/plugin/gitlabproject/gitlab/
H A Dgitlab.php43 $project = $this->gitlabRequest($url_request);
45 return $project;
/plugin/gitlabproject/
H A DREADME.md3 Plugin Gitlab-Project display a Gitlab project inside Dokuwiki.
19 * **unwanted.users**: If you want to not display some users of your project, add them here, separat…
28 <gitlab project="<NAMESPACE>/<PROJECT_NAME>" />
31 **NAMESPACE** is the namespace of your project, typically the name of the user or group in which th…
33 **PROJECT_NAME** is the name of project.
35 For e.g., if you have a project available at `http://my-gitlab/foo/bar`, the syntax will be:
38 <gitlab project="foo/bar" />
67 <gitlab server="second" project="foo/bar" />
H A Dplugin.info.txt6 desc Display informations from a Gitlab project
H A Dsyntax.php67 preg_match("/project *= *(['\"])(.*?)\\1/", $match, $project);
68 if (count($project) != 0) {
69 $data['project'] = $project[2];
107 $project = $gitlab->getProject();
108 $project_url = $project['web_url'];
109 $project_name = $project['name'];
110 if(empty($project)) {
114 $date_time = $this->getDateTime($project['last_activity_at']);
115 $namespace = $project['namespace']['name'];
118 $kind = $project['namespace']['kind'];

1...<<2122232425