Home
last modified time | relevance | path

Searched refs:resId (Results 1 – 1 of 1) sorted by relevance

/plugin/wikindx/
Dsyntax.php164 $resId = $iex[0] ?? NULL;
169 $WKX_USED_IDS[] = $resId;
173 $resourceId[] = $resId;
184 $citetext .= "[cite]" . $resId . "[/cite]\n";
187 $aResponse = $this->WikindxparseText($resId, $this->getConf('url'), $citetext);
201 …"/") . "/cmsprint.php?action=getAbstract&bibStyle=" . $this->getConf('bibStyle') . "&id=" . $resId;
210 …$aResponse = $this->WikindxparseText($resId, $this->getConf('url'), "[cite]" . rtrim($resId . "|" …
221 …l'), "/") . "/index.php?action=cms_CMS_CORE&method=resource_RESOURCEVIEW_CORE&id=" . $resId . '">';
233 …, "/") . "/cmsprint.php?action=getMusing&bibStyle=" . $this->getConf('bibStyle') . "&id=" . $resId;
241 if (array_key_exists(intval($resId), $aResponse))
[all …]