Lines Matching refs:pg
237 * ["type"] => (str) "pg" || "ext_ns"
246 * ["type"] = "pg" means "page"
271 "type" => "pg");
309 * <ns-acmenu>:<ns-1>:...:<ns-i>:<pg>
323 array_pop($pieces); // remove <pg>
353 * ["type"] => (str) "pg" || "ext_ns"
362 * ["type"] = "pg" means "page"
384 if ($val["type"] == "pg") {
445 * ["type"] => (str) "pg" || "ext_ns"
454 * ["type"] = "pg" means "page"
465 $pg = array();
472 $pg[] = $val;
476 sort($pg);
477 $tree = array_merge($ns, $pg);