Home
last modified time | relevance | path

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

/dports/www/davical/davical-9da21ad116a2913bf788bd4b0b8c58c0de83d9da/inc/
H A Dcaldav-ACL.php146 if ( !$grantee->Exists() || !$grantee->IsPrincipal() )
208 $by_principal = ($grantor->IsPrincipal() ? $grantor->GetProperty('principal_id') : null);
209 $by_collection = ($grantor->IsPrincipal() ? null : $grantor->GetProperty('collection_id'));
H A Dcaldav-MOVE.php29 if ( $dest->dav_name() == '/' || $dest->IsPrincipal() ) {
92 …$cachekeys[] = ($src->IsPrincipal() == 'principal' ? 'principal' : 'collection').'-'.$src->dav_nam…
93 $cachekeys[] = ($src->IsPrincipal() ? 'principal' : 'collection').'-'.$dest->dav_name();
H A Dcaldav-PROPPATCH.php90 if ( $dav_resource->IsCollection() || $dav_resource->IsPrincipal() ) {
95 else if ( $dav_resource->IsPrincipal() ) {
130 …if ( $dav_resource->IsCollection() && $setcollection && ! $dav_resource->IsPrincipal() && ! $dav_r…
470 if ( $dav_resource->IsPrincipal() ) {
H A Dcaldav-PUT-vcard.php52 if ( $container->IsPrincipal() ) {
123 …if ( $dest->IsPrincipal() || $dest->IsBinding() || !isset($c->readonly_webdav_collections) || $c->…
H A Dcaldav-REPORT-principal-match.php40 if ( $target->IsPrincipal() ) {
H A Dcaldav-PUT-default.php48 if ( $container->IsPrincipal() ) {
H A Dcaldav-PUT-vcalendar.php61 …if ( $dav_resource->IsPrincipal() || $dav_resource->IsBinding() || !isset($c->readonly_webdav_coll…
H A DDAVResource.php712 if ( $this->IsPrincipal() ) {
1108 function IsPrincipal() { function in DAVResource
1186 if ( $this->IsPrincipal() ) {
1321 if ( $this->IsPrincipal() && !isset($this->principal) ) {
1338 if ( $this->IsPrincipal() && !isset($this->principal) ) $this->FetchPrincipal();
1352 if ( $this->IsPrincipal() ) return null;
1388 if ( $this->IsPrincipal() ) return 'root';
H A Dcaldav-BIND.php98 if ( $source->IsPrincipal() || !$source->IsCollection() ) {
H A Dcaldav-REPORT-calquery.php310 …else if ( $request->path == '/' || $target_collection->IsPrincipal() || $target_collection->IsAddr…
H A Dcaldav-PROPFIND.php194 'compare_val_with_re')))) ) ) && $collection->IsPrincipal() ) {
H A DCalDAVRequest.php889 function IsPrincipal( ) { function in CalDAVRequest
/dports/math/gap/gap-4.11.0/pkg/ToricVarieties-2019.12.05/gap/
H A DLITorDiv.gi22 InstallTrueMethod( IsCartier, IsPrincipal );
37 InstallImmediateMethod( IsPrincipal,
H A DToricDivisors.gi37 InstallMethod( IsPrincipal,
784 … [ [ variety, "IsSmooth", true ], [ divisor, "IsCartier", true ] ], divisor, "IsPrincipal", true );
960 if IsPrincipal( divisor ) then
1044 if IsPrincipal( divisor ) then
H A DToricDivisors.gd47 DeclareProperty( "IsPrincipal",
/dports/math/gap/gap-4.11.0/pkg/ToricVarieties-2019.12.05/examples/
H A Dexample1.g55 List( P, IsPrincipal );
67 IsPrincipal( D );
H A Dexample2-Hirzebruch.g33 IsPrincipal( D );
/dports/www/davical/davical-9da21ad116a2913bf788bd4b0b8c58c0de83d9da/htdocs/
H A Dcaldav.php92 if ( ! ($request->IsPrincipal() || isset($request->collection) || $request->method == 'PUT' || $req…
/dports/www/davical/davical-9da21ad116a2913bf788bd4b0b8c58c0de83d9da/inc/ui/
H A Dprincipal-edit.php1015 …if ( !$source->Exists() || $source->IsPrincipal() || !$source->IsCollection() || $source->dav_name…