Home
last modified time | relevance | path

Searched refs:dthlp (Results 26 – 29 of 29) sorted by relevance

12

/plugin/data/helper/
H A Daliastextbox.php45 /** @var helper_plugin_data $dthlp */
46 $dthlp = plugin_load('helper', 'data');
47 if (!$dthlp) msg('Loading the data helper failed. Make sure the data plugin is installed.', -1);
51 $datatype = $dthlp->column($arg);
/plugin/datatemplate/syntax/
H A Dlist.php34 $this->dtc = new datatemplate_cache($this->dthlp);
226 … $replacers['vals_id'][$i][] = $this->dthlp->_formatData($data['cols'][$clist[$num]], $cval, $R);
279 $params = $this->dthlp->_a2ua('dataflt',$_REQUEST['dataflt']);
337 $filters = $this->dthlp->_get_filters();
/plugin/podcast/
H A Dhelper.php7 $dthlp =& plugin_load('helper', 'data');
8 $sqlite = $dthlp->_getDB();
/plugin/datatemplate/syntax/inc/
H A Dcache.php40 $sqlite = $dtlist->dthlp->_getDB();

12