Home
last modified time | relevance | path

Searched +full:empty +(+path:plugin +path:bookcreator) -(+path:plugin +path:bookcreator +path:lang) (Results 1 – 4 of 4) sorted by relevance

/plugin/bookcreator/action/ !
Dexport.php60 if(!is_array($list) || empty($list)) {
61 throw new Exception($this->getLang('empty'));
90 if(!$INPUT->bool('book_skipforbiddenpages') && !empty($skippedpages)) {
143 if (!empty($excludes)) {
150 if (!empty($excludesns)) {
Dhandleselection.php172 if(empty($selection)) {
173 throw new Exception($this->getLang('empty'));
175 if(empty($savedSelectionName)){
/plugin/bookcreator/ !
Dscript.js65 * @returns {Array} empty or with deleted entry
76 * Empty the store
356 * Empty the list in the gui and fill with pages from the stored selection
362 //just empty
363 $ul_selection.empty();
526 jQuery('ul.pagelist.deleted').empty();
529 jQuery('ul.pagelist.selected').empty();
Dstyle.css87 .dokuwiki .bookcreator__pagelist ul.pagelist:empty {