Home
last modified time | relevance | path

Searched refs:IsShell (Results 1 – 10 of 10) sorted by relevance

/dports/devel/gh/cli-2.4.0/pkg/cmd/alias/set/
H A Dset.go22 IsShell bool member
100 …cmd.Flags().BoolVarP(&opts.IsShell, "shell", "s", false, "Declare an alias to be passed through a …
127 isShell := opts.IsShell
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A DViewShellManager.cxx69 class IsShell class
72 explicit IsShell (const SfxShell* pShell) : mpShell(pShell) {} in IsShell() function in sd::__anone6d64d790111::IsShell
444 IsShell(&rShell))); in DeactivateViewShell()
494 IsShell(&rShell))); in DeactivateShell()
524 if (std::none_of (maActiveViewShells.begin(), maActiveViewShells.end(), IsShell(&rParentShell))) in ActivateSubShell()
591 IsShell(&rShell))); in MoveToTop()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A DViewShellManager.cxx68 class IsShell class
71 explicit IsShell (const SfxShell* pShell) : mpShell(pShell) {} in IsShell() function in sd::__anon1879d7d10111::IsShell
443 IsShell(&rShell))); in DeactivateViewShell()
493 IsShell(&rShell))); in DeactivateShell()
523 if (std::none_of (maActiveViewShells.begin(), maActiveViewShells.end(), IsShell(&rParentShell))) in ActivateSubShell()
590 IsShell(&rShell))); in MoveToTop()
/dports/www/firefox-esr/firefox-91.8.0/js/src/shell/
H A DShellModuleObjectWrapper.cpp39 MOZ_ALWAYS_INLINE bool IsShell##CLASS##Wrapper(JS::Handle<JS::Value> v) { \
182 return CallNonGenericMethod<IsShell##CLASS##Wrapper, \
/dports/www/firefox/firefox-99.0/js/src/shell/
H A DShellModuleObjectWrapper.cpp41 MOZ_ALWAYS_INLINE bool IsShell##CLASS##Wrapper(JS::Handle<JS::Value> v) { \
184 return CallNonGenericMethod<IsShell##CLASS##Wrapper, \
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/shell/
H A DShellModuleObjectWrapper.cpp39 MOZ_ALWAYS_INLINE bool IsShell##CLASS##Wrapper(JS::Handle<JS::Value> v) { \
182 return CallNonGenericMethod<IsShell##CLASS##Wrapper, \
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DBlockSolve.F901658 LOGICAL :: IsPlate, IsShell, IsNs, IsPres local
1664 IsShell = .FALSE.
1672 IsShell = ListGetLogical( CurrentModel % Solvers(i) % Values,&
1677 i = ListGetInteger( Params,'Shell Solver Index',IsShell)
1776 IsPlate, IsShell, IsNS )
1793 LOGICAL :: IsPlate, IsShell, IsBeam, IsSolid, GotBlockSolvers local
1806 IsShell = .FALSE.
1811 IF(k==3) j = ListGetInteger( Params,'Shell Solver Index',IsShell)
1847 IF (IsShell) THEN
1855 IsSolid, IsPlate, IsShell, IsBeam, DrillingDOFs)
H A DDefUtils.F906702 IsSolid, IsPlate, IsShell, IsBeam ) argument
6711 LOGICAL :: IsSolid, IsPlate, IsShell, IsBeam !< The type of the slave variable local
6736 … IF( IsShell ) CALL Info('StructureCouplingAssembly','Assuming coupling with shell solver',Level=8)
6762 IF (IsShell) THEN
H A DSolverUtils.F9016844 IsPlate, IsShell, IsNS ) argument
16850 LOGICAL :: IsPlate, IsShell, IsNS local
16891 IF( IsShell ) CALL Info(Caller,'Assuming structure to be shell',Level=8)
16922 ELSE IF( IsShell ) THEN
17552 IsSolid, IsPlate, IsShell, IsBeam, DrillingDOFs) argument
17561 LOGICAL :: IsSolid, IsPlate, IsShell, IsBeam !< The type of the slave variable local
17589 IF( IsShell ) CALL Info(Caller,'Assuming coupling with shell solver',Level=8)
17635 IF (IsShell) THEN
17961 IF( IsSolid .OR. IsShell ) THEN
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRepBuild/
H A DTopOpeBRepBuild_Builder.cxx1282 Standard_Boolean IsShell = (S1oriented.ShapeType() == TopAbs_SHELL); in SplitSolid() local
1283 if(IsShell) { in SplitSolid()
1379 if(IsShell) in SplitSolid()