Home
last modified time | relevance | path

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

/plugin/dir/
H A Dsyntax.php891 return $this->_getMeta($page, "description", "abstract");
893 return $this->_getMeta($page, "date", "modified");
895 return $this->_getMeta($page, "date", "created");
897 $users = $this->_getMeta($page, "contributor");
908 $users = $this->_getMeta($page, "contributor");
977 function _getMeta(&$page, $key1, $key2 = NULL) { function in syntax_plugin_dir
1016 $this->_putDate($this->_getMeta($page, "date", "modified"));
1019 $this->_putDate($this->_getMeta($page, "date", "created"));
1022 $users = $this->_getMeta($page, "contributor");
1036 $users = $this->_getMeta($page, "contributor");
[all …]
/plugin/snap/
H A Dhelper.php168 $titrePage = $pagelist->_getMeta('title');
H A Dsyntax.php.ori150 $titrePage = $pagelist->_getMeta('title');