Home
last modified time | relevance | path

Searched refs:info_type (Results 1 – 4 of 4) sorted by relevance

/plugin/odp/
Dsyntax.php61 $info_type = $extinfo[0];
69 return array($info_type, $info_value);
84 list($info_type, $info_value) = $data;
85 if ($info_type == "template") { // Template-based export
/plugin/odt/
Dsyntax.php70 $info_type = $extinfo[0];
79 return array($info_type, $info_value, $pos);
107 list($info_type, $info_value, $pos) = $data;
111 if ( $this->config->isParam($info_type) ) {
114 $renderer->setConfigParam($info_type, $info_value);
116 if ($this->config->addingToMetaIsAllowed($info_type, $pos)) {
118 $renderer->meta['relation']['odt'][$info_type] = $info_value;
124 switch($info_type)
/plugin/mellelexport/
Dsyntax.php73 list($info_type, $info_value) = $data;
74 if ($info_type == "template") { // Template-based export
/plugin/abc2/abc-libraries/abc2svg/
Dabc2svg-1.js5961 function do_info(info_type,text){var s,d1,d2,a,vid argument
5962 if(curvoice&&curvoice.ignore&&info_type!='V')
5964 switch(info_type){case'I':self.do_pscom(text)
5989 if(cfmt.writefields.indexOf(info_type)<0)
6005 case'N':case'R':if(!info[info_type])
6006 info[info_type]=text
6008 info[info_type]+='\n'+text
6015 default:syntax(0,"'$1:' line ignored",info_type)