Home
last modified time | relevance | path

Searched full:indexer_page_add (Results 1 – 17 of 17) sorted by path

/dokuwiki/inc/
H A Dindexer.php188 $evt = new Event('INDEXER_PAGE_ADD', $data);
/plugin/combo/action/
H A Dindexer.php70 $controller->register_hook('INDEXER_PAGE_ADD', 'AFTER', $this, 'indexViaIndexerAdd', array());
/plugin/dev/
H A Devents.txt68 INDEXER_PAGE_ADD
/plugin/discussion/
H A Daction.php47 'INDEXER_PAGE_ADD',
/plugin/include/
H A Daction.php30 $controller->register_hook('INDEXER_PAGE_ADD', 'BEFORE', $this, 'handle_indexer');
55 * Handles the INDEXER_PAGE_ADD event, prevents indexing of metadata from included pages that aren't public if enabled
/plugin/indextitleonly/
H A Daction.php21 $controller->register_hook('INDEXER_PAGE_ADD', 'BEFORE', $this, 'handle_indexer_page_add');
/plugin/ireadit/action/
H A Direadit.php17 $controller->register_hook('INDEXER_PAGE_ADD', 'BEFORE', $this, 'add_readers_to_index');
/plugin/pageredirect/
H A Daction.php29 $controller->register_hook('INDEXER_PAGE_ADD', 'BEFORE', $this, 'handle_indexer');
/plugin/pagetitle/
H A Daction.php19 $controller->register_hook('INDEXER_PAGE_ADD', 'BEFORE', $this, '_indexer_pagetitle');
45 * INDEXER_PAGE_ADD
/plugin/pycode/
H A Daction.php39 $controller->register_hook("INDEXER_PAGE_ADD", "BEFORE", $this, "add_code", array());
/plugin/scrape/
H A Daction.php
/plugin/searchtext/
H A Daction.php13 $controller->register_hook('INDEXER_PAGE_ADD', 'BEFORE', $this, '_getSearch');
/plugin/spatialhelper/
H A Daction.php42 // http://www.dokuwiki.org/devel:event:indexer_page_add
43 $controller->register_hook('INDEXER_PAGE_ADD', 'BEFORE', $this, 'handleIndexerPageAdd');
/plugin/sql2wiki/action/
H A Dindexer.php17 $controller->register_hook('INDEXER_PAGE_ADD', 'BEFORE', $this, 'handle_indexer_page_add');
/plugin/struct/action/
H A Dsearch.php29 $controller->register_hook('INDEXER_PAGE_ADD', 'BEFORE', $this, 'handleIndexing');
/plugin/subjectindex/action/
H A Dindexer.php21 $controller->register_hook('INDEXER_PAGE_ADD', 'AFTER', $this, 'handle');
/plugin/tag/
H A Daction.php25 $controller->register_hook('INDEXER_PAGE_ADD', 'BEFORE', $this, 'addTagsToIndex', array());