Lines Matching full:empty

16         $this->doDebug = !empty($_REQUEST['tocDebug']);
17 $this->emptyNSToc = !empty($_REQUEST['emptyTocElem']);
23 return !empty($val);
88 $anchor = ( !empty($elem['anchor']) ? '#' . $elem['anchor'] : '' );
107 if ( empty($elem['depth']) ) {
117 … // Use page title when no explicit link title was provided (empty name or no explicitTitle flag).
120 if ( empty( $elem['name'] ) || empty( $elem['explicitTitle'] ) ) {
123 if ( is_array($elem['mapID']) && empty( $elem['mapID'] ) ) {
165 if (empty($currentNSArray)) {
167 … // $key = empty($elemToAdd['name']) || 1==1 ? noNS($elemToAdd['id']) : $elemToAdd['name'];
175 if (empty($nextLevel)) {
192 if (empty($targetID)) {
196 …=\"" . $item['name'] . "\"" : "") . ( array_key_exists('tags', $item) && !empty($item['tags']) ? "…
215 if (!is_array($CURRENTNODE) || empty($CURRENTNODE))
222 if (!empty($CURRENTNODE['id']) && empty($CURRENTNODE['pages']))
229 if (!empty($CURRENTNODE[$conf['start']]))
232 … $didOpenItem = !(count(empty($CURRENTNODE['pages']) ? $CURRENTNODE : $CURRENTNODE['pages']) == 0);
235 } else if (!empty($CURRENTNODE['element'])) {
244 // Woohoo … empty node? do not count up!
252 …foreach (empty($CURRENTNODE['pages']) ? $CURRENTNODE : $CURRENTNODE['pages'] as $NODENAME => $ELEM)
255 …$XML .= $this->__writeTOCTree($ELEM, count($ELEM) >= 1 ? ( !empty($ELEM['name']) ? $ELEM['name'] :…
293 if (empty($DATA) || !is_array($DATA)) {
303 if (!empty($PAGES[noNS($SITE)][noNS($SITE)])) {
322 if (!is_array($PAGES[$NS])) $PAGES[$NS] = empty($PAGES[$NS]) ? array() : array($PAGES[$NS]);
342 if (empty($indexTitle)) $indexTitle = $this->functions->getSiteTitle($conf['start']);
343 … if (!empty($indexFile)) $indexFile = ($ITEM != 'topic' ? 'topic' : 'href') . "=\"$indexFile\"";
345 $isEmptyNode = count($DATA) == 1 && empty($indexFile);
380 if (empty($meta['id'])) { continue; }
382 $TITLE = empty($meta['title']) ? $this->functions->getSiteTitle($ID) : $meta['title'];
442 if (empty($indexFile) && !empty($DATA[$NODENAME])) {