Home
last modified time | relevance | path

Searched refs:page (Results 1 – 25 of 2033) sorted by path

12345678910>>...82

/plugin/404manager/
H A DCHANGES.md12page path is no more split by an underscore `_` for the best page name. This is to avoid that the …
13 …* The best name space page doesn't check all namespace if the page ID that gives a 404 has a exist…
14 …on doesn't occur anymore. The writer is redirected in `edit mode` and can create directly the page.
16 …n occurs the message is kept in the cookie in order to still show it when the new page is rendered.
H A DLICENSE186 same "printed page" as the copyright notice for easier
H A DREADME.md30 * Redirection to a target page for a source page with the admin page
64 To go to the admin page, click on the admin button in the bottom of your page and click on the 404 …
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.
81 It calculate a score for two kinds of page :
88 * When a page have the same name (by default 4)
89 * When a page is a start page of a namespace (by default 3)
101 …* The score for the page with the same name is : 9 = 5 (because namespace1 is present in the asked…
102 …space1 is present in the asked page) + 5 (because namespace2 is present in the asked page) + 3 (be…
110 * asked page : namespace1:namespace3:namepage
[all …]
H A Dplugin.info.txt6 desc Manage the redirection of non-existent page
H A Dstyle.css10 /* Admin page Css
/plugin/404manager/_test/
H A Dmanager.test.php305 …meters::$REDIRECT_TO_NAMESPACE_START_PAGE_GOOD_TARGET, 'The start page of the 404 page namespace',…
364 …ameters::$REDIRECT_TO_NAMESPACE_START_PAGE_PARENT_GOOD_TARGET, 'The start page that has the same n…
/plugin/404manager/lang/en/
H A Dadd.txt2 Example of value for the page :
5 | External Website (Target page only) | - https://gerardnico.com/404managerplugin \\ - http://www.e…
H A Dlang.php60 $lang['message_redirected_by_redirect'] = 'The page (%s) doesn\'t exist. You have been redirected a…
/plugin/404manager/lang/fr/
H A Dadd.txt1 Utilisez le format suivant pour la page cible :
2 ^ Type page Cibe ^ Exemple ^
/plugin/a2s/
H A Ddemo.txt116 "a2s:link":"[[:start|The start page]]"
/plugin/abbrlist/
H A Daction.php16 if(!isset($cache->page)) return;
/plugin/abc2/abc-libraries/abc2svg/
H A Dabcweb-1.js15 function dom_loaded(){var abc,new_page,src,a_inc={},errtxt='',app="abcweb",playing,abcplay,playconf={onend:function(){playing=false}},page,tune_lst,jsdir=document.currentScript?document.currentScript.src.match(/.*\//):(function(){var s_a=document.getElementsByTagName('script')
67 j=page.indexOf("<mei ")
68 if(j>=0){k=page.indexOf("</mei>")+6
69 abc.mei2mus(page.slice(j,k))
73 for(;;){res=re.exec(page)
74 if(!res){src+=page.slice(i).replace(/\n%%/g,"\n%%%%")+"\n%%endml\n"
76 j=re.lastIndex-res[0].length;src+=page.slice(i,j).replace(/\n%%/g,"\n%%%%")
78 if(res=='script'){j=page.indexOf('>',j)+2
79 i=page.indexOf('</'+res,j)
81 page
[all...]
H A Dpage-1.js4 //page.js-module to generate pages
5 abc2svg.page={img_out:function(page,p){var cur_img_out=user.img_out;page.user_out(p) class in abc2svg
6 if(user.img_out!=cur_img_out){page.user_out=user.img_out
7 user.img_out=cur_img_out}},abc_end:function(of){var page=this.page
8 if(page&&page.in_page){abc2svg.page
11 gen_hf(page,ty) global() argument
118 open_page(page,ht) global() argument
152 close_page(page) global() argument
162 blkcpy(page) global() argument
[all...]
/plugin/abc2/
H A Dprint.css2 /* try to print an SVG on a single page */
H A Dstyle.css11 /* this makes the SVG readable by making it possible for it to break out of the page */
13 .dokuwiki div.page {
/plugin/accscounter/
H A Daction.php71 foreach ($aryret as $file=>$page) {
72 echo $page . ' → ';
78 if (!io_saveFile($achelper->counterFN($page, '.number'), $data)) {
102 … $page = utf8_substr($islogfile, 0, utf8_strlen($islogfile) - utf8_strlen('.accscounternm'));
103 echo $page . ' → ';
109 if (!io_saveFile($achelper->counterFN($page, '.number'), $data)) {
H A Dadmin.php55 foreach ($_REQUEST['select'] as $page) {
56 if (file_exists($achelper->counterFN($page, '.ip'))) {
57 $ipdata = @file($achelper->counterFN($page, '.ip'));
82 io_saveFile($achelper->counterFN($page, '.ip'), $writing);
91 foreach ($_REQUEST['select'] as $page) {
92 …>counterFN($page, '.number')) and @unlink($achelper->counterFN($page, '.number')) == FALSE) msg(sp…
93 …per->counterFN($page, '.ip')) and @unlink($achelper->counterFN($page, '.ip')) == FALSE) msg(sprint…
109 if ($_REQUEST['mode'] == 'existing' and page_exists($page)) $specified = TRUE;
110 if ($_REQUEST['mode'] == 'deleted' and !page_exists($page)) $specified = TRUE;
113 if ($specified) $found[$page] = $filename;
[all …]
H A Dplugin.info.txt6 desc Export the number of those who visited a specified page in your wiki today, yesterday, or in w…
/plugin/accscounter/lang/de/
H A Dmngintro.txt14 …* [[?do=admin&page=accscounter&action=mng&mode=existent | Protokoll der vorhandenen Seiten anzeige…
16 …* [[?do=admin&page=accscounter&action=mng&mode=deleted | Protokoll nicht vorhandener Seiten anzeig…
18 …* [[?do=admin&page=accscounter&action=mng&mode=all | Zeigt das Protokoll aller Seiten (einschließl…
/plugin/accscounter/lang/en/
H A Dmngintro.txt3 After selecting the action from the following menu, for each page, you'll see:
5 * The number of page views (PV) since the birth of the page till now
6 * The date when the page was last accessed
9 * The IP address of the visitor who last accessed the page
14 * [[?do=admin&page=accscounter&action=mng&mode=existing|Show the log of existing pages]]
16 * [[?do=admin&page=accscounter&action=mng&mode=deleted|Show the log of non-existing pages]]
18 …* [[?do=admin&page=accscounter&action=mng&mode=all|Show the log of all pages (including non-existi…
20 Or search the page names or namespaces with the textbox below (this searching function is very simp…
H A Dnoitem.txt4 * Don't forget to write ''%%~~NOCACHE~~%%'' in the page you'll put the counter.
H A Dviewer.txt5 … Log" from the pull down, then click "Run" button. If you do nothing, you may close this page now.
/plugin/accscounter/lang/ja/
H A Dmngintro.txt14 * [[?do=admin&page=accscounter&action=mng&mode=existing|存在するページのログを表示する]]
16 * [[?do=admin&page=accscounter&action=mng&mode=deleted|存在しないページのログを表示する]]
18 * [[?do=admin&page=accscounter&action=mng&mode=all|全てのページ(存在しないページも含む)のログを表示する]]
/plugin/accscounter/lang/pt-br/
H A Dmngintro.txt14    * [[?do=admin&page=accscounter&action=mng&mode=existente|Mostrar o log de páginas existentes]]
16    * [[?do=admin&page=accscounter&action=mng&mode=deletado|Mostrar o log de páginas inexistentes]]
18    * [[?do=admin&page=accscounter&action=mng&mode=all|Mostrar o log de todas as páginas (incluindo …
/plugin/accscounter/syntax/
H A Dcounter.php38 function plugin_counter_get_count($page) argument
58 if (isset($counters[$page])) return $counters[$page];
61 $counters[$page] = $default;
188 $counters[$page]['ip'] = $clientIP;
190 $counters[$page]['yesterday'] = $is_yesterday ? $counters[$page]['today'] : 0;
193 $counters[$page]['today'] = 1;
194 $counters[$page]['total']++;
246 $counters[$page]['today'] = 0;
253 $counters[$page]['today']++;
254 $counters[$page]['total']++;
[all …]

12345678910>>...82