Lines Matching +full:resolve_pageid +full:explode

118         $exclude_array = explode ('|', '.|..');
128 … if (is_dir ($pathFile) && !in_array ($file, explode (',', trim ($this->getConf ('noSchedule')))))
198 $exclude_array = explode('|', $exclude);
247 foreach (explode (',', $values) as $value) {
316 foreach (explode ($sep, $schedule->where) as $city) {
379 $exclude_array = explode('|', $exclude);
501 …$schedule->requestMembers = explode (',', trim (str_replace (',,', ',', $request ['member']), ',')…
611 resolve_pageid ($this->nameSpace, $pageId, $exists);
641 resolve_pageid ($this->nameSpace, $pageId, $exists);
829 foreach (explode ('|', $event->weekDays) as $idd) {
914 $locations = trim (implode (',', array_unique (explode (',', $locations))), ',');
915 …$allLocations = trim (implode (',', array_unique (explode (',', $locations.','.$allLocations))), '…
951 … foreach (array_combine (explode (',', $event->lat), explode (',', $event->lon)) as $lat => $lon) {
964 resolve_pageid ($this->nameSpace, $pageId, $exists);
975 … foreach (array_combine (explode (',', $event->lat), explode (',', $event->lon)) as $lat => $lon) {
1160 $cities = explode (',', $schedule->where);
1161 $lats = explode (',', $schedule->lat);
1162 $lons = explode (',', $schedule->lon);
1163 $addrs = explode ('|', $schedule->addr);
1185 foreach (explode (',', $where) as $zip)
1205 $result .= in_array ($idd, explode ('|', $event->weekDays)) ? $dayName.' ' : '';
1283 resolve_pageid ($this->nameSpace, $pageId, $exists);
1308 foreach (explode ('|', $event->weekDays) as $idd) {
1421 $eventWeekDays = explode ("|", $this->defaultSchedule->weekDays);
1507 explode (",", $this->defaultSchedule->member) :
1555 $cities = explode (',', $this->defaultSchedule->where);
1556 $lats = explode (',', $this->defaultSchedule->lat);
1557 $lons = explode (',', $this->defaultSchedule->lon);
1558 $addrs = explode ('|', $this->defaultSchedule->addr);