Searched refs:dokuPageId (Results 1 – 6 of 6) sorted by relevance
/plugin/sphinxsearch-was/ |
H A D | xmlall.php | 59 $dokuPageId = $row['id']; variable 61 if (empty($dokuPageId) || !$exists) { //do not include not exists page 66 $testName = ':' . $dokuPageId; 73 $metadata = p_get_metadata($dokuPageId); 74 $sections = getDocumentsByHeadings($dokuPageId, $metadata); 83 $data['id'] = sprintf('%u', crc32($dokuPageId . $hid)); 84 $data['namespace'] = getCategories($dokuPageId); 85 $data['pagename'] = getPagename($dokuPageId); 101 $data['id'] = sprintf('%u', crc32($dokuPageId)); 102 $data['namespace'] = getCategories($dokuPageId); [all …]
|
/plugin/sphinxsearch/ |
H A D | xmlall.php | 59 $dokuPageId = $row['id']; variable 61 if (empty($dokuPageId) || !$exists){ //do not include not exists page 66 $testName = ':'.$dokuPageId; 73 $metadata = p_get_metadata($dokuPageId); 74 $sections = getDocumentsByHeadings($dokuPageId, $metadata); 83 $data['id'] = sprintf('%u', crc32($dokuPageId.$hid)); 84 $data['namespace'] = getCategories($dokuPageId); 85 $data['pagename'] = getPagename($dokuPageId); 101 $data['id'] = sprintf('%u', crc32($dokuPageId)); 102 $data['namespace'] = getCategories($dokuPageId); [all …]
|
/plugin/geonav/server/ |
H A D | getWikiData.php | 2 function pullInWikiData ($dokuPageId, $namespace, $topic) { argument 7 p_set_metadata('issue:sidebar_right', array('plugin_geonav_page'=>$dokuPageId)); 8 $file = wikiFN($dokuPageId); 9 $data = io_readWikiPage($file, $dokuPageId, $rev=false);
|
/plugin/eventline/ |
H A D | getXmlData.php | 10 * @param string $dokuPageId pagename containing timeline data 15 function pullInXmlData ($dokuPageId, $wikihtml) { argument 22 $pagePath = DOKU_INC . '/data/pages/'. str_replace(":", "/", $dokuPageId) . '.txt'; 25 $cache = new cache_instructions($dokuPageId, $pagePath);
|
/plugin/table2csv/ |
H A D | getTableData.php | 2 function scrapeTable2Csv($dokuPageId, $fileext, $startMarker) { argument 5 $file = wikiFN($dokuPageId); 6 $data = io_readWikiPage($file, $dokuPageId, $rev=false); 9 msg(sprintf('Failed to read page ' . $dokuPageId));
|
/plugin/sqlraw/ |
H A D | syntax.php | 607 function _pullInWikiPage ($dokuPageId) { argument 608 $file = wikiFN($dokuPageId); 609 $data = io_readWikiPage($file, $dokuPageId, $rev=false);
|