Home
last modified time | relevance | path

Searched refs:project (Results 551 – 575 of 601) sorted by last modified time

1...<<2122232425

/plugin/markdownextra/lib/meltdown/
H A DREADME.md4 …ve previews, and a toolbar for common markdown actions. **Check out the [project page](http://ipha…
/plugin/patchpanel/
H A DREADME.md3 …dokuwiki-plugin-switchpanel). Since I haven't had time to maintain this project lately, I recomme…
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt184 It is well beyond the scope of the PGN project to reconcile all of these to the
H A DREADME.txt58 - no major issue at the moment of writing, please check the project
59 issues tracker at http://pgn4web-project.casaschi.net/tickets/
62 Please email the pgn4web project (pgn4web@casaschi.net) your feedback,
395 http://pgn4web-project.casaschi.net/tickets/23/
492 figurin font is from the ChessOLE project (http://www.chessole.de, David Frank).
495 http://www.theweekinchess.com (file twic944.pgn), from the scid project at
532 acknowledge the pgn4web project, but if you want to do so the following line
/plugin/pgn4web/pgn4web/fonts/
H A DREADME.txt10 figurin font is from the ChessOLE project (http://www.chessole.de, David Frank).
/plugin/tfslink/conf/
H A Ddefault.php13 'guid' => 'insert guid of the project collection',
/plugin/tuxquote/
H A Dquotes.txt127 …er use because the potential danger is far greater than the value of any project that could possib…
396 The first 90% of a project takes 90% of the time... the last 10% takes the other 90% of the time.
3305 A project will be authorised only when none of the authorisers can be blamed if the project fails b…
3357 When working on a project, if you put away a tool that you're certain you've finished with, you wil…
4164 …ramming is labor-intensive and - for a variety of reasons - most serious project delays manifest t…
/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/mantis/
H A Dsyntax.php132 …$text = str_replace(array('[url]','[project]'),array($server,$project_name),$this->getLang('access…
138 …$text = str_replace(array('[url]','[project]'),array($info['url'],$project_name),$this->getLang('p…
157 …$text = str_replace(array('[url]','[project]'),array($info['url'],$data[($i-1)]),$this->getLang('p…
169 …$text = str_replace(array('[url]','[project]'),array($server,$project_name),$this->getLang('access…
175 …$text = str_replace(array('[url]','[project]'),array($info['url'],$project_name),$this->getLang('p…
194 …$text = str_replace(array('[url]','[project]'),array($info['url'],$data[($i-1)]),$this->getLang('p…
/plugin/hipchat/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
/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);
H A Dsyntax.php352 function _emailForNewBug($id,$project,$version,$severity,$description) argument
356 …$body='A new bug have entered in the project : '.$project.' (id : '.$id.")\n\n".' Version : '.$ver…
357 …$subject='A new bug have entered in the project : '.$project.' Version :'.$version.' ('.$severity.…
H A DREADME.md22 {{dokumicrobugtracker>project=projectname|status=all|display=bugs}}
26 | [project] | the project of your bugtracker (eg : name of your software) …
28 …m, or only the bugs list, or count the number of different status in the project | default is both…
33 Each project have is own data file, which are nammed from an md5 of the project name with the bugs …
38 **Display all bugs of project KhtEditor :**
40 {{dokumicrobugtracker>project=KhtEditor|status=all|display=bugs}}
43 **Display just the report forms for project KhtEditor :**
45 {{dokumicrobugtracker>project=KhtEditor|status=all|display=form}}
48 **Display all fixed bugs for project KhtEditor with a report form :**
50 {{dokumicrobugtracker>project=KhtEditor|status=Fixed}}
[all …]
/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/metaheaders/
H A DREADME77 If you like this free project, you might buy us a coffee [1], or get some
81 support, training or if you think we are the ones to get your project done.
/plugin/geonav/tpl/startermap/css/
H A Dbasic.css4 * If you integrate DokuWiki into another project, you might either
5 * want to integrate this file into the other project as well, or use
6 * the other project's basic CSS for DokuWiki instead of this one.
/plugin/eventline/example/
H A DexampleDataForCutAndPaste.txt16 …ypertext server. In 1991 he posted a short summary of the World Wide Web project on the alt.hypert…
/plugin/eventline/
H A DREADME65 This software was created by the SIMILE project and originally written
/plugin/socialshareprivacy2/JC/
H A DREADME.md109 For quick *non cross-browser* testing use grunt, install grunt CLI and project dependencies as outl…
/plugin/projects/lib/
H A Dlayout.php12 protected $project = NULL; variable in ProjectFileLayout
24 public function __construct($project, $ID, $file) { argument
27 $this->project = $project;
32 if ($this->project == NULL) {
59 $dep_id = $this->project->id($dep);
95 if ($this->project != NULL)
96 $project_name = $this->project->name();
129 if ($this->project == NULL) return;
143 parent::__construct($project, $ID, $file);
144 if ($project != NULL) $this->link = ml($ID);
[all …]
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/projects/action/
H A Dnamespace.php40 $project = Project::project($wiki_path, true);
49 $project = Project::project($wiki_path);
50 if ($project != NULL) $project->delete();
H A Dpage.php40 $project = Project::project($namespace);
41 if ($project == NULL) return;
43 if ($project->file($name) == NULL) return;
44 if (!$project->remove_file($name))
/plugin/projects/
H A Dchangelog28 …* Bug fix: On the project management page, the remake and delete buttons acted on the current page…
31 …* Fixed a bug that caused fatal error when a page does not have a project-file tag but uses other …
46project are now handled by a "manage_files" action, instead of using the admin menu. This makes us…
48 * The project file pages are not cached. This fixes any caching issue it could have been there.
50 …* Remake, create a file, create a subprojects, rebuild a project, and clean a project are now all …

1...<<2122232425