Searched refs:getcurrent (Results 1 – 3 of 3) sorted by relevance
| /plugin/metadisplay/helper/ |
| D | plaintext.php | 122 $tmstmp = $this->getcurrent('date', $this->dtype); 143 $description = $this->getcurrent('description','abstract'); 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); 212 … $last_change = $this->getSimpleKeyValue($this->getcurrent($header, null),"last_change"); [all …]
|
| D | html.php | 122 $tmstmp = $this->getcurrent('date', $this->dtype); 143 $description = $this->getcurrent('description','abstract'); 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); 212 … $last_change = $this->getSimpleKeyValue($this->getcurrent($header, null),"last_change"); [all …]
|
| /plugin/xcom/ |
| 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); 317 … $last_change = $this->getSimpleKeyValue($this->getcurrent($header, null),"last_change",$contents); 325 … $this->contributors = $this->getSimpleKeyValue($this->getcurrent($header, null),$contents); 328 $isreferencedby = $this->getcurrent($header,'isreferencedby'); 329 $references = $this->getcurrent($header,'references'); 330 $media = $this->getcurrent($header,'media'); 331 $firstimage = $this->getcurrent($header,'firstimage'); [all …]
|