Home
last modified time | relevance | path

Searched refs:name (Results 6101 – 6125 of 8094) sorted by last modified time

1...<<241242243244245246247248249250>>...324

/plugin/clacks/
H A DREADME4 to memorialize a name, as per http://www.gnuterrypratchett.com/ .
H A Dplugin.info.txt5 name Clacks Plugin
/plugin/404manager/
H A DREADME.md7 … an [hard HTTP 404 response](https://en.wikipedia.org/wiki/HTTP_404), hence the name of the plugin.
21 * A message is shown when the page name already exist in other pages.
25 ![The page name check message](https://github.com/gerardnico/dokuwiki-plugin-404manager/blob/master…
56 * set if you want to check if the name page is unique
77 ### Redirection by best name page
79 The redirection by best name page is an simple algorithm which occurs to find the best page by name.
84 * the pages with the same name
88 * When a page have the same name (by default 4)
97 * We have one page with the same name : namespace1:pagename
101 …re for the page with the same name is : 9 = 5 (because namespace1 is present in the asked page) + …
H A Dplugin.info.txt5 name 404Manager Plugin
H A DCHANGES.md12name. This is to avoid that the algorithm will calculate a bigger score for a page in another name…
13 …* The best name space page doesn't check all namespace if the page ID that gives a 404 has a exist…
17 …tunately, it is not possible to use the plugin base `404manager` as class name because it begins w…
18 …e was fired by" was resolved. It was badly positioned and add no more the name of the plugin (beca…
H A DLICENSE45 separable from, or merely link (or bind by name) to the interfaces of,
185 file or class name and description of purpose be included on the
189 Copyright {yyyy} {name of copyright owner}
/plugin/404manager/_test/
H A Dmanager.test.php303 …CT_TO_NAMESPACE_START_PAGE_BAD_TARGET, 'Page with the same name', 'but without any common name (na…
362 …AMESPACE_START_PAGE_PARENT_BAD_TARGET, 'Page with the same name', 'but without any common name (na…
364 …AMESPACE_START_PAGE_PARENT_GOOD_TARGET, 'The start page that has the same name that it\'s parent',…
/plugin/switchpanel/
H A Dplugin.info.txt5 name Switch Panel Plugin
/plugin/hidingip/
H A Dplugin.info.txt5 name Hiding IPs Plugin
/plugin/autotweet2/
H A Dplugin.info.txt5 name AutoTweet 2 plugin
/plugin/odtplus2dw/
H A DREADME.md61 - Changed name to odtplus2dw.
H A Dplugin.info.txt5 name odtplus2dw plugin
/plugin/likeit/
H A DLICENSE315 Gnomovision version 69, Copyright (C) year name of author
H A Dplugin.info.txt5 name likeit
/plugin/timetrack/db/
H A Dupdate0001.sql7 CREATE TABLE project (id INTEGER PRIMARY KEY, page_id INTEGER, abbr TEXT, name TEXT); field
10 CREATE TABLE task (id INTEGER PRIMARY KEY, project_id INTEGER, abbr TEXT, name TEXT, active INTEGER… field
/plugin/timetrack/
H A Dplugin.info.txt5 name Timetrack
H A DLICENSE634 <one line to give the program's name and a brief idea of what it does.>
635 Copyright (C) <year> <name of author>
655 <program> Copyright (C) <year> <name of author>
H A Dhelper.php113 * @param string $name project name
116 public function updateProject($pageid, $abbr = '', $name = '', $from = 0, $to = 0) { argument
120 if(!$name) $name = noNS($pageid);
124 if(!$page_id) dbg(['no page id',$pageid,$abbr,$name]);
137 …$sqlite->query("UPDATE project SET name = ?, `from` = ?, `to` = ? WHERE id = ?", $name, $from, $to…
139 $task_id = $this->updateTask($project_id,$abbr,$name);
151 * @param string $name
154 public function updateTask($project_id,$abbr,$name) { argument
168 $sqlite->query("UPDATE task SET name = ?, active = 1 WHERE id = ?", $name, $task_id);
234 * @param string $name project name
[all …]
/plugin/pdb/classes/
H A Dcache.php56 while($name = readdir($dirhandle)){
57 if (strpos($name,$this->extension)!==false){
58 $path = $dir.'/'.$name;
59 $id = str_replace($patten,$replace,$name);
/plugin/pdb/
H A Dsyntax.php16 $this->name = 'pdb';
18 @require_once(DOKU_PLUGIN.$this->name.'/classes/cache.php');
20 @require_once(DOKU_PLUGIN.$this->name.'/classes/sciencedb.php');
H A Dplugin.info.txt5 name PDB plugin
/plugin/pubchem/classes/
H A Dcache.php56 while($name = readdir($dirhandle)){
57 if (strpos($name,$this->extension)!==false){
58 $path = $dir.'/'.$name;
59 $id = str_replace($patten,$replace,$name);
/plugin/pubchem/
H A Dplugin.info.txt5 name Pubchem plugin
H A Dsyntax.php15 $this->name = 'pubchem';
17 @require_once(DOKU_PLUGIN.$this->name.'/classes/cache.php');
19 @require_once(DOKU_PLUGIN.$this->name.'/classes/sciencedb.php');
21 $this->imgCache = new plugin_cache($this->name,'',"png");
22 $this->xmlCache = new plugin_cache($this->name,'',"xml.gz");
23 $this->propCache = new plugin_cache($this->name,'prop','json');
59 $renderer->doc .= file_get_contents(DOKU_PLUGIN.$this->name.'/pubchem_search_box.htm').NL;
230 * table name row for a template
/plugin/inlineedit/
H A Dplugin.info.txt5 name inlineEdit

1...<<241242243244245246247248249250>>...324