Searched refs:_cleanData (Results 1 – 8 of 8) sorted by relevance
/plugin/data-au/_test/ |
H A D | helper.test.php | 29 $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 D | helper.test.php |
|
/plugin/semanticdata/ |
H A D | helper.php | 37 function _cleanData($value, $type){ function in helper_plugin_semanticdata
|
/plugin/semanticdata/syntax/ |
H A D | entry.php | 88 $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 D | entry.php | 100 $val = trim($this->dthlp->_cleanData($val, $column['type'])); 107 $dataau[$column['key']] = $this->dthlp->_cleanData($line[1], $column['type']);
|
/plugin/data-au/ |
H A D | helper.php | 106 function _cleanData($value, $type) { function in helper_plugin_dataau
|
/plugin/data/ |
H A D | helper.php | 101 function _cleanData($value, $type) { global() function in helper_plugin_data
|
/plugin/data/syntax/ |
H A D | entry.php |
|