Searched refs:getSimpleKeyValue (Results 1 – 3 of 3) sorted by relevance
/plugin/xcom/ |
H A D | remote.php | 317 … $last_change = $this->getSimpleKeyValue($this->getcurrent($header, null),"last_change",$contents); 325 … $this->contributors = $this->getSimpleKeyValue($this->getcurrent($header, null),$contents); 350 function getSimpleKeyValue($ar,$which="",&$contents) { function in remote_plugin_xcom
|
/plugin/metadisplay/helper/ |
H A D | html.php | 212 … $last_change = $this->getSimpleKeyValue($this->getcurrent($header, null),"last_change"); 265 function getSimpleKeyValue($ar,$which="") { function in helper_plugin_metadisplay_html
|
H A D | plaintext.php | 212 … $last_change = $this->getSimpleKeyValue($this->getcurrent($header, null),"last_change"); 263 function getSimpleKeyValue($ar,$which="") { function in helper_plugin_metadisplay_plaintext
|