Home
last modified time | relevance | path

Searched refs:skipEmpty (Results 1 – 6 of 6) sorted by last modified time

/plugin/discussion/
H A Dhelper.php94 * @param string|bool $skipEmpty
97 function getThreads($ns, $num = null, $skipEmpty = false) { argument
123 … if($skipEmpty == 'y' && $number == 0) continue; // skip if discussion is empty and flag is set
/plugin/discussion/syntax/
H A Dthreads.php99 $skipEmpty = $customFlags['skipempty'];
105 … if ($my =& plugin_load('helper', 'discussion')) $pages = $my->getThreads($ns, null, $skipEmpty);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1skipEmpty) => {\n var _a;\n let items;\n let activeIt…
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Ddataloader.js624 if ( options.skipEmpty && row.length === 1 && row[ 0 ] === '' )
H A Ddataloader.min.js1skipEmpty:!0,emptyAs:void 0,useColumnNames:!1,init:!1,progress:!1,reverse:!1,reloading:!1,complete…
H A Dreadme.md108 skipEmpty | true | [CSV only] Ignore empty lines in data
326 * Plugin will now ignore empty CSV lines by default (configurable with `skipEmpty` property)