Home
last modified time | relevance | path

Searched defs:is_root (Results 1 – 25 of 1182) sorted by relevance

12345678910>>...48

/dports/devel/R-cran-rprojroot/rprojroot/tests/testthat/
H A Dtest-root.R58 is_root = function(x) x == stop_path, function
98 is_root = function(x) x == stop_path, function
144 is_root = function(x) x == stop_path, function
171 is_root = function(x) x == stop_path, function
200 is_root = function(x) x == stop_path, function
221 is_root = function(x) x == stop_path, function
263 is_root = function(x) x == stop_path, function
284 is_root = function(x) x == stop_path, function
/dports/games/pentobi/pentobi-19.1/libboardgame_base/
H A DTreeReader.cpp22 void TreeReader::on_begin_tree(bool is_root) in on_begin_tree()
28 void TreeReader::on_end_tree(bool is_root) in on_end_tree()
38 void TreeReader::on_begin_node(bool is_root) in on_begin_node()
H A DReader.cpp45 void Reader::on_begin_node([[maybe_unused]] bool is_root) in on_begin_node()
50 void Reader::on_begin_tree([[maybe_unused]] bool is_root) in on_begin_tree()
60 void Reader::on_end_tree([[maybe_unused]] bool is_root) in on_end_tree()
139 void Reader::read_node(bool is_root) in read_node()
214 void Reader::read_tree(bool is_root) in read_tree()
/dports/deskutils/egroupware/egroupware/api/setup/
H A Ddefault_records.inc.php212 Vfs::$is_root = true; variable
236 Vfs::$is_root = false; variable
/dports/deskutils/egroupware/egroupware/files/
H A Dwebdav.php81 Vfs::$is_root = true; variable
83 Vfs::$is_root = $is_root_backup; variable
/dports/deskutils/egroupware/egroupware/
H A Dremote.php81 Vfs::$is_root = true; variable
83 Vfs::$is_root = $is_root_backup; variable
/dports/www/py-django-filer/django-filer-1.7.0/filer/models/
H A Dvirtualitems.py16 is_root = True variable in DummyFolder
50 is_root = True variable in UnsortedImages
65 is_root = True variable in ImagesWithMissingData
79 is_root = True variable in FolderRoot
/dports/textproc/p5-XML-Toolkit/XML-Toolkit-0.15/lib/XML/Filter/
H A DMoose.pm42 sub is_root { return shift->stack_length == 0 } method in XML::Filter::Moose
/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/valuenodes/
H A Dvaluenode_bone.h105 virtual bool is_root()const { return false; } in is_root() function
153 virtual bool is_root()const { return true; } in is_root() function
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/synfig/valuenodes/
H A Dvaluenode_bone.h105 virtual bool is_root()const { return false; } in is_root() function
153 virtual bool is_root()const { return true; } in is_root() function
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/synfig/valuenodes/
H A Dvaluenode_bone.h105 virtual bool is_root()const { return false; } in is_root() function
153 virtual bool is_root()const { return true; } in is_root() function
/dports/lang/php81/php-8.1.1/sapi/fpm/fpm/
H A Dfpm_unix.c266 int is_root = !geteuid(); in fpm_unix_conf_wp() local
337 int is_root = !geteuid(); in fpm_unix_init_child() local
458 int is_root = !geteuid(); in fpm_unix_init_main() local
/dports/www/mod_php80/php-8.0.15/sapi/fpm/fpm/
H A Dfpm_unix.c266 int is_root = !geteuid(); in fpm_unix_conf_wp() local
337 int is_root = !geteuid(); in fpm_unix_init_child() local
458 int is_root = !geteuid(); in fpm_unix_init_main() local
/dports/www/mod_php81/php-8.1.1/sapi/fpm/fpm/
H A Dfpm_unix.c266 int is_root = !geteuid(); in fpm_unix_conf_wp() local
337 int is_root = !geteuid(); in fpm_unix_init_child() local
458 int is_root = !geteuid(); in fpm_unix_init_main() local
/dports/lang/php73/php-7.3.33/sapi/fpm/fpm/
H A Dfpm_unix.c258 int is_root = !geteuid(); in fpm_unix_conf_wp() local
329 int is_root = !geteuid(); in fpm_unix_init_child() local
445 int is_root = !geteuid(); in fpm_unix_init_main() local
/dports/lang/php74/php-7.4.27/sapi/fpm/fpm/
H A Dfpm_unix.c266 int is_root = !geteuid(); in fpm_unix_conf_wp() local
337 int is_root = !geteuid(); in fpm_unix_init_child() local
453 int is_root = !geteuid(); in fpm_unix_init_main() local
/dports/lang/php80/php-8.0.15/sapi/fpm/fpm/
H A Dfpm_unix.c266 int is_root = !geteuid(); in fpm_unix_conf_wp() local
337 int is_root = !geteuid(); in fpm_unix_init_child() local
458 int is_root = !geteuid(); in fpm_unix_init_main() local
/dports/www/mod_php73/php-7.3.33/sapi/fpm/fpm/
H A Dfpm_unix.c258 int is_root = !geteuid(); in fpm_unix_conf_wp() local
329 int is_root = !geteuid(); in fpm_unix_init_child() local
445 int is_root = !geteuid(); in fpm_unix_init_main() local
/dports/www/mod_php74/php-7.4.27/sapi/fpm/fpm/
H A Dfpm_unix.c266 int is_root = !geteuid(); in fpm_unix_conf_wp() local
337 int is_root = !geteuid(); in fpm_unix_init_child() local
453 int is_root = !geteuid(); in fpm_unix_init_main() local
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/adb/
H A Dremount_service.cpp65 static std::string find_mount(const char* dir, bool is_root) { in find_mount()
89 bool is_root = strcmp(dir, "/") == 0; in remount_partition() local
/dports/devel/atf/atf-0.21/atf-c/detail/
H A Duser_test.c108 ATF_TC_HEAD(is_root, tc) in ATF_TC_HEAD() argument
112 ATF_TC_BODY(is_root, tc) in ATF_TC_BODY() argument
/dports/textproc/p5-XML-Validator-Schema/XML-Validator-Schema-1.10/Schema/
H A DNode.pm31 sub is_root { subroutine
/dports/devel/p5-Forest/Forest-0.10/lib/Forest/
H A DTree.pm75 sub is_root { !(shift)->has_parent } subroutine
/dports/science/qmcpack/qmcpack-3.11.0/src/AFQMC/Matrix/tests/
H A Dtest_csr_matrix.cpp637 using is_root = ma::sparse::null_is_root<Alloc>; typedef
644 using is_root = ma::sparse::null_is_root<Alloc>; typedef
658 using is_root = ma::sparse::is_root; typedef
666 using is_root = ma::sparse::is_root; typedef
682 using is_root = ma::sparse::is_root; typedef
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/couple/
H A Dhecmw_couple_info_if.c145 extern void hecmw_couple_is_root_if(char *boundary_id, int *is_root, in hecmw_couple_is_root_if()
155 extern void hecmw_couple_is_root_if_(char *boundary_id, int *is_root, in hecmw_couple_is_root_if_()
160 extern void hecmw_couple_is_root_if__(char *boundary_id, int *is_root, in hecmw_couple_is_root_if__()
165 extern void HECMW_COUPLE_IS_ROOT_IF(char *boundary_id, int *is_root, in HECMW_COUPLE_IS_ROOT_IF()
174 int *is_root, int id_len) { in hecmw_couple_is_unit_root_if()
184 int *unit_specifier, int *is_root, in hecmw_couple_is_unit_root_if_()
196 int *is_root, int id_len) { in HECMW_COUPLE_IS_UNIT_ROOT_IF()
203 extern void hecmw_couple_is_unit_root_u_if(char *unit_id, int *is_root, in hecmw_couple_is_unit_root_u_if()
212 extern void hecmw_couple_is_unit_root_u_if_(char *unit_id, int *is_root, in hecmw_couple_is_unit_root_u_if_()
217 extern void hecmw_couple_is_unit_root_u_if__(char *unit_id, int *is_root, in hecmw_couple_is_unit_root_u_if__()
[all …]

12345678910>>...48