Home
last modified time | relevance | path

Searched refs:strpos (Results 1 – 25 of 1099) sorted by last modified time

12345678910>>...44

/plugin/pagequery/
H A DPageQuery.php257 } elseif (strpos($key, ':') !== false) {
268 if (strpos($key, 'date') !== false && $value != '') {
396 if (strpos($key, 'year') !== false) {
399 if (strpos($key, 'month') !== false) {
402 if (strpos($key, 'day') !== false) {
561 if (strpos($metakey, 'date') !== false) {
976 $id = (strpos($id, ':') === false) ? ':' . $id : $id; // : needed for root pages (root level)
/plugin/nspages/printers/
H A DprinterTree.php135 return strpos($haystack, $needle) !== false;
/plugin/dbquery/
H A Dhelper.php109 if (strpos($sql, $key) === false) continue; // skip if parameter is missing
/plugin/siteexport/inc/
H A DreadCSS.patch173 if (strpos($CSSstr,'url(')!==false) {
/plugin/siteexport/syntax/
H A Daggregate.php40 …if ( !(strpos($item[0], getNS($namespace)) > 0 || strpos($item[0], '|:' . getNS($namespace)) > 0) …
H A Dtoctools.php73 $data = trim(substr($match,strpos($match,' '),-1)," \t\n/");
/plugin/linkback/
H A Dhelper.php182 if (($ns) && (strpos($recent['id'] . ':', $ns . ':') !== 0)) {
/plugin/structpublish/helper/
H A Dnotify.php101 } elseif (strpos($recipient, '@') === false) {
H A Dassignments.php38 if (strpos($pns, $ans) === 0) {
/plugin/diagrams/
H A Dhelper.php42 return strpos($svg, 'embed.diagrams.net') || strpos($svg, 'draw.io') || strpos($svg, $serviceHost);
/plugin/diagrams/syntax/
H A Dembed.php33 $svgpos = $pos + strpos($match, '>');
/plugin/struct/meta/
H A DAssignments.php296 if (strpos($pns, $ans) === 0) {
H A DSearchConfig.php96 if (strpos($filter, '$USER$') !== false) {
98 } elseif (strpos($filter, '$TODAY$') !== false) {
/plugin/struct/types/
H A DDecimal.php84 if ($this->config['trimzeros'] && (strpos($value, (string) $this->config['decpoint']) !== false)) {
H A DMedia.php34 if (strpos($mime, $allow) === 0) return $rawvalue;
/plugin/openlayersmap/
H A DStaticMap.php472 return $this->tileCacheBaseDir . "/" . substr($url, strpos($url, '/') + 1);
/plugin/openlayersmap/syntax/
H A Dolmap.php608 if (strpos($imgUrl, "?") === false)
674 if (strpos($decimaldegrees, '-') !== false) {
708 if (strpos($decimaldegrees, '-') !== false) {
/plugin/openlayersmap/helper/
H A Dstaticmap.php139 if ((strpos($id, ':') === 0)) {
/plugin/geotag/syntax/
H A Dgeotag.php225 if (strpos($decimaldegrees, '-') !== false) {
260 if (strpos($decimaldegrees, '-') !== false) {
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoHash.php169 $lap = strlen($point->y()) - strpos($point->y(), ".");
170 $lop = strlen($point->x()) - strpos($point->x(), ".");
230 $v = strpos(self::$characterTable, $hash[$i]);
320 if (strpos((self::$borders[$direction][$type]), $last) !== false) {
323 return $base . self::$characterTable[strpos(self::$neighbours[$direction][$type], $last)];
H A DGPX.php71 $this->parseGarminRpt = strpos($gpx, 'gpxx:rpt') > 0;
443 if (strpos($component->geometryType(), 'Point') !== false) {
446 if (strpos($component->geometryType(), 'LineString') !== false && $component->getData('gpxType') === 'route') {
449 if (strpos($component->geometryType(), 'LineString') !== false && $component->getData('gpxType') !== 'route') {
452 if (strpos($component->geometryType(), 'Point') === false && strpos($component->geometryType(), 'LineString') === false) {
/plugin/geophp/vendor/funiq/geophp/src/
H A DgeoPHP.php205 if (strpos($geometries->geometryType(), 'Multi') === 0) {
255 if ($item->geometryType() == 'GeometryCollection' || strpos($item->geometryType(), 'Multi') === 0) {
317 $newType = (strpos($geometryTypes[0], 'Multi') !== false ? '' : 'Multi') . $geometryTypes[0];
404 if (strpos($string, '<kml') !== false) {
407 if (strpos($string, '<coordinate') !== false) {
410 if (strpos($string, '<gpx') !== false) {
413 if (strpos($string, '<osm ') !== false) {
/plugin/geophp/vendor/composer/
H A DClassLoader.php533 if (0 === strpos($class, $prefix)) {
/plugin/spatialhelper/helper/
H A Dsitemap.php109 if (strpos($id, 'media__') !== 0) {
161 if (0 !== strpos(getNS($id), $namespace)) {
205 if (strpos($id, 'media__') !== 0) {
H A Dsearch.php121 if (strpos($_geohash, (string)$adjHash) !== false) {
137 if (strpos($id, 'media__') === 0) {

12345678910>>...44