Lines Matching full:if

12 if (!defined('DOKU_INC')) die();
32 if(isset($conf['start'])) {
40 if($conf['tpl'][$tpl]['menufilename']) {
45 if($conf['tpl'][$tpl]['usemenufile']) {
47 if(!file_exists($filepath)) {
54 if(!$conf['tpl'][$tpl]['usemenufile'] or ($conf['tpl'][$tpl]['usemenufile'] and !$ff)) {
58 if($conf['tpl'][$tpl]['cleanindexlist']) {
70 if($conf['tpl'][$tpl]['hiderootlinks']) {
72 if($item['type'] == 'f' and !$item['ns'] and $item['id']) {
73 if($first) {
90 if($conf['tpl'][$tpl]['cleanindex']) {
91 if(strpos($item['id'],'playground') !== false
95 if(count($cleanindexlist)) {
96 if(strpos($item['id'], ':')) {
101 if(in_array($tmpitem, $cleanindexlist)) {
106 if($item['id'] == $menufilename) {
109 if($item['id'] == $start or preg_match('/:'.$start.'$/',$item['id'])
116 if($countroot) {
136 if($item['type']=='d'){
137 if(@file_exists(wikiFN($item['id'].':'.$conf['start']))) {
168 if($item['type'] == "f"){
182 if(file_exists($filepath)) {
188 if(preg_match('/^\s+\*/', $line)) {
196 // you do not have to go back in the array if a child entry is found
198 if(!$lines2[$i]) {
203 if($level > 3) {
207 if(!preg_match('/\s*\[\[[^\]]+\]\]/', $tmparr[1])) {
213 if(!file_exists(wikiFN($id))) {
216 if(!$title) {
228 // even if there is no submenu
229 if(strpos($id,':') !== FALSE) {
233 if($pid == $start) {
240 if($oldlevel > $level) {
260 // return if we are not allowed to view the page
261 if (!auth_quickaclcheck($ID)) { return; }
267 if($INFO['exists']) {
269 if($_SERVER['REMOTE_USER']) {
270 if($INFO['editor']) {
275 if($INFO['locked']){
294 if($j == $i) {
300 if(file_exists(DOKU_INC.'data/media/'.$pn)) {
328 // check if enabled
329 if(!$conf['youarehere']) return false;
337 if(!$lspace) tpl_pagelink(':'.$conf['start']);
344 if($page == $conf['start']) continue; // Skip startpage
353 if(isset($page) && $page == $part.$parts[$i]) return true;
355 if($page == $conf['start']) return true;