Searched refs:_fail (Results 1 – 8 of 8) sorted by relevance
/plugin/strata/helper/ |
H A D | syntax.php | 200 function _fail($message, $regions=array()) { function in helper_plugin_strata_syntax 249 $this->_fail($this->getLang('error_query_outofwhere'), $root['cs']); 252 $this->_fail($this->getLang('error_query_singlewhere'), $where); 262 $this->_fail($this->getLang('error_query_multisort'), $ordering); 268 $this->_fail($this->getLang('error_query_sortblock'), $line); 287 $this->_fail($this->getLang('error_query_multigrouping'), $grouping); 295 $this->_fail($this->getLang('error_query_groupblock'), $line); 319 $this->_fail($this->getLang('error_query_considerblock'), $line); 381 $this->_fail(sprintf($this->getLang('error_query_grouppattern')), $root); 459 $this->_fail($this->getLang('error_query_unionblocks'), $root['cs']); [all …]
|
/plugin/mindmap/ |
H A D | xml.php | 19 if (!$xml) _fail(); 28 function _fail() { function
|
H A D | img.php | 19 if (!$image) _fail(); 29 function _fail() { function
|
/plugin/seqdia/ |
H A D | img.php | 15 if(!$cache) _fail(); 25 function _fail(){ function
|
/plugin/graphviz/ |
H A D | img.php | 15 if(!$cache) _fail(); 25 function _fail(){ function
|
/plugin/dataplot/ |
H A D | img.php | 17 if(!$cache) _fail(); 26 function _fail() { function
|
/plugin/mathpublish/ |
H A D | img.php | 13 if(!file_exists($cache)) _fail(); 30 function _fail() { function
|
/plugin/strata/syntax/ |
H A D | select.php | 94 $this->helper->_fail($this->getLang('error_query_bothfields')); 104 $this->helper->_fail($this->helper->getLang('error_query_noselect')); 128 …$this->helper->_fail(sprintf($this->helper->getLang('error_query_unknownselect'),utf8_tohtml(hsc($…
|