Searched refs:page_list (Results 1 – 3 of 3) sorted by relevance
/plugin/gcalendar/inc/ |
H A D | gcal_read.php | 27 list($page_name,$page_list) = explode("(",$page,2); 28 $page_list = substr($page_list,0,-1); 30 if($page_list != ""){ 31 $page_list = explode("|",$page_list); 33 $page_list = array($page_name); 38 $page_list = expand_ns($page_list,isset($options['nested'])); 40 foreach($page_list as $wikipage) 58 (($options["pagelinks"]!="hide") && count($page_list)>1) ) { 277 function expand_ns($page_list,$nested=false) { argument 281 foreach($page_list as $page) {
|
H A D | gcal_show.php | 266 list($page_name,$page_list) = explode("(",$page_ID,2); 267 $page_list = substr($page_list,0,-1); 269 if($page_list=="") { 280 $page_list=explode("|",$page_list); 285 foreach($page_list as $pl) {
|
/plugin/ajaxpeon/ |
H A D | helper.php | 188 function get_page_wordlists($page_list){ argument 196 foreach($page_list as $page){
|