Searched refs:_fail (Results 1 – 10 of 10) sorted by relevance
| /plugin/strata/helper/ |
| 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']))), $li… 287 $this->_fail($this->getLang('error_query_multigrouping'), $grouping); 295 $this->_fail($this->getLang('error_query_groupblock'), $line); 301 … $this->_fail(sprintf($this->getLang('error_query_groupvar'),utf8_tohtml(hsc($var->name))), $line); [all …]
|
| /plugin/mindmap/ |
| D | xml.php | 19 if (!$xml) _fail(); 28 function _fail() { function
|
| D | img.php | 19 if (!$image) _fail(); 29 function _fail() { function
|
| /plugin/seqdia/ |
| D | img.php | 15 if(!$cache) _fail(); 25 function _fail(){ function
|
| /plugin/dataplot/ |
| D | img.php | 17 if(!$cache) _fail(); 26 function _fail() { function
|
| /plugin/mathpublish/ |
| D | img.php | 13 if(!file_exists($cache)) _fail(); 30 function _fail() { function
|
| /plugin/strata/syntax/ |
| D | select.php | 97 $this->helper->_fail($this->getLang('error_query_bothfields')); 107 $this->helper->_fail($this->helper->getLang('error_query_noselect')); 131 …$this->helper->_fail(sprintf($this->helper->getLang('error_query_unknownselect'),utf8_tohtml(hsc($…
|
| /plugin/diagramsnet/lib/js/orgchart/ |
| D | bridge.min.js | 8 …_fail:function(n){System.Diagnostics.Debug.writeln(n)},assert:function(n,t){n||(t="Assert failed: …
|
| /plugin/diagramsnet/lib/js/ |
| D | orgchart.min.js | 8 …_fail:function(n){System.Diagnostics.Debug.writeln(n)},assert:function(n,t){n||(t="Assert failed: …
|
| D | extensions.min.js | 1743 …_fail:function(n){System.Diagnostics.Debug.writeln(n)},assert:function(n,t){n||(t="Assert failed: …
|