Lines Matching refs:_getMeta
891 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
1013 $this->_put($this->_getMeta($page, "description", "abstract"));
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");
1241 $tmp = $this->_getMeta($page, "subject");