Home
last modified time | relevance | path

Searched refs:exec (Results 151 – 175 of 466) sorted by path

12345678910>>...19

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DTestUtil.php25 $pdo->exec($query);
H A DValidateICalTest.php61 $this->server->exec();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAddressBookQueryTest.php38 $this->server->exec();
88 $this->server->exec();
133 $this->server->exec();
172 $this->server->exec();
215 $this->server->exec();
260 $this->server->exec();
305 $this->server->exec();
H A DMultiGetTest.php35 $this->server->exec();
78 $this->server->exec();
H A DTestUtil.php27 $pdo->exec($query);
H A DValidateVCardTest.php48 $this->server->exec();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/
H A DAbstractPDOTest.php25 …$pdo->exec('INSERT INTO addressbooks (principaluri, displayname, uri, description, synctoken) VALU…
26 …$pdo->exec('INSERT INTO cards (addressbookid, carddata, uri, lastmodified, etag, size) VALUES (1, …
H A DPDOMySQLTest.php29 $pdo->exec($query);
H A DPDOSqliteTest.php37 $pdo->exec($query);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Browser/
H A DMapGetToPropFindTest.php29 $this->server->exec();
H A DPluginTest.php26 $this->server->exec();
52 $this->server->exec();
73 $this->server->exec();
106 $this->server->exec();
117 $this->server->exec();
138 $this->server->exec();
154 $this->server->exec();
171 $this->server->exec();
181 $this->server->exec();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/
H A DServerTest.php23 $this->server->exec();
46 $this->server->exec();
69 $this->server->exec();
88 $this->server->exec();
104 $this->server->exec();
122 $this->server->exec();
136 $this->server->exec();
156 $this->server->exec();
172 $this->server->exec();
194 $this->server->exec();
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DIssue33Test.php100 $server->exec();
H A DServerCopyMoveTest.php62 $this->server->exec();
86 $this->server->exec();
104 $this->server->exec();
128 $this->server->exec();
144 $this->server->exec();
169 $this->server->exec();
193 $this->server->exec();
H A DServerEventsTest.php43 $this->server->exec();
59 $this->server->exec();
80 $this->server->exec();
H A DServerMKCOLTest.php19 $this->server->exec();
45 $this->server->exec();
70 $this->server->exec();
95 $this->server->exec();
127 $this->server->exec();
159 $this->server->exec();
191 $this->server->exec();
225 $this->server->exec();
250 $this->server->exec();
275 $this->server->exec();
[all …]
H A DServerPluginTest.php52 $this->server->exec();
H A DServerPreconditionTest.php191 $server->exec();
H A DServerPropsInfiniteDepthTest.php42 $this->server->exec();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/
H A DMSWordTest.php29 $server->exec();
41 $server->exec();
51 $server->exec();
H A DPluginTest.php43 $this->server->exec();
69 $this->server->exec();
126 $this->server->exec();
131 $this->server->exec();
155 $this->server->exec();
166 $this->server->exec();
190 $this->server->exec();
201 $this->server->exec();
225 $this->server->exec();
241 $this->server->exec();
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mount/
H A DPluginTest.php28 $this->server->exec();
45 $this->server->exec();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/
H A DSpecificationTest.php60 $this->server->exec();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/
H A DPDOMysqlTest.php16 $pdo->exec('DROP TABLE IF EXISTS propertystorage');
21 $pdo->exec($sql);
24 …$pdo->exec('INSERT INTO propertystorage (path, name, value) VALUES ("dir", "{DAV:}displayname", "D…
H A DPDOSqliteTest.php16 $pdo->exec('DROP TABLE IF EXISTS propertystorage');
21 $pdo->exec($sql);
24 …$pdo->exec('INSERT INTO propertystorage (path, name, value) VALUES ("dir", "{DAV:}displayname", "D…

12345678910>>...19