Home
last modified time | relevance | path

Searched refs:parentid (Results 1 – 25 of 1082) sorted by relevance

12345678910>>...44

/dports/graphics/openjpeg15/openjpeg-version.1.5.2/applications/OPJViewer/source/
H A Dwxjp2parser.cpp436 currid = m_tree->AppendItem(parentid, in box_handler_function()
480 currid = m_tree->AppendItem(parentid, in box_handler_function()
486 currid = m_tree->AppendItem(parentid, in box_handler_function()
492 currid = m_tree->AppendItem(parentid, in box_handler_function()
551 currid = m_tree->AppendItem(parentid, in box_handler_function()
557 currid = m_tree->AppendItem(parentid, in box_handler_function()
673 currid = m_tree->AppendItem(parentid, in box_handler_function()
678 currid = m_tree->AppendItem(parentid, in box_handler_function()
802 currid = m_tree->AppendItem(parentid, in box_handler_function()
836 currid = m_tree->AppendItem(parentid, in box_handler_function()
[all …]
/dports/graphics/openjpeg/openjpeg-2.4.0/src/bin/wx/OPJViewer/source/
H A Dwxjp2parser.cpp441 currid = m_tree->AppendItem(parentid, in box_handler_function()
485 currid = m_tree->AppendItem(parentid, in box_handler_function()
491 currid = m_tree->AppendItem(parentid, in box_handler_function()
497 currid = m_tree->AppendItem(parentid, in box_handler_function()
556 currid = m_tree->AppendItem(parentid, in box_handler_function()
562 currid = m_tree->AppendItem(parentid, in box_handler_function()
678 currid = m_tree->AppendItem(parentid, in box_handler_function()
683 currid = m_tree->AppendItem(parentid, in box_handler_function()
807 currid = m_tree->AppendItem(parentid, in box_handler_function()
841 currid = m_tree->AppendItem(parentid, in box_handler_function()
[all …]
/dports/www/rt50/rt-5.0.2/t/ticket/
H A Dlink_search.t25 my ($parentid) = $parent_ticket->Create(
69 ok( !$has{$parentid}, "The collection doesn't have our parent - $parentid");
80 ok ($has{$parentid} , "The collection has our parent - $parentid");
97 ok( !$has{$parentid}, "The collection doesn't have our parent - $parentid");
110 ok( !$has{$parentid}, "The collection doesn't have our parent - $parentid");
122 ok( $has{$parentid}, "The collection has our parent - $parentid");
134 ok( $has{$parentid}, "The collection has our parent - $parentid");
145 ok( $has{$parentid}, "The collection has our parent - $parentid");
154 ok( $has{$parentid}, "The collection has our parent - $parentid");
203 ok( !$has{$parentid}, "The collection has no our parent - $parentid");
[all …]
/dports/www/rt44/rt-4.4.5/t/ticket/
H A Dlink_search.t25 my ($parentid) = $parent_ticket->Create(
69 ok( !$has{$parentid}, "The collection doesn't have our parent - $parentid");
80 ok ($has{$parentid} , "The collection has our parent - $parentid");
97 ok( !$has{$parentid}, "The collection doesn't have our parent - $parentid");
110 ok( !$has{$parentid}, "The collection doesn't have our parent - $parentid");
122 ok( $has{$parentid}, "The collection has our parent - $parentid");
134 ok( $has{$parentid}, "The collection has our parent - $parentid");
145 ok( $has{$parentid}, "The collection has our parent - $parentid");
154 ok( $has{$parentid}, "The collection has our parent - $parentid");
203 ok( !$has{$parentid}, "The collection has no our parent - $parentid");
[all …]
/dports/databases/p5-DBIx-Class/DBIx-Class-0.082842/t/sqlmaker/hierarchical/
H A Doracle.t13 DBICTest::Schema::Artist->add_column('parentid');
17 { 'foreign.parentid' => 'self.artistid' }
22 { 'foreign.artistid' => 'self.parentid' }
52 CONNECT BY ${q}parentid${q} = PRIOR ${q}artistid${q}
64 CONNECT BY ${q}parentid${q} = PRIOR ${q}artistid${q}
85 CONNECT BY ${q}parentid${q} = PRIOR ${q}artistid${q}
105 WHERE ( ${q}parentid${q} IS NULL )
107 CONNECT BY ${q}parentid${q} = PRIOR ${q}artistid${q}
133 CONNECT BY ${q}parentid${q} = PRIOR ${q}artistid${q}
151 CONNECT BY ${q}parentid${q} = PRIOR ${q}artistid${q}
[all …]
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/views/reports/core/
H A Dreportaccount.cpp82 QString parentid = parentAccountId(); in calculateAccountHierarchy() local
89 while (!parentid.isEmpty() && !file->isStandardAccount(parentid)) { in calculateAccountHierarchy()
91 resultid = parentid; in calculateAccountHierarchy()
94 parentid = file->account(resultid).parentAccountId(); in calculateAccountHierarchy()
299 QString parentid = parentAccountId(); in topParent() local
301 while (!parentid.isEmpty() && !file->isStandardAccount(parentid)) { in topParent()
303 resultid = parentid; in topParent()
323 QString parentid = parentAccountId(); in institutionId() local
325 while (resultid.isEmpty() && !parentid.isEmpty() && !file->isStandardAccount(parentid)) { in institutionId()
326 const auto account = file->account(parentid); in institutionId()
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/tests/Ticket/
H A D982TestCase.php18 $myModelZero->parentid = 0;
24 $this->myModelOne->parentid = 0;
29 $this->myModelTwo->parentid = 1;
40 $this->assertIdentical($myModelZero->parentid, '0');
45 $this->assertIdentical($myModelZero->parent->parentid, '0');
50 $this->assertIdentical($myModelOne->parentid, '0');
54 $this->assertIdentical($myModelOne->parent->parentid, '0');
59 $this->assertIdentical($myModelTwo->parentid, '1');
61 $this->assertIdentical($myModelTwo->parent->parentid, '0');
/dports/www/moodle310/moodle/calendar/classes/local/event/entities/
H A Drepeat_event_collection.php46 protected $parentid; variable in core_calendar\\local\\event\\entities\\repeat_event_collection
75 $this->parentid = $eventid;
77 $this->parentid = $repeatid;
90 return $this->parentid;
97 …sset($this->num) ? $this->num : ($DB->count_records('event', ['repeatid' => $this->parentid]) - 1),
121 $this->parentrecord = $DB->get_record('event', ['id' => $this->parentid]);
139 'parentid' => $this->parentid,
140 'repeatid' => $this->parentid,
/dports/www/moodle311/moodle/calendar/classes/local/event/entities/
H A Drepeat_event_collection.php46 protected $parentid; variable in core_calendar\\local\\event\\entities\\repeat_event_collection
75 $this->parentid = $eventid;
77 $this->parentid = $repeatid;
90 return $this->parentid;
97 …sset($this->num) ? $this->num : ($DB->count_records('event', ['repeatid' => $this->parentid]) - 1),
121 $this->parentrecord = $DB->get_record('event', ['id' => $this->parentid]);
139 'parentid' => $this->parentid,
140 'repeatid' => $this->parentid,
/dports/www/moodle39/moodle/calendar/classes/local/event/entities/
H A Drepeat_event_collection.php46 protected $parentid; variable in core_calendar\\local\\event\\entities\\repeat_event_collection
75 $this->parentid = $eventid;
77 $this->parentid = $repeatid;
90 return $this->parentid;
97 …sset($this->num) ? $this->num : ($DB->count_records('event', ['repeatid' => $this->parentid]) - 1),
121 $this->parentrecord = $DB->get_record('event', ['id' => $this->parentid]);
139 'parentid' => $this->parentid,
140 'repeatid' => $this->parentid,
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/ui/include/classes/widgets/fields/
H A DCWidgetFieldNavTree.php119 $parentid = $navtree_item['parent'];
120 $parentids = [$parentid => true];
122 while ($parentid != 0) {
123 if (array_key_exists($navtree_items[$parentid]['parent'], $parentids)) {
125 'navtree.parent.'.$parentid, _('circular dependency is not allowed')
127 $navtree_items[$parentid]['parent'] = 0;
130 $parentid = $navtree_items[$parentid]['parent'];
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/ui/include/classes/widgets/fields/
H A DCWidgetFieldNavTree.php119 $parentid = $navtree_item['parent'];
120 $parentids = [$parentid => true];
122 while ($parentid != 0) {
123 if (array_key_exists($navtree_items[$parentid]['parent'], $parentids)) {
125 'navtree.parent.'.$parentid, _('circular dependency is not allowed')
127 $navtree_items[$parentid]['parent'] = 0;
130 $parentid = $navtree_items[$parentid]['parent'];
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/include/classes/widgets/fields/
H A DCWidgetFieldNavTree.php119 $parentid = $navtree_item['parent'];
120 $parentids = [$parentid => true];
122 while ($parentid != 0) {
123 if (array_key_exists($navtree_items[$parentid]['parent'], $parentids)) {
125 'navtree.parent.'.$parentid, _('circular dependency is not allowed')
127 $navtree_items[$parentid]['parent'] = 0;
130 $parentid = $navtree_items[$parentid]['parent'];
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/include/classes/widgets/fields/
H A DCWidgetFieldNavTree.php119 $parentid = $navtree_item['parent'];
120 $parentids = [$parentid => true];
122 while ($parentid != 0) {
123 if (array_key_exists($navtree_items[$parentid]['parent'], $parentids)) {
125 'navtree.parent.'.$parentid, _('circular dependency is not allowed')
127 $navtree_items[$parentid]['parent'] = 0;
130 $parentid = $navtree_items[$parentid]['parent'];
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/ui/include/classes/widgets/fields/
H A DCWidgetFieldNavTree.php119 $parentid = $navtree_item['parent'];
120 $parentids = [$parentid => true];
122 while ($parentid != 0) {
123 if (array_key_exists($navtree_items[$parentid]['parent'], $parentids)) {
125 'navtree.parent.'.$parentid, _('circular dependency is not allowed')
127 $navtree_items[$parentid]['parent'] = 0;
130 $parentid = $navtree_items[$parentid]['parent'];
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/ui/include/classes/widgets/fields/
H A DCWidgetFieldNavTree.php119 $parentid = $navtree_item['parent'];
120 $parentids = [$parentid => true];
122 while ($parentid != 0) {
123 if (array_key_exists($navtree_items[$parentid]['parent'], $parentids)) {
125 'navtree.parent.'.$parentid, _('circular dependency is not allowed')
127 $navtree_items[$parentid]['parent'] = 0;
130 $parentid = $navtree_items[$parentid]['parent'];
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/ui/include/classes/widgets/fields/
H A DCWidgetFieldNavTree.php119 $parentid = $navtree_item['parent'];
120 $parentids = [$parentid => true];
122 while ($parentid != 0) {
123 if (array_key_exists($navtree_items[$parentid]['parent'], $parentids)) {
125 'navtree.parent.'.$parentid, _('circular dependency is not allowed')
127 $navtree_items[$parentid]['parent'] = 0;
130 $parentid = $navtree_items[$parentid]['parent'];
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/ui/include/classes/widgets/fields/
H A DCWidgetFieldNavTree.php119 $parentid = $navtree_item['parent'];
120 $parentids = [$parentid => true];
122 while ($parentid != 0) {
123 if (array_key_exists($navtree_items[$parentid]['parent'], $parentids)) {
125 'navtree.parent.'.$parentid, _('circular dependency is not allowed')
127 $navtree_items[$parentid]['parent'] = 0;
130 $parentid = $navtree_items[$parentid]['parent'];
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/ui/include/classes/widgets/fields/
H A DCWidgetFieldNavTree.php119 $parentid = $navtree_item['parent'];
120 $parentids = [$parentid => true];
122 while ($parentid != 0) {
123 if (array_key_exists($navtree_items[$parentid]['parent'], $parentids)) {
125 'navtree.parent.'.$parentid, _('circular dependency is not allowed')
127 $navtree_items[$parentid]['parent'] = 0;
130 $parentid = $navtree_items[$parentid]['parent'];
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/ui/include/classes/widgets/fields/
H A DCWidgetFieldNavTree.php119 $parentid = $navtree_item['parent'];
120 $parentids = [$parentid => true];
122 while ($parentid != 0) {
123 if (array_key_exists($navtree_items[$parentid]['parent'], $parentids)) {
125 'navtree.parent.'.$parentid, _('circular dependency is not allowed')
127 $navtree_items[$parentid]['parent'] = 0;
130 $parentid = $navtree_items[$parentid]['parent'];
/dports/science/gnudatalanguage/gdl-1.0.1/src/pro/obsolete/
H A Dhandle_create.pro4 common gdlhandles,ids,ptrs,parentid
9 if (n_params() eq 0) then parentid=[0] else parentid=[id]
14 if (n_params() eq 0) then parentid=[parentid,0] else parentid=[parentid,id]
/dports/www/serendipity/Serendipity-2.3.5/sql/
H A Ddb_update_1.2-alpha2_1.2-alpha3_sqlite.sql9 parentid int(11) DEFAULT '0' NOT NULL,
14 …ory_right, parentid) SELECT categoryid, category_name, category_icon, category_description, author…
25 parentid int(11) DEFAULT '0' NOT NULL,
31 CREATE INDEX categoryp_idx ON {PREFIX}category (parentid);
36 …ory_right, parentid) SELECT categoryid, category_name, category_icon, category_description, author…
/dports/devel/stack/stack-2.7.3/src/Stack/Storage/
H A DUtil.hs19 , PersistField parentid
26 => (parentid -> value -> record)
27 -> EntityField record parentid
28 -> parentid
45 , PersistField parentid
51 => (parentid -> Int -> value -> record)
52 -> EntityField record parentid
53 -> parentid
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/src/libxtp/
H A Dopenmp_cuda.cc221 Index threadid = getLocalThreadId(parentid);
223 if (isGPUthread(parentid)) {
237 Index threadid = getLocalThreadId(parentid);
244 if (isGPUthread(parentid)) {
303 if (isGPUthread(parentid)) {
322 if (isGPUthread(parentid)) {
351 if (isGPUthread(parentid)) {
375 if (isGPUthread(parentid)) {
396 if (isGPUthread(parentid)) {
430 if (isGPUthread(parentid)) {
[all …]
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/xtp-2a31d70/src/libxtp/
H A Dopenmp_cuda.cc221 Index threadid = getLocalThreadId(parentid); in PushMatrix()
223 if (isGPUthread(parentid)) { in PushMatrix()
237 Index threadid = getLocalThreadId(parentid); in A_TDA()
244 if (isGPUthread(parentid)) { in A_TDA()
303 if (isGPUthread(parentid)) { in PrepareMatrix1()
322 if (isGPUthread(parentid)) { in SetTempZero()
351 if (isGPUthread(parentid)) { in PrepareMatrix2()
375 if (isGPUthread(parentid)) { in Addvec()
396 if (isGPUthread(parentid)) { in MultiplyRow()
430 if (isGPUthread(parentid)) { in PushMatrix1()
[all …]

12345678910>>...44