Home
last modified time | relevance | path

Searched refs:hrefs (Results 1 – 19 of 19) sorted by path

/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.less1270 /* hover effect only on titles with hrefs */
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php429 $report->hrefs
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DCalendarMultiGetReport.php36 public $hrefs; variable in Sabre\\CalDAV\\Xml\\Request\\CalendarMultiGetReport
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php250 $report->hrefs
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Xml/Request/
H A DAddressBookMultiGetReport.php36 public $hrefs; variable in Sabre\\CardDAV\\Xml\\Request\\AddressBookMultiGetReport
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DHref.php32 protected $hrefs; variable in Sabre\\DAV\\Xml\\Property\\Href
52 function __construct($hrefs, $autoPrefix = true) { argument
54 if (is_string($hrefs)) {
55 $hrefs = [$hrefs];
57 $this->hrefs = $hrefs;
70 return $this->hrefs[0];
81 return $this->hrefs;
162 $hrefs = [];
167 $hrefs[] = $elem['value'];
170 if ($hrefs) {
[all …]
/plugin/googlesearch/
H A Dnusoap.php5908 foreach($this->multirefs as $id => $hrefs){
5914 foreach($hrefs as $refPos => $ref){
/plugin/mantis/lib/
H A Dclass.soap_parser.php124 foreach($this->multirefs as $id => $hrefs){
130 foreach($hrefs as $refPos => $ref){
H A Dnusoap.php6556 foreach($this->multirefs as $id => $hrefs){
6562 foreach($hrefs as $refPos => $ref){
/plugin/pgn4web/pgn4web/
H A Dviewer-links.php68 $hrefs = $xpath->evaluate("/html/body//a");
69 for ($i = 0; $i < $hrefs->length; $i++) {
70 $href = $hrefs->item($i);
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md366 * #670: multiget report hrefs were not decoded.
2131 return statuses for properties other than 200 and 404. The hrefs are now also
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php444 $report->hrefs
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DCalendarMultiGetReport.php36 public $hrefs; variable in Sabre\\CalDAV\\Xml\\Request\\CalendarMultiGetReport
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php251 $report->hrefs
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Xml/Request/
H A DAddressBookMultiGetReport.php36 public $hrefs; variable in Sabre\\CardDAV\\Xml\\Request\\AddressBookMultiGetReport
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DHref.php33 protected $hrefs; variable in Sabre\\DAV\\Xml\\Property\\Href
43 * @param string|string[] $hrefs
45 function __construct($hrefs) { argument
47 if (is_string($hrefs)) {
48 $hrefs = [$hrefs];
50 $this->hrefs = $hrefs;
61 return $this->hrefs[0];
72 return $this->hrefs;
151 $hrefs = [];
156 $hrefs[] = $elem['value'];
[all …]
H A DLocalHref.php35 * @param string|string[] $hrefs
37 function __construct($hrefs) { argument
43 (array)$hrefs
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1298 $hrefs = $candidate[200][$report->principalProperty];
1300 if (!$hrefs instanceof Href) {
1304 foreach ($hrefs->getHrefs() as $href) {
/plugin/webdavclient/
H A Dhelper.php1509 …private function buildReport($op, $ns = array(), $props = array(), $filters = array(), $hrefs = ar… argument
1545 foreach($hrefs as $href)