Home
last modified time | relevance | path

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

12

/plugin/data-au/syntax/
H A Dcloud.php20 var $dthlp = null; variable in syntax_plugin_dataau_cloud
26 $this->dthlp = plugin_load('helper', 'dataau');
27 …if(!$this->dthlp) msg('Loading the dataau helper failed. Make sure the dataau plugin is installed.…
73 $sqlite = $this->dthlp->_getDB();
137 if(!$this->dthlp->ready()) return false;
140 $sqlite = $this->dthlp->_getDB();
150 $this->dthlp->_replacePlaceholdersInSQL($dataau);
177 …$renderer->doc .= '<a href="' . wl($dataau['page'], $this->dthlp->_getTagUrlparam($dataau['cols'][…
H A Dentry.php18 var $dthlp = null; variable in syntax_plugin_dataau_entry
24 $this->dthlp = plugin_load('helper', 'dataau');
66 if(!$this->dthlp->ready()) return null;
87 $column = $this->dthlp->_column($line[0]);
100 $val = trim($this->dthlp->_cleanData($val, $column['type']));
127 if(!$this->dthlp->ready()) return false;
197 $ret .= $this->dthlp->_formatData($dataau['cols'][$key], $val, $R);
210 $sqlite = $this->dthlp->_getDB();
281 $this->dthlp->_replacePlaceholdersInSQL($dataau);
286 $sqlite = $this->dthlp->_getDB();
[all …]
H A Dtable.php20 var $dthlp = null; variable in syntax_plugin_dataau_table
28 $this->dthlp = plugin_load('helper', 'dataau');
72 if(!$this->dthlp->ready()) return null;
114 $column = $this->dthlp->_column($col);
244 if(!$this->dthlp->ready()) return false;
245 $sqlite = $this->dthlp->_getDB();
256 $this->dthlp->_replacePlaceholdersInSQL($dataau);
305 $R->doc .= $this->dthlp->_formatData(
367 $cur_params = $this->dthlp->_get_current_param();
372 $filters = $this->dthlp->_get_filters();
[all …]
H A Drelated.php34 if(!$this->dthlp->ready()) return false;
36 $sqlite = $this->dthlp->_getDB();
40 $this->dthlp->_replacePlaceholdersInSQL($dataau);
75 $sqlite = $this->dthlp->_getDB();
/plugin/data/syntax/
H A Dcloud.php16 * @var $dthlp helper_plugin_data
18 public $dthlp;
25 $this->dthlp = plugin_load('helper', 'data');
26 if (!$this->dthlp) {
85 $sqlite = $this->dthlp->getDB();
152 if (!$this->dthlp->ready()) return false;
155 $sqlite = $this->dthlp->getDB();
165 $this->dthlp->replacePlaceholdersInSQL($data);
192 wl($data['page'], $this->dthlp->getTagUrlparam($data['cols'][$ckey], $tag['value'])) .
17 var $dthlp = null; global() variable in syntax_plugin_data_cloud
H A Dtable.php18 * @var $dthlp helper_plugin_data variable in syntax_plugin_data_table
20 public $dthlp;
29 $this->dthlp = plugin_load('helper', 'data');
82 if (!$this->dthlp->ready()) return null;
124 $column = $this->dthlp->column($col);
167 $column = $this->dthlp->column($line[1]);
185 $flt = $this->dthlp->parseFilter($line[1]);
231 $data['cur_param'] = $this->dthlp->getPurrentParam(false);
252 if (!$this->dthlp->ready()) return false;
253 $sqlite = $this->dthlp
[all...]
H A Dentry.php24 public $dthlp;
31 $this->dthlp = plugin_load('helper', 'data');
32 if (!$this->dthlp) msg('Loading the data helper failed. Make sure the data plugin is installed.', -1);
82 if (!$this->dthlp->ready()) return null;
103 $column = $this->dthlp->column($line[0]);
116 $val = trim($this->dthlp->cleanData($val, $column['type']));
123 $data[$column['key']] = $this->dthlp->cleanData($line[1] ?? '', $column['type']);
147 if (!$this->dthlp->ready()) return false;
207 $ret .= $this->dthlp->formatData($data['cols'][$key], $val[$i], $R);
216 $ret .= $this->dthlp
18 var $dthlp = null; global() variable in syntax_plugin_data_entry
[all...]
H A Drelated.php39 if (!$this->dthlp->ready()) return false;
41 $sqlite = $this->dthlp->getDB();
45 $this->dthlp->replacePlaceholdersInSQL($data);
80 $sqlite = $this->dthlp->getDB();
/plugin/dataloop/syntax/
H A Droll.php15 var $dthlp = null; variable in syntax_plugin_dataloop_roll
23 $this->dthlp =& plugin_load('helper', 'data');
24 …if(!$this->dthlp) msg('Loading the data helper failed. Make sure the data plugin is installed.',-1…
100 list($key,$type) = $this->dthlp->_column($col);
122 list($key,$type) = $this->dthlp->_column($col);
134 list($sort) = $this->dthlp->_column($line[1]);
149 list($key) = $this->dthlp->_column(trim($matches[1]));
195 if(!$this->dthlp->_dbconnect()) return false;
203 sqlite_create_aggregate($this->dthlp->db,'group_concat',
210 $res = sqlite_query($this->dthlp->db,$sql);
[all …]
H A Dtextloop.php15 var $dthlp = null; variable in syntax_plugin_dataloop_textloop
23 $this->dthlp =& plugin_load('helper', 'data');
24 …if(!$this->dthlp) msg('Loading the data helper failed. Make sure the data plugin is installed.',-1…
109 list($key,$type) = $this->dthlp->_column($col);
131 list($key,$type) = $this->dthlp->_column($col);
143 list($sort) = $this->dthlp->_column($line[1]);
158 list($key) = $this->dthlp->_column(trim($matches[1]));
213 if(!$this->dthlp->_dbconnect()) return false;
238 sqlite_create_aggregate($this->dthlp->db,'group_concat',
245 $res = sqlite_query($this->dthlp->db,$sql);
[all …]
H A Dloop.php15 var $dthlp = null; variable in syntax_plugin_dataloop_loop
23 $this->dthlp =& plugin_load('helper', 'data');
24 …if(!$this->dthlp) msg('Loading the data helper failed. Make sure the data plugin is installed.',-1…
109 list($key,$type) = $this->dthlp->_column($col);
131 list($key,$type) = $this->dthlp->_column($col);
143 list($sort) = $this->dthlp->_column($line[1]);
158 list($key) = $this->dthlp->_column(trim($matches[1]));
213 if(!$this->dthlp->_dbconnect()) return false;
285 sqlite_create_aggregate($this->dthlp->db,'group_concat',
292 $res = sqlite_query($this->dthlp->db,$sql);
[all …]
/plugin/datatemplate/syntax/
H A Dentry.php22 var $dthlp = null; variable in syntax_plugin_datatemplate_entry
28 $this->dthlp = plugin_load('helper', 'data');
29 …if(!$this->dthlp) msg('Loading the data helper failed. Make sure the data plugin is installed.',-1…
234 $val = $this->dthlp->_addPrePostFixes($column['type'], $val);
240 $id = $this->dthlp->_addPrePostFixes($column['type'], $id);
250 $id = $this->dthlp->_addPrePostFixes($column['type'], $id);
254 $val = $this->dthlp->_addPrePostFixes($column['type'], $val);
264 $val = $this->dthlp->_addPrePostFixes($column['type'], $val);
268 $val = $this->dthlp->_addPrePostFixes($column['type'], $val);
/plugin/datapopup/
H A Daction.php18 var $dthlp = null; variable in action_plugin_datapopup
21 $this->dthlp =& plugin_load('helper', 'data');
32 if(!$this->dthlp)
35 $sqlite = $this->dthlp->_getDB();
/plugin/semanticdata/syntax/
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 …]
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())),
/plugin/data-au/admin/
H A Dclean.php21 protected $dthlp = null; variable in admin_plugin_dataau_clean
27 $this->dthlp = plugin_load('helper', 'dataau');
65 $sqlite = $this->dthlp->_getDB();
H A Daliases.php21 protected $dthlp = null; variable in admin_plugin_dataau_aliases
27 $this->dthlp = plugin_load('helper', 'dataau');
65 $sqlite = $this->dthlp->_getDB();
97 $sqlite = $this->dthlp->_getDB();
/plugin/data/admin/
H A Dclean.php20 protected $dthlp;
27 $this->dthlp = plugin_load('helper', 'data');
69 $sqlite = $this->dthlp->getDB();
18 protected $dthlp = null; global() variable in admin_plugin_data_clean
H A Daliases.php23 protected $dthlp;
30 $this->dthlp = plugin_load('helper', 'data');
73 $sqlite = $this->dthlp->getDB();
106 $sqlite = $this->dthlp->getDB();
18 protected $dthlp = null; global() variable in admin_plugin_data_aliases
/plugin/semanticdata/
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);
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();
/plugin/data-au/
H A Daction.php19 var $dthlp = null; variable in action_plugin_dataau
25 $this->dthlp = plugin_load('helper', 'dataau');
50 $sqlite = $this->dthlp->_getDB();
130 $aliases = $this->dthlp->_aliases();
/plugin/data/
H A Daction.php22 public $dthlp;
29 $this->dthlp = plugin_load('helper', 'data');
57 $sqlite = $this->dthlp->getDB();
140 $aliases = $this->dthlp->aliases();
17 var $dthlp = null; global() variable in action_plugin_data
H A Dbureaucracy_field.php44 /** @var helper_plugin_data $dthlp */
45 $dthlp = plugin_load('helper', 'data');
46 if (!$dthlp) msg('Loading the data helper failed. Make sure the data plugin is installed.', -1);
50 $datatype = $dthlp->column($arg);
/plugin/data-au/helper/
H A Daliastextbox.php44 $dthlp = plugin_load('helper', 'dataau');
45 …if(!$dthlp) msg('Loading the dataau helper failed. Make sure the dataau plugin is installed.', -1);
49 $datatype = $dthlp->_column($arg);

12