Home
last modified time | relevance | path

Searched refs:read (Results 176 – 200 of 842) sorted by relevance

12345678910>>...34

/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DGoogleColonEscapingTest.php26 $vobj = Reader::read($vcard);
H A DIssue153Test.php9 $obj = Reader::read(file_get_contents(dirname(__FILE__) . '/issue153.vcf'));
H A DAttachIssueTest.php17 $obj = Reader::read($event);
H A DLineFoldingIssueTest.php18 $obj = Reader::read($event);
H A DEmptyValueIssueTest.php23 $vobj = Reader::read($input);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DIssue153Test.php9 $obj = Reader::read(file_get_contents(dirname(__FILE__) . '/issue153.vcf'));
H A DAttachIssueTest.php17 $obj = Reader::read($event);
H A DLineFoldingIssueTest.php18 $obj = Reader::read($event);
H A DEmptyValueIssueTest.php23 $vobj = Reader::read($input);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DIssue153Test.php9 $obj = Reader::read(file_get_contents(dirname(__FILE__) . '/issue153.vcf'));
H A DLineFoldingIssueTest.php18 $obj = Reader::read($event);
H A DAttachIssueTest.php17 $obj = Reader::read($event);
H A DEmptyValueIssueTest.php23 $vobj = Reader::read($input);
H A DIssue36WorkAroundTest.php31 $obj = Reader::read($event);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DIssue153Test.php9 $obj = Reader::read(file_get_contents(dirname(__FILE__) . '/issue153.vcf'));
H A DAttachIssueTest.php17 $obj = Reader::read($event);
H A DLineFoldingIssueTest.php18 $obj = Reader::read($event);
H A DEmptyValueIssueTest.php23 $vobj = Reader::read($input);
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dbench.php10 $lol = Sabre\VObject\Reader::read($data);
/plugin/davcard/vendor/sabre/vobject/bin/
H A Dbench.php10 $lol = Sabre\VObject\Reader::read($data);
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Dbench.php10 $lol = Sabre\VObject\Reader::read($data);
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dbench.php10 $lol = Sabre\VObject\Reader::read($data);
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoAdapter.php29 public function read($input); function
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md85 * [Read](#read)
111 # Use the read() method of the LDAP client to search for a specific entry.
113 $entry = $ldap->read('cn=foo,dc=domain,dc=local');
128 $entry = $ldap->read('cn=foo,dc=domain,dc=local');
159 $entry = $ldap->read('cn=foo,dc=domain,dc=local');
/plugin/dokutexit/
H A Dtexitrender.php121 $begin_doc = $begin->read();
124 $cmd_doc .= $cmd->read();
130 $tex_doc[] = $doc->read();

12345678910>>...34