Lines Matching refs:references
51 $references = array_keys(p_get_metadata($this->movedId, 'relation references', METADATA_RENDER_UNLIMITED));
52 idx_get_indexer()->addMetaKeys($this->movedId, 'relation_references', $references);
79 $references = array_keys(p_get_metadata($this->parentBacklinkingId, 'relation references', METADATA_RENDER_UNLIMITED));
80 idx_get_indexer()->addMetaKeys($this->parentBacklinkingId, 'relation_references', $references);
111 $references = array_keys(p_get_metadata($this->currentNsBacklinkingId, 'relation references', METADATA_RENDER_UNLIMITED));
112 idx_get_indexer()->addMetaKeys($this->currentNsBacklinkingId, 'relation_references', $references);
138 $references = array_keys(p_get_metadata($this->otherBacklinkingId, 'relation references', METADATA_RENDER_UNLIMITED));
139 idx_get_indexer()->addMetaKeys($this->otherBacklinkingId, 'relation_references', $references);
169 $references = array_keys(p_get_metadata($this->subNsPage, 'relation references', METADATA_RENDER_UNLIMITED));
170 idx_get_indexer()->addMetaKeys($this->subNsPage, 'relation_references', $references);