Home
last modified time | relevance | path

Searched refs:has_parent (Results 1 – 25 of 768) sorted by relevance

12345678910>>...31

/dports/net/mpich/mpich-3.4.3/src/mpid/ch3/src/
H A Dmpid_init.c32 static int init_pg(int *has_parent, int *pg_rank_p, MPIDI_PG_t **pg_p);
69 int has_parent; in MPID_Init() local
117 mpi_errno = init_pg(&has_parent, &pg_rank, &pg); in MPID_Init()
162 mpi_errno = MPIDI_CH3_Init(has_parent, pg, pg_rank); in MPID_Init()
238 MPIR_Process.has_parent = has_parent; in MPID_Init()
311 if (MPIR_Process.has_parent) { in MPID_InitCompleted()
334 static int init_pg(int *has_parent, int *pg_rank_p, MPIDI_PG_t **pg_p) in init_pg() argument
349 mpi_errno = MPIDI_CH3_Pre_init( &setvals, has_parent, &pg_rank, in init_pg()
375 *has_parent = MPIR_Process.has_parent; in init_pg()
418 MPIDI_DBG_parent_str = (*has_parent) ? "+" : ""; in init_pg()
/dports/devel/p5-Mouse/Mouse-v2.5.10/t/000_recipes/
H A Dmoose_cookbook_basics_recipe3.t47 if $child->has_parent;
67 ok(!$root->has_parent, '... no parent for root node');
77 ok($left->has_parent, '... lefts has a parent');
113 ok($right->has_parent, '... rights has a parent');
123 ok($left_left->has_parent, '... left does have a parent');
140 ok($left_right->has_parent, '... left does have a parent');
/dports/devel/p5-Moose/Moose-2.2201/t/recipes/
H A Dbasics_binarytree_attributefeatures.t47 if $child->has_parent;
67 ok(!$root->has_parent, '... no parent for root node');
77 ok($left->has_parent, '... lefts has a parent');
121 ok($right->has_parent, '... rights has a parent');
131 ok($left_left->has_parent, '... left does have a parent');
152 ok($left_right->has_parent, '... left does have a parent');
/dports/net/mpich2/mpich2-1.5/src/mpid/ch3/src/
H A Dmpid_init.c34 int *has_args, int *has_env, int *has_parent,
96 int has_parent; in MPID_Init() local
138 has_args, has_env, &has_parent, &pg_rank, &pg ); in MPID_Init()
178 mpi_errno = MPIDI_CH3_Init(has_parent, pg, pg_rank); in MPID_Init()
276 if (has_parent) { in MPID_Init()
355 int *has_args, int *has_env, int *has_parent, in InitPG() argument
372 mpi_errno = MPIDI_CH3_Pre_init( &setvals, has_parent, &pg_rank, in InitPG()
396 mpi_errno = PMI2_Init(has_parent, &pg_size, &pg_rank, &appnum); in InitPG()
399 pmi_errno = PMI_Init(has_parent); in InitPG()
507 MPIDI_DBG_parent_str = (*has_parent) ? "+" : ""; in InitPG()
/dports/sysutils/py-azure-cli-core/azure-cli-core-2.29.2/azure/cli/core/commands/
H A Dtemplate_create.py57 has_parent = parent_type is not None
61 elif has_parent:
89 has_parent = any(parent_params)
90 if has_parent and not all(parent_params):
130 if has_parent and not value_was_id and not parent_val and not allow_new:
137 usage_message = '{} NAME'.format(property_option) if not has_parent \
/dports/science/clipper/clipper-2.1/clipper/core/
H A Dcontainer.cpp121 if ( has_parent() ) in path()
139 bool Container::has_parent() const in has_parent() function in clipper::Container
173 if ( has_parent() ) return parent().ultimate_parent(); in ultimate_parent()
179 if ( has_parent() ) return parent().ultimate_parent(); in ultimate_parent()
198 if ( has_parent() ) { in find_path_ptr()
219 if ( has_parent() ) parent().del_child( *this ); in move()
/dports/games/pentobi/pentobi-19.1/libboardgame_base/
H A DSgfUtil.cpp57 while (current->has_parent()) in find_root()
74 while (current->has_parent()) in get_depth()
108 while(current->has_parent()) in get_path_from_root()
121 while (current->has_parent()) in get_variation_string()
180 while (current->has_parent()) in is_main_variation()
/dports/devel/p5-Moose/Moose-2.2201/lib/Moose/Meta/
H A DTypeConstraint.pm177 if ( $self->has_parent && $self->constraint == $null_constraint ) {
191 if ( $self->has_parent && $self->constraint == $null_constraint ) {
201 if ( $self->has_parent && $self->constraint == $null_constraint ) {
241 if ( $self->has_parent ) {
242 return unless $other->has_parent;
245 return if $other->has_parent;
301 if $self->has_parent;
/dports/www/drupal9/drupal-9.2.10/core/themes/seven/templates/text_format/
H A Dcontainer--text-format-filter-guidelines.html.twig9 * - has_parent: A flag to indicate that the container has one or more parent
19 has_parent ? 'js-form-wrapper',
20 has_parent ? 'form-wrapper',
H A Dcontainer--text-format-filter-wrapper.html.twig9 * - has_parent: A flag to indicate that the container has one or more parent
19 has_parent ? 'js-form-wrapper',
20 has_parent ? 'form-wrapper',
/dports/www/drupal9/drupal-9.2.10/core/profiles/demo_umami/themes/umami/templates/components/text_format/
H A Dcontainer--text-format-filter-guidelines.html.twig9 * - has_parent: A flag to indicate that the container has one or more parent
19 has_parent ? 'js-form-wrapper',
20 has_parent ? 'form-wrapper',
H A Dcontainer--text-format-filter-wrapper.html.twig9 * - has_parent: A flag to indicate that the container has one or more parent
19 has_parent ? 'js-form-wrapper',
20 has_parent ? 'form-wrapper',
/dports/www/drupal9/drupal-9.2.10/core/themes/bartik/templates/text_format/
H A Dcontainer--text-format-filter-guidelines.html.twig9 * - has_parent: A flag to indicate that the container has one or more parent
19 has_parent ? 'js-form-wrapper',
20 has_parent ? 'form-wrapper',
H A Dcontainer--text-format-filter-wrapper.html.twig9 * - has_parent: A flag to indicate that the container has one or more parent
19 has_parent ? 'js-form-wrapper',
20 has_parent ? 'form-wrapper',
/dports/www/drupal9/drupal-9.2.10/core/themes/claro/templates/text_format/
H A Dcontainer--text-format-filter-guidelines.html.twig9 * - has_parent: A flag to indicate that the container has one or more parent
19 has_parent ? 'js-form-wrapper',
20 has_parent ? 'form-wrapper',
H A Dcontainer--text-format-filter-wrapper.html.twig9 * - has_parent: A flag to indicate that the container has one or more parent
19 has_parent ? 'js-form-wrapper',
20 has_parent ? 'form-wrapper',
/dports/devel/p5-Forest/Forest-0.10/t/
H A D010_Tree.t20 ok(!$t->has_parent, '... no parent');
31 ok(!$child_1->has_parent, '... no parent');
50 ok($child_1->has_parent, '... has parent now');
60 ok(!$child_1_1->has_parent, '... no parent');
77 ok($child_1_1->has_parent, '... has parent now');
/dports/www/drupal8/drupal-8.9.20/core/themes/claro/templates/classy/media-library/
H A Dcontainer--media-library-content.html.twig13 * - has_parent: A flag to indicate that the container has one or more parent
23 has_parent ? 'js-form-wrapper',
24 has_parent ? 'form-wrapper',
H A Dcontainer--media-library-widget-selection.html.twig13 * - has_parent: A flag to indicate that the container has one or more parent
23 has_parent ? 'js-form-wrapper',
24 has_parent ? 'form-wrapper',
/dports/www/drupal8/drupal-8.9.20/core/profiles/demo_umami/themes/umami/templates/classy/media-library/
H A Dcontainer--media-library-content.html.twig13 * - has_parent: A flag to indicate that the container has one or more parent
23 has_parent ? 'js-form-wrapper',
24 has_parent ? 'form-wrapper',
H A Dcontainer--media-library-widget-selection.html.twig13 * - has_parent: A flag to indicate that the container has one or more parent
23 has_parent ? 'js-form-wrapper',
24 has_parent ? 'form-wrapper',
/dports/www/drupal8/drupal-8.9.20/core/themes/bartik/templates/classy/media-library/
H A Dcontainer--media-library-widget-selection.html.twig13 * - has_parent: A flag to indicate that the container has one or more parent
23 has_parent ? 'js-form-wrapper',
24 has_parent ? 'form-wrapper',
H A Dcontainer--media-library-content.html.twig13 * - has_parent: A flag to indicate that the container has one or more parent
23 has_parent ? 'js-form-wrapper',
24 has_parent ? 'form-wrapper',
/dports/www/drupal8/drupal-8.9.20/core/themes/classy/templates/media-library/
H A Dcontainer--media-library-widget-selection.html.twig13 * - has_parent: A flag to indicate that the container has one or more parent
23 has_parent ? 'js-form-wrapper',
24 has_parent ? 'form-wrapper',
H A Dcontainer--media-library-content.html.twig13 * - has_parent: A flag to indicate that the container has one or more parent
23 has_parent ? 'js-form-wrapper',
24 has_parent ? 'form-wrapper',

12345678910>>...31