Lines Matching refs:resId
164 $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))
243 $musings = $aResponse[intval($resId)];
257 …), "/") . "/cmsprint.php?action=getNotes&bibStyle=" . $this->getConf('bibStyle') . "&id=" . $resId;
265 …") . "/cmsprint.php?action=getParaphrase&bibStyle=" . $this->getConf('bibStyle') . "&id=" . $resId;
273 if (array_key_exists(intval($resId), $aResponse))
275 $paraphrases = $aResponse[intval($resId)];
289 …), "/") . "/cmsprint.php?action=getQuote&bibStyle=" . $this->getConf('bibStyle') . "&id=" . $resId;
297 if (array_key_exists(intval($resId), $aResponse))
299 $quotes = $aResponse[intval($resId)];
362 function WikindxparseText($resId, $baseurl, $text) argument
372 $memresId[$resId] = $this->_CMSPHPResponse2Array($resp, true);
375 return $memresId[$resId];