Home
last modified time | relevance | path

Searched refs:current_root (Results 1 – 25 of 65) sorted by relevance

123

/dports/devel/p5-Algorithm-C3/Algorithm-C3-0.11/lib/Algorithm/
H A DC3.pm23 my $current_root = $root;
42 my $isastack = join(q{ -> }, @isastack, $current_root, $new_root);
51 push(@STACK, $current_root, $current_parents, $recurse_mergeout, $i);
53 $current_root = $new_root;
54 … $current_parents = $cache->{pfetch}->{$current_root} ||= [ $current_root->$parent_fetcher ];
60 $seen{$current_root} = 0;
62 $mergeout = $cache->{merge}->{$current_root} ||= do {
78 my @res = ( $current_root );
107 . $current_root . qq{':\n\t}
121 $current_root = pop(@STACK);
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dfortranscanner.l175 Entry *current_root = 0;
943 … if (yyextra->current_root->type.length() > 0) yyextra->current_root->type += " ";
948 … if (yyextra->current_root->type.length() > 0) yyextra->current_root->type += " ";
951 … if (yyextra->current_root->type.length() > 0) yyextra->current_root->type += " ";
962 … yyextra->current_root->type = yyextra->current_root->type.stripWhiteSpace();
1812 for (const auto &ce2 : current_root->children())
2190 if (yyextra->current_root->parent() || isGlobalRoot)
2192 yyextra->current_root= yyextra->current_root->parent(); /* end substructure */
2415 if ((yyextra->current_root) &&
2438 for (Argument &a:yyextra->current_root->argList)
[all …]
H A Dpyscanner.l77 std::shared_ptr<Entry> current_root; member
473 yyextra->current_root->moveToSubEntryAndRefresh(yyextra->current);
1516 yyextra->current_root->moveToSubEntryAndRefresh(yyextra->current);
1527 if (yyextra->current_root->section&Entry::COMPOUND_MASK) // mark as class variable
1606 yyextra->current_root->moveToSubEntryAndRefresh(yyextra->current);
1803 yyextra->current_root = ce;
1808 yyextra->current_root = rt;
1851 yyextra->current_root = rt;
1888 yyextra->current_root = yyextra->current;
1906 yyextra->current_root->program.str(std::string());
[all …]
H A Dscanner.l103 std::shared_ptr<Entry> current_root; member
1068 yyextra->current_root = tmp;
3948 …if (!yyextra->current_root->name.isEmpty()) yyextra->current->name.prepend(yyextra->current_root->…
7205 if (yyextra->current_root->section & Entry::SCOPE_MASK)
7208 yyextra->current->name.prepend(yyextra->current_root->name+"::");
7210 for (const ArgumentList &srcAl : yyextra->current_root->tArgLists)
7397 yyextra->current_root->moveToSubEntryAndRefresh(yyextra->current);
7547 yyextra->current_root = ce;
7659 yyextra->current_root = rt;
7669 yyextra->current_root = rt;
[all …]
H A Dvhdljjparser.cpp161 s->current_root=root; in parseInput()
219 s->current_root->moveToSubEntryAndRefresh(s->current); in newEntry()
235 s->current_root->moveToSubEntryAndRefresh(s->current); in newEntry()
377 s->current_root->copyToSubEntry(&gBlock); in checkInlineCode()
809 insertEntryAtLine(s->current_root,line); in checkMultiComment()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/commands/
H A Dediting_commands_utilities.cc518 Element* const current_root = document.documentElement(); in TidyUpHTMLStructure() local
519 if (current_root && IsA<HTMLHtmlElement>(current_root)) in TidyUpHTMLStructure()
522 current_root && IsA<HTMLHeadElement>(current_root) ? current_root in TidyUpHTMLStructure()
525 current_root && (IsA<HTMLBodyElement>(current_root) || in TidyUpHTMLStructure()
526 IsA<HTMLFrameSetElement>(current_root)) in TidyUpHTMLStructure()
527 ? current_root in TidyUpHTMLStructure()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Danimation_tree_editor_plugin.cpp62 current_root = 0; in edit()
109 current_root = node->get_instance_id(); in edit_path()
131 current_root = 0; in edit_path()
159 if (root != current_root) { in _notification()
245 current_root = 0; in AnimationTreeEditor()
H A Danimation_tree_editor_plugin.h67 ObjectID current_root; variable
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Danimation_tree_editor_plugin.cpp62 current_root = 0; in edit()
109 current_root = node->get_instance_id(); in edit_path()
131 current_root = 0; in edit_path()
159 if (root != current_root) { in _notification()
245 current_root = 0; in AnimationTreeEditor()
H A Danimation_tree_editor_plugin.h67 ObjectID current_root; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/commands/
H A Dediting_commands_utilities.cc522 Element* const current_root = document.documentElement(); in TidyUpHTMLStructure() local
523 if (current_root && IsA<HTMLHtmlElement>(current_root)) in TidyUpHTMLStructure()
526 current_root && IsA<HTMLHeadElement>(current_root) ? current_root in TidyUpHTMLStructure()
529 current_root && (IsA<HTMLBodyElement>(current_root) || in TidyUpHTMLStructure()
530 IsA<HTMLFrameSetElement>(current_root)) in TidyUpHTMLStructure()
531 ? current_root in TidyUpHTMLStructure()
/dports/irc/ezbounce/ezbounce-1.99.15/include/util/
H A Dhash.h167 node ** current_root;
171 current_root(s), current(*s) { } in iterator_base()
174 current_root(s), current(c) { } in iterator_base()
182 ++current_root; in increment()
183 while (!*current_root) { in increment()
184 ++current_root; in increment()
186 current = *current_root; in increment()
248 const_iterator(const iterator& that) : iterator_base(that.current_root, that.current) { } in const_iterator()
307 list_remove(i.current_root, i.current); in erase()
/dports/science/py-oddt/oddt-0.7/oddt/toolkits/extras/rdkit/
H A D__init__.py484 current_root = frag
495 (a1 in current_root and a2 in frag or
496 a2 in current_root and a1 in frag)):
498 if a1 in current_root:
508 old_roots.append(current_root)
509 current_root = frag
525 current_root = old_roots.pop()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/magnifier/
H A Dmagnification_controller.cc441 aura::Window* current_root = target->GetRootWindow(); in OnMouseEvent() local
452 current_root = in OnMouseEvent()
455 wm::ConvertPointFromScreen(current_root, &root_location); in OnMouseEvent()
458 if (current_root->bounds().Contains(root_location)) { in OnMouseEvent()
463 if (current_root != root_window_) { in OnMouseEvent()
464 DCHECK(current_root); in OnMouseEvent()
465 SwitchTargetRootWindow(current_root, true); in OnMouseEvent()
508 aura::Window* current_root = target->GetRootWindow(); in OnTouchEvent() local
510 gfx::Rect root_bounds = current_root->bounds(); in OnTouchEvent()
516 if (current_root != root_window_) in OnTouchEvent()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dbidi_run_for_line.cc112 LineLayoutItem current_root = top_resolver.GetPosition().Root(); in ConstructBidiRunsForLine() local
121 current_root = isolated_run.root; in ConstructBidiRunsForLine()
133 HighestContainingIsolateWithinRoot(start_obj, current_root); in ConstructBidiRunsForLine()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dbidi_run_for_line.cc112 LineLayoutItem current_root = top_resolver.GetPosition().Root(); in ConstructBidiRunsForLine() local
121 current_root = isolated_run.root; in ConstructBidiRunsForLine()
133 HighestContainingIsolateWithinRoot(start_obj, current_root); in ConstructBidiRunsForLine()
/dports/x11-fm/xdiskusage/xdiskusage-1.54/
H A Dxdiskusage.C237 Node* current_root; variable
834 if (n == current_root) NEXTY = h()-1; in draw_tree()
935 double scale = (double)(h()-1)/current_root->size; in draw()
938 draw_tree(current_root, 0, 0, scale, 0); in draw()
956 setcurrent(current_root, root_depth); in handle()
961 Node* n = current_root; in handle()
1010 if (n == current_root) return; in setroot()
1011 current_root = n; in setroot()
1193 if (n == current_root) {Y = 0; H = bboxh;} in print_tree()
1222 if (n == current_root) return; in print_tree()
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/CIPLabeler/
H A Dcatch_tests.cpp172 auto current_root = g.getCurrentRoot(); variable
173 REQUIRE(current_root->getAtom()->getIdx() == initial_root_idx);
175 check_incoming_edge_count(current_root);
194 current_root = g.getCurrentRoot();
195 REQUIRE(current_root->getAtom()->getIdx() == new_root_idx);
197 check_incoming_edge_count(current_root);
/dports/science/qmcpack/qmcpack-3.11.0/src/Utilities/
H A DTimerManager.cpp414 xmlNodePtr current_root = timing_root; in output_timing() local
424 xmlNodePtr timer = doc.addChild(current_root, "timer"); in output_timing()
438 current_root = next_node; in output_timing()
444 current_root = node_stack.back(); in output_timing()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/srv/
H A Dmetadata.py250 current_root = root
263 current_root['children'].append(node)
264 current_root = node
266 current_root = category_node_map[path]
267 last_category_node = current_root['id']
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/devices/impl/
H A DDeviceManagerUPnPImpl.java1072 UPnPRootDevice current_root = device.getRootDevice(); in handleDevice() local
1076 if ( current_root != existing_root ){ in handleDevice()
1078 actual_device.setTransientProperty( KEY_ROOT_DEVICE, current_root ); in handleDevice()
1080 current_root.addListener( in handleDevice()
/dports/print/lyx/lyx-2.3.4.2/src/support/
H A Dos.h53 std::string current_root();
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/plugins/action/
H A Dinclude_vars.py175 for current_root, current_dir, current_files in sorted_walk:
179 yield (current_root, current_files)
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/plugins/action/
H A Dinclude_vars.py175 for current_root, current_dir, current_files in sorted_walk:
179 yield (current_root, current_files)
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/plugins/action/
H A Dinclude_vars.py175 for current_root, current_dir, current_files in sorted_walk:
179 yield (current_root, current_files)

123