Home
last modified time | relevance | path

Searched refs:GetNSTag (Results 1 – 19 of 19) sorted by relevance

/dports/www/davical/davical-9da21ad116a2913bf788bd4b0b8c58c0de83d9da/inc/
H A Dcaldav-REPORT.php37 if ( $xmltree->GetNSTag() != 'DAV::principal-property-search'
38 && $xmltree->GetNSTag() != 'DAV::principal-property-search-set' ) {
50 if ( $xmltree->GetNSTag() == 'urn:ietf:params:xml:ns:caldav:free-busy-query' ) {
56 switch( $xmltree->GetNSTag() ) {
251 if ( $xmltree->GetNSTag() == "urn:ietf:params:xml:ns:caldav:calendar-query" ) {
255 elseif ( $xmltree->GetNSTag() == "urn:ietf:params:xml:ns:caldav:calendar-multiget" ) {
260 elseif ( $xmltree->GetNSTag() == "urn:ietf:params:xml:ns:carddav:addressbook-multiget" ) {
265 elseif ( $xmltree->GetNSTag() == "urn:ietf:params:xml:ns:carddav:addressbook-query" ) {
270 dbg_error_log( 'ERROR', "Request for unsupported report type '%s'.", $xmltree->GetNSTag() );
271 …, 'DAV::supported-report', sprintf( '"%s" is not a supported report type', $xmltree->GetNSTag()) );
H A Dcaldav-REPORT-multiget.php12 $proptype = $qry_content[0]->GetNSTag();
19 $properties[$v->GetNSTag()] = 1;
20 … if ( $v->GetNSTag() == 'urn:ietf:params:xml:ns:caldav:calendar-data' ) check_for_expansion($v);
26 if ( $qry_content[1]->GetNSTag() == 'DAV::include' ) {
28 …$include_properties[] = $v->GetNSTag(); /** $include_properties is referenced in DAVResource where…
29 … if ( $v->GetNSTag() == 'urn:ietf:params:xml:ns:caldav:calendar-data' ) check_for_expansion($v);
H A Dcaldav-ACL.php113 …incipal_node->GetNSTag() != 'DAV::principal' ) $request->MalformedRequest('ACL request must contai…
114 $grant_tag = $grant->GetNSTag();
117 …if ( $grant->GetNSTag() != 'DAV::grant' ) $request->MalformedRequest('ACL request must contain a p…
122 $privilege_names[] = $priv->GetNSTag();
129 switch( $principal_content->GetNSTag() ) {
132 …if ( $principal_property[0]->GetNSTag() != 'DAV::owner' ) $request->PreconditionFailed(403, 'recog…
H A Dcaldav-REPORT-cardquery.php20 $proptype = $qry_content[0]->GetNSTag();
26 $properties[$v->GetNSTag()] = 1;
27 … if ( $v->GetNSTag() == 'urn:ietf:params:xml:ns:carddav:address-data' ) get_address_properties($v);
33 if ( $qry_content[1]->GetNSTag() == 'DAV::include' ) {
35 …$include_properties[] = $v->GetNSTag(); /** $include_properties is referenced in DAVResource where…
36 … if ( $v->GetNSTag() == 'urn:ietf:params:xml:ns:carddav:address-data' ) get_address_properties($v);
119 $tag = $filter->GetNSTag();
H A Dcaldav-REPORT-calquery.php15 $proptype = $qry_content[$idx]->GetNSTag();
20 $propertyname = $v->GetNSTag();
28 if ( $qry_content[$idx]->GetNSTag() == 'DAV::include' ) {
30 …$include_properties[] = $v->GetNSTag(); /** $include_properties is referenced in DAVResource where…
31 … if ( $v->GetNSTag() == 'urn:ietf:params:xml:ns:caldav:calendar-data' ) check_for_expansion($v);
85 $tag = $v->GetNSTag();
284 …if ( $filter->GetNSTag() == "urn:ietf:params:xml:ns:caldav:comp-filter" && $filter->GetAttribute("…
287 …TER[%s=%s]] which does not contain comp-filter = VCALENDAR!!", $filter->GetNSTag(), $filter->GetAt…
H A Dcaldav-MKCOL.php57 if ( $xmltree->GetNSTag() == 'DAV::mkcol' ) $request_type = 'extended-mkcol';
59 …if ( $xmltree->GetNSTag() != 'urn:ietf:params:xml:ns:caldav:mkcalendar' && $request_type != 'exten…
60 …"DAV::mkcol" or "urn:ietf:params:xml:ns:caldav:mkcalendar" document (%s)', $xmltree->GetNSTag()) );
67 $tag = $setting->GetNSTag();
90 $types .= '<'.$v->GetNSTag().'/>';
H A Dcaldav-REPORT-principal.php33 switch( $v1->GetNSTag() ) {
57 dbg_error_log("principal", "Unhandled tag '%s' to match '%s'\n", $v1->GetNSTag(), $match );
72 $properties[] = $v1->GetNSTag();
H A Dcaldav-MKTICKET.php39 $xmltree->GetNSTag() != 'DAV::ticketinfo' ) {
47 switch( $v->GetNSTag() ) {
58 $ticket_privileges |= privilege_to_bits( $v1->GetNSTag() );
H A Dcaldav-PROPPATCH.php29 if ( $xmltree->GetNSTag() != "DAV::propertyupdate" ) {
81 $tag = $setting->GetNSTag();
122 switch( $xnode->GetNSTag() ) {
243 $transparency = preg_replace( '{^.*:}', '', $transparency[0]->GetNSTag());
326 $tag = $setting->GetNSTag();
H A Dcaldav-REPORT-principal-match.php56 $properties[] = $v1->GetNSTag();
H A Dcaldav-PROPFIND.php34 switch ( $propwrap->GetNSTag() ) {
44 if ( is_object($v) && method_exists($v,'GetTag') ) $property_list[] = $v->GetNSTag();
H A Dcaldav-REPORT-expand-property.php70 $pname = $property->GetNSTag();
H A Dcaldav-REPORT-sync-collection.php43 $proplist[] = $v->GetNSTag();
H A DDAVResource.php1925 $tag = $tag->GetNSTag();
/dports/devel/php-libawl/awl-827fbfed7dab0ca339998ca6cdcffb328246d83b/inc/
H A DXMLElement.php113 function GetNSTag() { function in XMLElement
156 if ( empty($tag) || $v->GetNSTag() == $tag ) {
164 else if ( empty($tag) || (isset($v->content->tagname) && $v->content->GetNSTag() == $tag) ) {
181 if ( $matches[2] == '*' || $matches[2] == $this->GetNSTag()) {
H A DvProperty.php445 $tag = $v->GetNSTag();
574 $subtag = $v->GetNSTag();
H A DvComponent.php930 $tag = $v->GetNSTag();
949 $subtag = $subfilter[0]->GetNSTag();
985 $subtag = $subfilter[0]->GetNSTag();
H A DvCalendar.php224 $tag = $filters[0]->GetNSTag();
/dports/devel/php-libawl/awl-827fbfed7dab0ca339998ca6cdcffb328246d83b/
H A DChangeLog407 * [vComponent] We should use GetNSTag() rather than GetTag() in most cases.