/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/ |
H A D | Href.php | 33 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 D | LocalHref.php | 35 * @param string|string[] $hrefs 37 function __construct($hrefs) { argument 43 (array)$hrefs
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/ |
H A D | Href.php | 32 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/pgn4web/pgn4web/ |
H A D | viewer-links.php | 68 $hrefs = $xpath->evaluate("/html/body//a"); 69 for ($i = 0; $i < $hrefs->length; $i++) { 70 $href = $hrefs->item($i);
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/ |
H A D | CalendarMultiGetReport.php | 36 public $hrefs; variable in Sabre\\CalDAV\\Xml\\Request\\CalendarMultiGetReport
|
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Xml/Request/ |
H A D | AddressBookMultiGetReport.php | 36 public $hrefs; variable in Sabre\\CardDAV\\Xml\\Request\\AddressBookMultiGetReport
|
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Xml/Request/ |
H A D | AddressBookMultiGetReport.php | 36 public $hrefs; variable in Sabre\\CardDAV\\Xml\\Request\\AddressBookMultiGetReport
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/ |
H A D | CalendarMultiGetReport.php | 36 public $hrefs; variable in Sabre\\CalDAV\\Xml\\Request\\CalendarMultiGetReport
|
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/ |
H A D | Plugin.php | 1298 $hrefs = $candidate[200][$report->principalProperty]; 1300 if (!$hrefs instanceof Href) { 1304 foreach ($hrefs->getHrefs() as $href) {
|
/plugin/mantis/lib/ |
H A D | class.soap_parser.php | 124 foreach($this->multirefs as $id => $hrefs){ 130 foreach($hrefs as $refPos => $ref){
|
H A D | nusoap.php | 6556 foreach($this->multirefs as $id => $hrefs){ 6562 foreach($hrefs as $refPos => $ref){
|
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/ |
H A D | Plugin.php | 250 $report->hrefs
|
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/ |
H A D | Plugin.php | 251 $report->hrefs
|
/plugin/webdavclient/ |
H A D | helper.php | 1509 …private function buildReport($op, $ns = array(), $props = array(), $filters = array(), $hrefs = ar… argument 1545 foreach($hrefs as $href)
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/ |
H A D | Plugin.php | 444 $report->hrefs
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/ |
H A D | Plugin.php | 429 $report->hrefs
|
/plugin/davcal/fullcalendar-3.10.5/ |
H A D | fullcalendar.less | 1270 /* hover effect only on titles with hrefs */
|
/plugin/googlesearch/ |
H A D | nusoap.php | 5908 foreach($this->multirefs as $id => $hrefs){ 5914 foreach($hrefs as $refPos => $ref){
|
/plugin/webdav/vendor/sabre/dav/ |
H A D | CHANGELOG.md | 366 * #670: multiget report hrefs were not decoded. 2131 return statuses for properties other than 200 and 404. The hrefs are now also
|