Home
last modified time | relevance | path

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

/plugin/pubmed2020/tests/
H A Dtest.txt6 * {{pmid>short:32123385}}
8 * {{pmid>long:32123385}}
10 * {{pmid>long_tt:32123385}}
16 * {{pmid>vancouver:32123385}}
21 * {{pmid>short:32200990}}
23 * {{pmid>long:32200990}}
25 * {{pmid>long_tt:32200990}}
45 * {{pmid>long:28876803}}
61 * {{pmid>long:25617070}}
64 * {{pmid>long:32444080}}
[all …]
H A DPM15924077.ris24 U1 - 15924077[pmid]
/plugin/pubmed/
H A Dsyntax.php30 list($cmd,$pmid) = explode(':',$match);
33 $pmid = '';
35 return array($state,array($cmd,$pmid));
44 list($cmd, $pmid) = $query;
47 if (!is_numeric($pmid)){
51 $xml = $this->getSummaryXML($pmid);
53 $renderer->doc.=sprintf($this->getLang('pubmed_not_found'),$pmid);
56 $href_url = sprintf($this->ncbi->pubmedURL,$pmid);
82 if (!is_numeric($pmid)){
86 $xml = $this->getSummaryXML($pmid);
111 getSummaryXml($pmid) global() argument
[all...]
/plugin/authucenter/lib/uc_client/model/
H A Dpm.php35 function pmintval($pmid) { argument
36 return @is_numeric($pmid) ? $pmid : 0;
39 function getpmbypmid($uid, $pmid) { argument
40 if(!$pmid) {
268 $pmid = $this->db->insert_id();
282 return $pmid;
332 $pmid = $this->db->insert_id();
353 return $pmid;
431 if(!$uid || !$pmid) {
685 function getplidbypmid($pmid) { argument
[all …]
/plugin/pubmed2020/classes/
H A Dcache.php75 function GetLocalPdfPath($pmid, $doi) { argument
79 $ml = $this->pdfPmidNS.$delimiter.$pmid.".pdf";
157 $pmid = array_search($doi, $cross);
159 if (!empty($pmid)) {
160 $pmids[] = $pmid;
250 function GetTranslatedAbstract($pmid, $lang='fr'){ argument
251 $filepath = sprintf($this->abstractTrFormat,$pmid);
/plugin/pubmed2020/helper/
H A Dpmid.php178 $pmid = $this->opt['value'];
186 $raw = $plugin->getMedlineContent("pmid", $pmid);
/plugin/authucenter/lib/uc_client/
H A Dclient.php504 function uc_pm_view($uid, $pmid = 0, $touid = 0, $daterange = 1, $page = 0, $pagesize = 10, $type =… argument
509 $pmid = @is_numeric($pmid) ? $pmid : 0;
510 …$return = call_user_func(UC_API_FUNC, 'pm', 'view', array('uid'=>$uid, 'pmid'=>$pmid, 'touid'=>$to…
521 function uc_pm_viewnode($uid, $type, $pmid) { argument
524 $pmid = @is_numeric($pmid) ? $pmid : 0;
525 … = call_user_func(UC_API_FUNC, 'pm', 'viewnode', array('uid'=>$uid, 'type'=>$type, 'pmid'=>$pmid));
/plugin/authucenter/lib/uc_client/control/
H A Dpm.php227 $pmid = $this->input('pmid');
265 if($pmid) {
266 $pms = $_ENV['pm']->getpmbypmid($this->user['uid'], $pmid);
299 $pmid = $this->input('pmid');
301 $pms = $_ENV['pm']->getpmbypmid($this->user['uid'], $pmid);
/plugin/pubmed2020/
H A Dstyle.css55 .pubmed a.pmid {
75 .pubmed .pmid,
H A Dsyntax.php462 $renderer->doc .= "PMID: ".$r->pmid." ; DOI: ".$r->doi." ; PMC: ".$r->pmcid;