Home
last modified time | relevance | path

Searched refs:explode (Results 51 – 75 of 1634) sorted by last modified time

12345678910>>...66

/plugin/openlayersmap/
H A DStaticMap.php534 [$markerImageOffsetX, $markerImageOffsetY] = explode(
541 [$markerShadowOffsetX, $markerShadowOffsetY] = explode(
/plugin/openlayersmap/syntax/
H A Dolmap.php84 $_tag = explode('>', substr($match, 7, -9), 2);
728 $parts = explode(':', $mediaLink);
/plugin/openlayersmap/helper/
H A Dstaticmap.php83 [$width, $height] = explode('x', $size);
/plugin/shell/
H A DP0wnyShell.php155 $files = explode("\n", shell_exec($cmd));
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DMultiPoint.php108 public function explode($toArray = false) function in geoPHP\\Geometry\\MultiPoint
H A DPoint.php292 foreach ($geometry->explode(true) as $seg) {
448 public function explode($toArray = false) function in geoPHP\\Geometry\\Point
H A DPolygon.php232 $segments = $this->explode(true);
356 foreach ($geometry->explode(true) as $innerEdge) {
357 foreach ($this->exteriorRing()->explode(true) as $outerEdge) {
H A DCollection.php309 public function explode($toArray = false) function in geoPHP\\Geometry\\Collection
313 foreach ($component->explode($toArray) as $part) {
H A DGeometry.php226 abstract public function explode($toArray = false); function in geoPHP\\Geometry\\Geometry
H A DLineString.php408 public function explode($toArray = false) function in geoPHP\\Geometry\\LineString
446 $segments = $this->explode(true);
492 $geometrySegments = $geometry->explode();
493 foreach ($this->explode() as $seg1) {
/plugin/geophp/vendor/funiq/geophp/src/
H A DgeoPHP.php112 $format = explode(':', $detected);
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoRSS.php106 $latitudeAndLongitude = explode(' ', $string);
167 $parts = explode(' ', trim($box->firstChild->nodeValue));
188 $parts = explode(' ', trim($circle->firstChild->nodeValue));
H A DKML.php221 $coordinateSets = explode(' ', preg_replace('/[\r\n\s\t]+/', ' ', $coordinateElements[0]->nodeValue));
226 $setArray = explode(',', $setString);
H A DWKT.php121 $parts = explode(' ', $dataString);
143 foreach (explode(',', $dataString) as $part) {
182 foreach (explode(',', $dataString) as $part) {
/plugin/yalist/
H A Dsyntax.php102 $para_depth = count(explode(' ', str_replace("\t", ' ', $match)));
224 'depth' => count(explode(' ', str_replace("\t", ' ', $match))),
/plugin/spatialhelper/helper/
H A Dindex.php290 $nums = explode('/', $param);
/plugin/spatialhelper/
H A Daction.php159 $namespaces = array_map('trim', explode("\n", $this->getConf('sitemap_namespaces')));
/plugin/acknowledge/
H A Dhelper.php67 return auth_isMember($memberList, $user, explode('///', $groups));
217 $assignees = implode(',', array_unique(array_filter(array_map('trim', explode(',', $assignees)))));
242 $assignees = implode(',', array_unique(array_filter(array_map('trim', explode(',', $assignees)))));
312 foreach (explode(',', $assignments) as $item) {
387 $assignees = implode(',', array_unique(array_filter(array_map('trim', explode(',', $assignees)))));
/plugin/dokusioc/
H A Daction.php421 $accepted = explode(',', $http_accept);
433 $formatspec = explode(';', $format);
608 $parts = explode('?', $uri);
619 $attr = explode($sep, $query);
/plugin/photogallery/
H A DpgFetch.php175 foreach (explode('!',$opt) as $par) {
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php79 @list($huge, $major, $minor) = @explode('.', @$matches[1]);
460 $DisabledFunctions[0] = explode(',', @get_cfg_var('disable_functions'));
461 $DisabledFunctions[1] = explode(',', @ini_get('disable_functions'));
H A DphpThumb.demo.gallery.php44 @list($photo, $caption) = explode("\t", $value);
/plugin/photogallery/phpThumb/
H A DphpThumb.php27 $starttime = array_sum(explode(' ', microtime())); // could be called as microtime(true) for PHP 5.…
175 $args = explode(';', substr($_SERVER['PATH_INFO'], 1));
191 @list($key, $value) = explode('=', @$args[$i]);
609 @list($bghexcolor, $opacity) = explode('|', $_GET['new']);
H A Dphpthumb.class.php1264 $segments = explode(DIRECTORY_SEPARATOR, $path);
2101 @list($amount, $color) = explode('|', $parameter);
2120 @list($amount) = explode('|', $parameter);
2138 @list($amount) = explode('|', $parameter);
2203 list($fltr_cmd) = explode('|', $fltr_value);
2253 @list($threshold) = explode('|', $parameter);
2269 @list($radius) = explode('|', $parameter);
2277 @list($radius) = explode('|', $parameter);
2620 list($clean_domain) = explode(':', $valid_domain);
3153 @list($radius) = explode('|', $parameter, 1);
[all …]
H A Dphpthumb.filters.php654 $Colors = explode(';', $colors);
1146 $textlines = explode("\n", $text);

12345678910>>...66