Searched refs:nonempty (Results 1 – 5 of 5) sorted by relevance
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
H A D | Input.class.php | 108 public function param($name, $default = null, $nonempty = false) { argument 111 if($nonempty && empty($value)) return $default; 136 public function &ref($name, $default = '', $nonempty = false) { argument 152 public function int($name, $default = 0, $nonempty = false) { argument 157 if($nonempty && empty($value)) return $default; 170 public function str($name, $default = '', $nonempty = false) { argument 174 if($nonempty && empty($value)) return $default; 210 public function bool($name, $default = false, $nonempty = false) { argument 215 if($nonempty && empty($value)) return $default; 228 public function arr($name, $default = array(), $nonempty = false) { argument [all …]
|
/plugin/codemirror/dist/modes/ |
H A D | ecl.min.js.map | 1 …th matchposition matchtext matchunicode max merge mergejoin min nolocal nonempty normalize parse p…
|
H A D | clike.min.js.map | 1 …en if import in interface is let module new\" +\n \" nonempty object of out out…
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | gson-2.7.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/plugin/syntaxhighlighter4/dist/ |
H A D | syntaxhighlighter.js.map | 1 …&& patterns.length)) {\n throw new TypeError('Must provide a nonempty array of patterns…
|