Searched refs:_fail (Results 1 – 11 of 11) 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); 274 $this->_fail(sprintf($this->getLang('error_query_sortvar'),utf8_tohtml(hsc($var->name))), $line); 279 $this->_fail(sprintf($this->getLang('error_query_sortline'), utf8_tohtml(hsc($line['text']))), $line); 287 $this->_fail($this->getLang('error_query_multigrouping'), $grouping); 295 $this->_fail($this->getLang('error_query_groupblock'), $line); 301 $this->_fail(sprint [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 | 96 $this->helper->_fail($this->getLang('error_query_bothfields')); 106 $this->helper->_fail($this->helper->getLang('error_query_noselect')); 130 $this->helper->_fail(sprintf($this->helper->getLang('error_query_unknownselect'),utf8_tohtml(hsc($var))));
|
/plugin/diagramsnet/lib/js/orgchart/ |
H A D | bridge.min.js | 8 …_fail:function(n){System.Diagnostics.Debug.writeln(n)},assert:function(n,t){n||(t="Assert failed: … method in System.Diagnostics.Debug
|
/plugin/diagramsnet/lib/js/ |
H A D | orgchart.min.js | 8 …_fail:function(n){System.Diagnostics.Debug.writeln(n)},assert:function(n,t){n||(t="Assert failed: … method in System.Diagnostics.Debug
|
H A D | extensions.min.js | 1743 …_fail:function(n){System.Diagnostics.Debug.writeln(n)},assert:function(n,t){n||(t="Assert failed: … method in System.Diagnostics.Debug
|