Home
last modified time | relevance | path

Searched refs:_cleanData (Results 1 – 8 of 8) sorted by relevance

/plugin/data-au/_test/
H A Dhelper.test.php29 $this->assertEquals('', $helper->_cleanData(' ', ''));
30 $this->assertEquals('', $helper->_cleanData('', ''));
31 $this->assertEquals('', $helper->_cleanData(null, ''));
32 $this->assertEquals('', $helper->_cleanData(false, ''));
34 $this->assertEquals('', $helper->_cleanData('', 'dt'));
35 $this->assertEquals('', $helper->_cleanData('this is not a date', 'dt'));
38 $this->assertEquals('%now%', $helper->_cleanData('%now%', 'dt'));
39 $this->assertEquals('', $helper->_cleanData('1234-01-011', 'dt'));
52 $this->assertEquals('123', $helper->_cleanData('123', 'page'));
54 $this->assertEquals('123', $helper->_cleanData('123', 'nspage'));
[all …]
/plugin/data/_test/
H A Dhelper.test.php
/plugin/semanticdata/
H A Dhelper.php37 function _cleanData($value, $type){ function in helper_plugin_semanticdata
/plugin/semanticdata/syntax/
H A Dentry.php88 $val = trim($this->dthlp->_cleanData($val,$column['type']));
93 $data[$column['key']] = $this->dthlp->_cleanData($line[1],$column['type']);
/plugin/data-au/syntax/
H A Dentry.php100 $val = trim($this->dthlp->_cleanData($val, $column['type']));
107 $dataau[$column['key']] = $this->dthlp->_cleanData($line[1], $column['type']);
/plugin/data-au/
H A Dhelper.php106 function _cleanData($value, $type) { function in helper_plugin_dataau
/plugin/data/
H A Dhelper.php101 function _cleanData($value, $type) { global() function in helper_plugin_data
/plugin/data/syntax/
H A Dentry.php