Home
last modified time | relevance | path

Searched refs:strpos (Results 476 – 500 of 1099) sorted by last modified time

1...<<11121314151617181920>>...44

/plugin/webdav/vendor/composer/
H A DClassLoader.php411 if (0 === strpos($class, $prefix)) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php605 if (strpos($this->server->httpRequest->getHeader('User-Agent'), 'MSFT-') === 0) {
1019 if (strpos($response->getHeader('Content-Type'), 'text/calendar') === false) {
H A DSharingPlugin.php234 …if (strpos($contentType, 'application/xml') === false && strpos($contentType, 'text/xml') === fals…
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php171 if (strpos($contentType, 'text/calendar') !== 0) {
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php724 if (strpos($this->server->httpRequest->getHeader('User-Agent'), 'Thunderbird') === false) {
774 if (strpos($response->getHeader('Content-Type'), 'text/vcard') === false) {
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1276 if ($currentPrincipal === $path || strpos($currentPrincipal, $path . '/') === 0) {
/plugin/webdav/vendor/sabre/http/lib/
H A DRequest.php110 if (($index = strpos($url, '?')) === false) {
199 if (strpos($uri, $baseUri) === 0) {
H A Dfunctions.php60 if (strpos($dateString, ' GMT') === false)
348 if (strpos($part, '=')) {
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php117 false === strpos($this->getValue(), 'Z')
H A DRecur.php48 if (false !== strpos($v, ',')) {
206 if (false !== strpos($partValue, ',')) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php233 if ($row['path'] !== $source && strpos($row['path'], $source . '/') !== 0) continue;
/plugin/webdav/vendor/sabre/uri/lib/
H A Dfunctions.php59 if (strpos($path, '/') !== false) {
336 if (strpos($uri, '#') !== false) {
340 if (strpos($uri, '?') !== false) {
/plugin/webdav/vendor/sabre/vobject/lib/
H A DComponent.php147 if (false === strpos($item, '.')) {
225 if (false !== strpos($name, '.')) {
H A DTimeZoneUtil.php212 … if (2 === $cdoId && false !== strpos((string) $vtimezone->TZID, 'Sarajevo')) {
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DText.php230 if (false !== \strpos($val, "\n")) {
/plugin/webdav/
H A Dserver.php55 if (strpos(@ini_get('disable_functions'), 'set_time_limit') === false) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php560 … if (strpos($contentType, 'application/xml') !== 0 && strpos($contentType, 'text/xml') !== 0) {
H A DTree.php232 if ($path === '' || $nodePath == $path || strpos($nodePath, $path . '/') === 0)
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php560 if (strpos($path, '/../') !== false || strrchr($path, '/') === '/..') {
563 if (strpos(realpath($path), realpath($assetDir)) === 0 && file_exists($path)) {
/plugin/logger/action/
H A Dlogging.php124 if(strpos($_SERVER['QUERY_STRING'],$ns)===0){
/plugin/mdpage/vendor/composer/
H A DClassLoader.php411 if (0 === strpos($class, $prefix)) {
/plugin/footer/
H A Daction.php131 if(strpos($content,"~~NOFOOTER~~") == false) {
/plugin/multilingual/
H A Dsyntax.php85 if($this->hlp->tns && strpos($ID,$this->hlp->tns) !== 0) return;
/plugin/repo/
H A Dsyntax.php135 $open = (($type == 'd') && (strpos($path, $base.$result) === 0));
/plugin/elwikiupgrade/
H A DHTTPClient.php132 if(strpos($url,'?')){
906 strpos($_SERVER['HTTP_REFERER'], 'httpdebug') !== false

1...<<11121314151617181920>>...44