Home
last modified time | relevance | path

Searched refs:page (Results 1801 – 1825 of 2033) sorted by path

1...<<71727374757677787980>>...82

/plugin/subjectindex/syntax/
H A Dindex.php165 $page = rtrim($all_pages[$pid], "\n\r");
168 if ( ! SI_Utils::is_valid_page($page)) {
202 $links[] = $page;
292 foreach($pages as $page) {
296 …$links .= $this->_render_wikilink($page, $opt['proper'], $opt['title'], $opt['abstract'], $anchor);
/plugin/submgr/lang/en/
H A Dintro.txt4 …ed, it is automatically applied to all matching users (eg. they are subscribed to the given page or
/plugin/subpages/
H A Dsyntax.php270 foreach ($this->pages as $page) {
272 $ret .= '<li>'.html_wikilink($page['linkid'], $page['title']).'</li>';
/plugin/superacl/lang/en/
H A Dhelp.txt3 On this page you can add and remove permissions for namespaces and
/plugin/superacl/lang/fr/
H A Dhelp.txt3 Cette page vous permet d'ajouter ou de supprimer des permissions pour les catégories et les pages d…
/plugin/superacl/
H A Dstyle.css65 background: transparent url(pix/page.png) 0px 1px no-repeat;
/plugin/svgedit/
H A Dscript.js22 function svgedit_save(page) { argument
28 if (page) {
/plugin/svgembed/
H A DREADME.md4 For more information, see [this page at the Dokuwiki homepage.](https://www.dokuwiki.org/plugin:svg…
/plugin/svgpureinsert/
H A DREADME.md4 Inserts an SVG image as-is into a DokuWiki page to be rendered by
/plugin/swiftmail/lang/en/
H A Dintro.txt3 This page allows you to trigger sending a test mail in DokuWiki. You can use it to check if you con…
/plugin/swiftmail/lang/fr/
H A Dintro.txt3 Cette page vous permet de déclencher l'envoi d'un courriel de test depuis DokuWiki. Vous pouvez l'u…
/plugin/symbols4odt/
H A Ddokuwiki_plugin_page.wiki66 …'substitute4XHTML'' will be given to the XHTML representation of the wiki page. HTML Tags are allo…
/plugin/sympaauth/lang/en/
H A Dintro.txt3 From this page you can set up or unset the authentication backend which uses the soap frontend of a…
5 To activate this backend, you must go to the configuration plugin page, and select "sympa" as the a…
/plugin/sympaauth/lang/fr/
H A Dintro.txt3 A partir de cette page vous pouvez mettre en place ou retirer le système d'authentification qui uti…
6 Pour l'activer, allez ensuite à la page du plugin de configuration (partie administration), select…
/plugin/syntaxhighlighter3/
H A DCHANGELOG.md22 * Add documentation from plugin page
H A DREADME.md18 …plugins, please refer to the official [DokuWiki SyntaxHighlighter3 plugin page](http://www.dokuwik…
54 * **collapse**: Allows you to force highlighted elements on the page to be collapsed by default `(d…
/plugin/syntaxhighlighter4/
H A DREADME.md17 …plugins, please refer to the official [DokuWiki SyntaxHighlighter4 plugin page](http://www.dokuwik…
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1page which should be processes by SyntaxHighlighter.\n *\n * @param {Object} globalParams Op…
/plugin/tabbox/
H A DREADME3 Insert a tabbed box in a page
H A Dplugin.info.txt6 desc Insert a tabbed box in a page
/plugin/tabinclude/
H A Dhelper.php61 $page = trim($pages[$i]);
65 if($page[0]=='*'){
67 $page = substr($page,1);
80 $p = substr($page,0,strpos($page,'[['));
81 $page = $match[1];
91 $page = substr($page,1);
97 list($page, $title) = explode('|', $page, 2);
98 list($page ,$section) = explode('#', $page, 2);
99 if($page=='') continue;
115 $title = $this->getConf('namespace_in_tab')?$page:noNS($page);
[all …]
H A Dscript.js5 function dwpl_ti_refresh(_this, page){ argument
6 if(page){
13 jQuery.post(DOKU_BASE + 'lib/plugins/tabinclude/ajax.php', { call: 'content', page: page })
/plugin/table2csv/
H A DREADME.md4 Create a csv file from the first table on a dokuwiki page
16 …dentify the table because by specifying a start marker of any text on the page the plugin will sel…
18 The file page should display the plugin Tools selection to Export To csv in the top and bottom righ…
/plugin/tableedit/
H A DREADME.md8 The plugin will add an toolbar-button. Edit a page. Mark a table an press the button. A dialog will…
/plugin/tag/_test/
H A Dtopic_and_tagrefine.test.php72 * @param array $expected expected page ids
87 * @param array $expected List of page ids
94 foreach ($actual as $page) {
95 if ($page['id'] === $id) {
103 foreach ($actual as $page) {
104 $this->assertTrue(in_array($page['id'], $expected), $msg_prefix.'Page '.$page['id'].' is in the result but wasn\'t expected');

1...<<71727374757677787980>>...82