Searched refs:getcurrent (Results 1 – 3 of 3) sorted by relevance
/plugin/metadisplay/helper/ |
H A D | html.php | 122 $tmstmp = $this->getcurrent('date', $this->dtype); 158 $contribs = $this->getcurrent('contributor', null); 169 $creator = $this->getcurrent('creator', null); 170 $creator_id = $this->getcurrent('user', null); 189 $title = $this->getcurrent($header, null); 193 …$this->process_dates($this->getcurrent('date', 'created'),$this->getcurrent('date', 'modified')); 203 $creator = $this->getcurrent('creator', null); 206 $creator_id = $this->getcurrent('user', null); 236 $media = $this->getcurrent($header,'media'); 355 function getcurrent($which, $other) { function in helper_plugin_metadisplay_html [all …]
|
H A D | plaintext.php | 122 $tmstmp = $this->getcurrent('date', $this->dtype); 158 $contribs = $this->getcurrent('contributor', null); 169 $creator = $this->getcurrent('creator', null); 189 $title = $this->getcurrent($header, null); 193 …$this->process_dates($this->getcurrent('date', 'created'),$this->getcurrent('date', 'modified')); 203 $creator = $this->getcurrent('creator', null); 206 $creator_id = $this->getcurrent('user', null); 235 $media = $this->getcurrent($header,'media'); 238 $haspart = $this->getcurrent($header,'haspart'); 353 function getcurrent($which, $other) { function in helper_plugin_metadisplay_plaintext [all …]
|
/plugin/xcom/ |
H A D | remote.php | 301 $title = $this->getcurrent($header, null); 306 …$this->process_dates($this->getcurrent('date', 'created'),$this->getcurrent('date', 'modified'),$c… 311 $creator = $this->getcurrent('creator', null); 312 $creator_id = $this->getcurrent('user', null); 328 $isreferencedby = $this->getcurrent($header,'isreferencedby'); 329 $references = $this->getcurrent($header,'references'); 330 $media = $this->getcurrent($header,'media'); 331 $firstimage = $this->getcurrent($header,'firstimage'); 332 $haspart = $this->getcurrent($header,'haspart'); 333 $subject = $this->getcurrent($header,'subject'); [all …]
|