Home
last modified time | relevance | path

Searched refs:strpos (Results 301 – 325 of 1099) sorted by last modified time

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

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DExpandEventsFloatingTimeTest.php98 $start = strpos($response->body, 'BEGIN:VCALENDAR'),
99 strpos($response->body, 'END:VCALENDAR') - $start + 13
147 $start = strpos($response->body, 'BEGIN:VCALENDAR'),
148 strpos($response->body, 'END:VCALENDAR') - $start + 13
185 $start = strpos($response->body, 'BEGIN:VCALENDAR'),
186 strpos($response->body, 'END:VCALENDAR') - $start + 13
H A DFreeBusyReportTest.php112 $this->assertTrue(strpos($this->server->httpResponse->body, 'BEGIN:VFREEBUSY')!==false);
113 …$this->assertTrue(strpos($this->server->httpResponse->body, '20111005T120000Z/20111005T130000Z')!=…
114 …$this->assertTrue(strpos($this->server->httpResponse->body, '20111006T100000Z/20111006T110000Z')!=…
H A DGetEventsByTimerangeTest.php78 if (strpos($response->body, 'BEGIN:VCALENDAR') === false) {
85 $start = strpos($response->body, 'BEGIN:VCALENDAR'),
86 strpos($response->body, 'END:VCALENDAR') - $start + 13
H A DICSExportPluginTest.php72 $this->assertTrue(strpos((string)$obj->PRODID, DAV\Version::VERSION)!==false);
123 $this->assertFalse(strpos((string)$obj->PRODID, DAV\Version::VERSION)!==false);
H A DIssue203Test.php89 $start = strpos($response->body, 'BEGIN:VCALENDAR'),
90 strpos($response->body, 'END:VCALENDAR') - $start + 13
H A DIssue205Test.php81 …$this->assertFalse(strpos($response->body, '<s:exception>Exception</s:exception>'), 'Exception occ…
82 …$this->assertFalse(strpos($response->body, 'Unknown or bad format'), 'DateTime unknown format Exce…
87 $start = strpos($response->body, 'BEGIN:VCALENDAR'),
88 strpos($response->body, 'END:VCALENDAR') - $start + 13
H A DIssue211Test.php86 $this->assertFalse(strpos('BEGIN:VEVENT', $response->body));
H A DIssue220Test.php94 …$this->assertFalse(strpos($response->body, '<s:exception>PHPUnit_Framework_Error_Warning</s:except…
95 …$this->assertFalse(strpos($response->body, 'Invalid argument supplied for foreach()'), 'Invalid ar…
H A DIssue228Test.php75 $this->assertFalse(strpos($response->body, 'BEGIN:VCALENDAR'));
H A DPluginTest.php1028 $this->assertTrue(!!strpos($output,'Display name'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DFreeBusyRequestTest.php309 strpos($this->response->body, $string)!==false,
315strpos($this->response->body, 'FREEBUSY;FBTYPE=BUSY:20110101T080000Z/20110101T090000Z')==false,
370 strpos($this->response->body, $string)!==false,
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DPluginTest.php67 $this->assertTrue(!!strpos($output,'Display name'));
H A DValidateVCardTest.php100 $this->assertTrue(strpos($foo['carddata'],'UID')!==false);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Browser/
H A DPluginTest.php39 $this->assertTrue(strpos($body, '<title>dir') !== false, $body);
40 $this->assertTrue(strpos($body, '<a href="/dir/child.txt">')!==false);
65 $this->assertTrue(strpos($body, '<title>dir') !== false, $body);
66 $this->assertTrue(strpos($body, '<a href="/dir/child.txt">')!==false);
86 $this->assertTrue(strpos($body, '<title>/') !== false, $body);
87 $this->assertTrue(strpos($body, '<a href="/dir/">')!==false);
88 $this->assertTrue(strpos($body, '<span class="btn disabled">')!==false);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DHTTPPreferParsingTest.php129 $this->assertTrue(strpos($body, 'resourcetype') !== false, $body);
130 $this->assertTrue(strpos($body, 'something') === false, $body);
184 $this->assertTrue(strpos($body, 'something') !== false);
185 $this->assertTrue(strpos($body, '403 Forbidden') !== false, $body);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/
H A DMock.php41 ($lock->depth!=0 && strpos($uri, $lock->uri . '/')===0) ||
44 ($returnChildLocks && (strpos($lock->uri, $uri . '/')===0)) ) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/
H A DMock.php105 if (strpos($path, $source . '/')===0) {
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php54 if (!strpos($input, ':')) {
H A DDateTime.php123 strpos($this->getValue(),'Z')===false
H A DRecur.php51 if (strpos($v,',')!==false) {
192 if (strpos($partValue,',')!==false) {
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DText.php243 if (strpos($val,"\n") !== false) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php581 if (strpos($this->server->httpRequest->getHeader('User-Agent'), 'MSFT-WP/') === 0) {
942 if (strpos($response->getHeader('Content-Type'), 'text/calendar') === false) {
/plugin/davcal/vendor/sabre/uri/lib/
H A Dfunctions.php51 if (strpos($path, '/') !== false) {
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php668 if (strpos($this->server->httpRequest->getHeader('User-Agent'), 'Thunderbird') === false) {
718 if (strpos($response->getHeader('Content-Type'), 'text/vcard') === false) {
/plugin/davcal/action/
H A Ddisable.php27 if(strpos($data[0][1], '{{davcal') !== false) return; // Plugin is still enabled

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