Home
last modified time | relevance | path

Searched refs:nonempty (Results 1 – 6 of 6) sorted by relevance

/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
DInput.class.php105 * @param bool $nonempty Return $default if parameter is set but empty()
108 public function param($name, $default = null, $nonempty = false) { argument
111 if($nonempty && empty($value)) return $default;
133 * @param bool $nonempty Init with $default if parameter is set but empty()
136 public function &ref($name, $default = '', $nonempty = false) { argument
137 if(!isset($this->access[$name]) || ($nonempty && empty($this->access[$name]))) {
149 * @param bool $nonempty Return $default if parameter is set but empty()
152 public function int($name, $default = 0, $nonempty = false) { argument
157 if($nonempty && empty($value)) return $default;
167 * @param bool $nonempty Return $default if parameter is set but empty()
[all …]
/plugin/codemirror/dist/modes/
Decl.min.js.map1 …th matchposition matchtext matchunicode max merge mergejoin min nolocal nonempty normalize parse p…
Dclike.min.js.map1 …en if import in interface is let module new\" +\n \" nonempty object of out out…
/plugin/diagramsnet/lib/WEB-INF/lib/
Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/plugin/syntaxhighlighter4/dist/
Dsyntaxhighlighter.js.map1 …&& patterns.length)) {\n throw new TypeError('Must provide a nonempty array of patterns…
/plugin/mermaid/
H A Dmermaid.min.js577 …n this.length===0},"empty"),nonempty:o(function(){return!this.empty()},"nonempty"),sort:o(function…