Home
last modified time | relevance | path

Searched refs:backlinks (Results 51 – 54 of 54) sorted by relevance

123

/plugin/pagequery/
H A DPageQuery.php126 if (isset($col_keys['backlinks'])) {
127 $backlinks = idx_get_indexer()->lookupKey('relation_references', $ids);
210 case 'backlinks':
211 $value = implode(' ', current($backlinks));
212 next($backlinks);
/plugin/combo/ComboStrap/
H A DMarkupPath.php427 * @return MarkupPath[] the backlinks
435 $backlinks = array();
442 $backlinks[$backlinkId] = MarkupPath::createMarkupFromId($backlinkId);
444 return $backlinks;
/plugin/pageredirect/
H A DChangeLog.md20 - Partial support for backlinks with redirects by @michitux in #26
/plugin/xcom/lang/en/
H A Dfunctions.txt79 ^Description|Returns a list of [[doku>:backlinks]] of a Wiki page.|

123