Home
last modified time | relevance | path

Searched refs:page (Results 526 – 550 of 2033) sorted by relevance

1...<<21222324252627282930>>...82

/plugin/xcom/lang/en/
H A Dhowto.txt7 …enter a paged id, then select listLinks, a list of all the links for that page, and their types, w…
24 … the ''ID'' text box. The id must be the complete id that identifies the page on the remote serve…
27 …- There are more query types found on Dokuwiki's [[https://dokuwiki.org/devel:xmlrpc|xmlrpc page]]…
32 …y one time, so that, for instance, you can be looking at the markup for a page while also viewing …
34 …the wiki you are currently logged into. It also enables you to add material to a page by appending.
43page or media file into the ''ID'' field and click the ''Local save'' button. If you select a page
54 …h]] and returns a page of snippets from pages with the matching texts; clicking on the page id's f…
56 …m will be imported into the local wiki from the remote wiki. If this is a page, all of its media w…
58 … menu. For more information about this, see the [[doku>plugin:xcom#action_links|xcom plugin page]].
/plugin/batchedit/
H A Dengine.php46 * Accepts message and page ids followed by optional arguments.
682 public function addPage($page) { argument
683 $this->pages[$page->getId()] = $page;
684 $this->matches += count($page->getMatches());
1022 $page = new BatcheditPage(trim($pageId));
1023 $interrupted = $page->findMatches($regexp, $replacement, $limit - $this->session->getMatchCount(),
1026 if (count($page->getMatches()) > 0) {
1027 $this->session->addPage($page);
1087 array_reduce($this->session->getPages(), function ($marks, $page) {
[all...]
/plugin/inlinetoc/
H A Dplugin.info.txt6 desc Renders the toc of a page inside the page content, a la Mediawiki
/plugin/404manager/lang/fr/
H A Dadd.txt1 Utilisez le format suivant pour la page cible :
2 ^ Type page Cibe ^ Exemple ^
/plugin/combo/lang/fr/
H A Dadd.txt1 Utilisez le format suivant pour la page cible :
2 ^ Type page Cibe ^ Exemple ^
/plugin/combo/ComboStrap/
H A DReference.php15 * and not the page id for instance
21 public static function createFromResource(MarkupPath $page) argument
24 ->setResource($page);
29 return "The path to the internal page";
H A DDatabasePageRow.php99 public static function getFromPageObject(MarkupPath $page): DatabasePageRow argument
103 $row = $databasePage->getDatabaseRowFromPage($page);
116 * Delete from the page to refresh if any
129 throw new ExceptionCompile("You can't replicate the non-existing page ($this->markupPath) on the file system");
179 * @throws ExceptionNotExists - no page id to add
220 * @param MarkupPath $page
225 public static function getOrCreateFromPageObject(MarkupPath $page): DatabasePageRow
230 $row = $databasePage->getDatabaseRowFromPage($page);
234 // page copied on the local system
236 ComboFs::createIfNotExists($page);
211 getOrCreateFromPageObject(MarkupPath $page) global() argument
747 deleteIfExistsAndAddRedirectAlias(MarkupPath $page) global() argument
935 setMarkupPath(MarkupPath $page) global() argument
[all...]
/plugin/include/_test/
H A Dnamespace_includes.test.php30 saveWikiText('inclhidden:hidden', 'Hidden page', 'Created hidden page');
31 saveWikiText('inclhidden:visible', 'Visible page', 'Created visible page');
34 saveWikiText('incltest:level1', 'Page on level 1', 'Created page on level 1');
35 saveWikiText('incltest:ns:level2', 'Page on level 2', 'Created page on level 2');
36 saveWikiText('incltest:ns:ns:level3', 'Page on level 3', 'Created page on level 3');
38 // for page ordering
39 saveWikiText('inclorder:page1', 'Page 1', 'Created page 1');
40 saveWikiText('inclorder:page2', 'Page 2', 'Created page
[all...]
/plugin/tagfilter/syntax/
H A Dcompare.php97 foreach ($preparedPages as $key => $page) {
98 if (!in_array($page['id'], $allPageids)) {
101 $dropdownValues[$page['id']] = $page['title'];
146 // used on the page selected for that table column
155 //more tags per cell(=per page) possible
/plugin/navi/
H A Daction.php24 if (!isset($cache->page)) return;
28 $depends = p_get_metadata($cache->page, 'relation naviplugin');
/plugin/ireadit/action/
H A Dcache.php41 if (!$cache->page) return true; // not a page cache
44 if (p_get_metadata($cache->page, 'plugin_ireadit_list')) {
/plugin/toctweak/
H A Dplugin.info.txt6 desc Show tailored table of contents (TOC) of specified page/section in the page content
/plugin/aclinfo/
H A Dsyntax.php64 $page = $INFO['id'];
66 $page = $data[0];
69 $perms = $this->_aclcheck($page);
/plugin/include/syntax/
H A Dreadmore.php24 list($page) = $data;
32 $renderer->internallink($page, $this->getLang('readmore'));
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dredirects.asciidoc9 This page has moved. See <<authentication>>.
14 This page has moved. See <<installation>>
/plugin/pdfjs/pdfjs/web/locale/rw/
H A Dviewer.properties17 # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
21 # will be replaced by a number representing the currently visible page,
48 # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
50 # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
/plugin/odt/ODT/
H A DODTIndex.php295 $page = 0;
328 $page = 0;
342 $page++;
343 $content .= $page;
389 $page++;
390 $content .= $page;
/plugin/todo/syntax/
H A Dtodo.php255 * @param string $id of page
349 //restore page ID
397 * @return string page id
425 * intable:whole = the left side of table (page name) is done by searchpattern, the right side
436 * @param array $data whole data multidemensional array( array( $page => $countOfMatches ), ... )
438 * @param string $page id of current page
443 public function _searchpatternHandler($type, $renderer, $data, $matches, $params = array(), $page = null, $value = null) {
458 foreach($matches as $page => $allTodosPerPage) {
459 $renderer->doc .= '<tr class="sp_title"><th class="sp_title" colspan="2"><a href="' . wl($page)
414 _searchpatternHandler($type, $renderer, $data, $matches, $params = array(), $page = null, $value = null) global() argument
[all...]
/plugin/filelisting/action/
H A Dcache.php46 if(!isset($cache->page)) return;
49 //Check if it is an filelisting page
50 $filelisting = p_get_metadata($cache->page, 'filelisting');
/plugin/advanced/lang/fr/config/
H A Dintro.txt3 …tte page pour gérer les paramètres avancés de votre installation. N'oubliez pas de cliquer sur le …
/plugin/combo/action/
H A Dmetakeywords.php35 $page = action_plugin_combo_metacanonical::getContextPageForHeadHtmlMeta();
41 $keywords = $page->getKeywordsOrDefault();
/plugin/fastwiki/
H A Dscript.js2 * The fastwiki plugin loads 'do' actions as AJAX requests when possible, to speed up the page. It also adds section editing.
62 * Find supported action links (do=???) and references to the current page, and turn them into AJAX requests.
82 // The magic only works if the do= is for the current page.
161 * Preview a page edit without reloading the page.
197 * Get an editable page section.
254 * Initialize a page edit. This must be called every time the editor is loaded.
341 // Do a fast save if we started on 'show' and we're not creating or deleting the page.
385 * @param {String} action - The new page action.
386 * @param {String=} target - The part of the page bein
730 load(page, sectionForm, params, force, callback) global() argument
[all...]
/plugin/filterrss/
H A Daction.php31 if (!isset($cache->page)) return;
32 $meta = p_get_metadata($cache->page, 'plugin_filterrss');
/plugin/randominc/
H A Dplugin.info.txt6 desc Randomly select a page from a namespace and include it in the current page
/plugin/include/
H A Dplugin.info.txt6 desc Functions to include another page in a wiki page

1...<<21222324252627282930>>...82