Home
last modified time | relevance | path

Searched refs:meta_data (Results 1 – 3 of 3) sorted by relevance

/plugin/news/scripts/
H A DfeedData.php5 var $meta_data; // array of meta data entries from meta/newsfeed:pagedata.ser variable in feedData
23 $this->meta_data = $this->_readFile($metafile, true);
24 uasort($this->meta_data,function($a,$b) {
41 $ar = array_keys($this->meta_data);
155 $this->currentMetaArray = $this->meta_data[$this->currentMD5BaseName];
/plugin/fckg/syntax/
H A Ddwplugin.php447 $meta_data = $this->meta_io (true);
451 if(isset($meta_data['persistent']['dwplugin']) && $meta_data ['persistent']['dwplugin'] > 0) {
452 $timestamp = $meta_data ['persistent']['dwplugin'];
454 else if(isset($meta_data['dwplugin']) && $meta_data['dwplugin'] > 0) {
455 $timestamp = $meta_data ['dwplugin'];
/plugin/pgsqlquery/
H A Dsyntax.php112 $meta_data = $stmt->getColumnMeta($i);
114 $renderer->doc .= $meta_data['name'];