Home
last modified time | relevance | path

Searched full:idx_addpage (Results 1 – 25 of 53) sorted by path

123

/dokuwiki/bin/
H A Dindexer.php86 idx_addPage($id, !$this->quiet, $this->clear);
/dokuwiki/inc/Remote/
H A DApiCore.php700 idx_addPage($page);
/dokuwiki/inc/
H A DTaskRunner.php206 return idx_addPage($ID, true);
H A Dindexer.php124 function idx_addPage($page, $verbose = false, $force = false)
118 function idx_addPage($page, $verbose=false, $force=false) { global() function
/plugin/404manager/_test/
H A Ddokuwiki.test.php18 idx_addPage(constant_parameters::$PAGE_EXIST_ID);
H A Dmanager.test.php205 idx_addPage(constant_parameters::$REDIRECT_BEST_PAGE_NAME_TARGET_SAME_BRANCH);
254 idx_addPage(constant_parameters::$REDIRECT_BEST_PAGE_NAME_TARGET_SAME_BRANCH);
256 idx_addPage(constant_parameters::$REDIRECT_BEST_PAGE_NAME_TARGET_OTHER_BRANCH);
304 idx_addPage(constant_parameters::$REDIRECT_TO_NAMESPACE_START_PAGE_BAD_TARGET);
306 idx_addPage(constant_parameters::$REDIRECT_TO_NAMESPACE_START_PAGE_GOOD_TARGET);
363 idx_addPage(constant_parameters::$REDIRECT_TO_NAMESPACE_START_PAGE_PARENT_BAD_TARGET);
365 idx_addPage(constant_parameters::$REDIRECT_TO_NAMESPACE_START_PAGE_PARENT_GOOD_TARGET);
413 idx_addPage($targetPage);
441 idx_addPage($targetPage);
/plugin/advanced/admin/
H A Dimport.php142 idx_addPage($wiki_page);
/plugin/api/_test/
H A Dpage.test.php50 idx_addPage($homePageId);
59 idx_addPage($backlinkHomePageId);
H A Dpages.test.php51 idx_addPage($homePageId);
59 idx_addPage($secondPage);
120 idx_addPage($i);
/plugin/backlinks2/_test/
H A Dsyntax.test.php56 idx_addPage($val['id'], $verbose, $force);
58 //idx_addPage('bob_ross_says', $verbose, $force);
59 //idx_addPage('link', $verbose, $force);
60 //idx_addPage('backlinks_syntax', $verbose, $force);
H A Dsyntax_exclude.test.php56 idx_addPage($val['id'], $verbose, $force);
H A Dsyntax_include.test.php56 idx_addPage($val['id'], $verbose, $force);
H A Dsyntax_include_deep.test.php56 idx_addPage($val['id'], $verbose, $force);
/plugin/combo/ComboStrap/
H A DMarkupPath.php613 idx_addPage($ID);
/plugin/combo/action/
H A Dindexer.php40 * via the `internal index` metadata. See {@link idx_addPage()}
68 * in {@link idx_addPage} (page is the id)
107 * From {@link idx_addPage}
/plugin/combo/
H A Dcli.php283 $indexedOrNot = idx_addPage($id, true, true);
/plugin/docsearch/
H A Dcron.php101 idx_addPage($ID);
/plugin/freesync/
H A Dhelper.php346 idx_addPage($id);
/plugin/googletagmanager/_test/
H A Daction_plugin_googletagmanagerTest.php24 idx_addPage($pageId);
/plugin/include/_test/
H A Dlocallink_conversion.test.php23 idx_addPage('test:included');
26 idx_addPage('test:includefull');
29 idx_addPage('test:includefirst');
H A Dmedia_linktitle_conversion.test.php29 idx_addPage('wiki:included');
32 idx_addPage('test:include');
H A Dpagemove_support.test.php25 idx_addPage('editx');
39 idx_addPage('editx');
40 idx_addPage('links');
67 idx_addPage('old:namespace:main');
68 idx_addPage('old:namespace:1:page_1');
69 idx_addPage('old:namespace:1:page_2');
H A Dsafeindex.test.php31 idx_addPage('parent');
32 idx_addPage('child');
33 idx_addPage('public');
/plugin/indexmenu/_test/
H A Dindexmenu_syntax_indexmenu.test.php
/plugin/indextitleonly/_test/
H A Dindextitleonly.test.php19 idx_addPage('titleonly:sub:test');
20 idx_addPage('test');

123