Home
last modified time | relevance | path

Searched refs:dthlp (Results 26 – 29 of 29) sorted by last modified time

12

/plugin/semanticdata/syntax/
H A Dentry.php16 var $dthlp = null; variable in syntax_plugin_semanticdata_entry
22 $this->dthlp =& plugin_load('helper', 'semanticdata');
23 …if(!$this->dthlp) msg('Loading the data helper failed. Make sure the semanticdata plugin is instal…
77 $column = $this->dthlp->_column($line[0]);
88 $val = trim($this->dthlp->_cleanData($val,$column['type']));
93 $data[$column['key']] = $this->dthlp->_cleanData($line[1],$column['type']);
149 $ret .= $this->dthlp->_formatData($data['cols'][$key], $val[$i],$R);
155 $this->dthlp->_formatData($data['cols'][$key], $val, $R).'</dd>';
169 $store = $this->dthlp->_getTripleStore();
277 array_keys($this->dthlp->_aliases())),
H A Dtable.php15 var $dthlp = null; variable in syntax_plugin_semanticdata_table
21 $this->dthlp =& plugin_load('helper', 'semanticdata');
92 $column = $this->dthlp->_column($col);
117 $column = $this->dthlp->_column($line[1]);
133 $flt = $this->dthlp->_parse_filter($line[1]);
180 $store = $this->dthlp->_getTripleStore();
205 $R->doc .= $this->dthlp->_formatData(
250 $params = $this->dthlp->_a2ua('dataflt',$_REQUEST['dataflt']);
286 $params = $this->dthlp->_a2ua('dataflt',$_REQUEST['dataflt']);
301 $params = $this->dthlp->_a2ua('dataflt',$_REQUEST['dataflt']);
[all …]
/plugin/semanticdata/
H A Daction.php18 var $dthlp = null; variable in action_plugin_semanticdata
24 $this->dthlp =& plugin_load('helper', 'semanticdata');
46 $store = $this->dthlp->_getTripleStore();
113 $aliases = $this->dthlp->_aliases();
H A Dbureaucracy_field.php9 $dthlp =& plugin_load('helper', 'semanticdata');
10 … if(!$dthlp) msg('Loading the data helper failed. Make sure the data plugin is installed.',-1);
19 $datatype = $dthlp->_column($arg);

12