Home
last modified time | relevance | path

Searched refs:top_item (Results 1 – 25 of 96) sorted by relevance

1234

/dports/www/ilias/ILIAS-5.4.25/src/GlobalScreen/Scope/MainMenu/Collector/
H A DMainMenuMainCollector.php105 foreach (self::$topitems as $top_item) {
106 if (!$this->checkAvailability($top_item)) {
110 if ($top_item instanceof isParent) {
138 unset($top_item);
142 $top_item = $top_item->withChildren($children);
144 $top_item = $top_item->withAlwaysAvailable(true);
147 $top_item = $this->applyTypeHandler($top_item);
152 $top_items[$position_of_top_item] = $top_item;
246 $top_item = $this->information->translateItemForUser($top_item);
248 $this->addItemToMap($top_item);
[all …]
/dports/lang/perl5.34/perl-5.34.0/ext/File-Find/lib/File/
H A DFind.pm182 my $top_item = $TOP;
183 $top_item = VMS::Filespec::unixify($top_item) if $Is_VMS;
185 ($topdev,$topino,$topmode,$topnlink) = $follow ? stat $top_item : lstat $top_item;
188 $top_item =~ s|[/\\]\z||
192 $top_item =~ s|/\z|| unless $top_item eq '/';
200 $abs_dir = $top_item;
206 $top_item =~ s/\.dir\z//i if $Is_VMS;
222 $top_item =~ s/\.dir\z//i if $Is_VMS;
228 $topdir = $top_item;
239 $abs_dir= $top_item;
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/File-Find/lib/File/
H A DFind.pm181 my $top_item = $TOP;
182 $top_item = VMS::Filespec::unixify($top_item) if $Is_VMS;
184 ($topdev,$topino,$topmode,$topnlink) = $follow ? stat $top_item : lstat $top_item;
187 $top_item =~ s|[/\\]\z||
191 $top_item =~ s|/\z|| unless $top_item eq '/';
199 $abs_dir = $top_item;
205 $top_item =~ s/\.dir\z//i if $Is_VMS;
221 $top_item =~ s/\.dir\z//i if $Is_VMS;
227 $topdir = $top_item;
238 $abs_dir= $top_item;
[all …]
/dports/lang/perl5.32/perl-5.32.1/ext/File-Find/lib/File/
H A DFind.pm183 my $top_item = $TOP;
184 $top_item = VMS::Filespec::unixify($top_item) if $Is_VMS;
186 ($topdev,$topino,$topmode,$topnlink) = $follow ? stat $top_item : lstat $top_item;
189 $top_item =~ s|[/\\]\z||
193 $top_item =~ s|/\z|| unless $top_item eq '/';
201 $abs_dir = $top_item;
207 $top_item =~ s/\.dir\z//i if $Is_VMS;
223 $top_item =~ s/\.dir\z//i if $Is_VMS;
229 $topdir = $top_item;
240 $abs_dir= $top_item;
[all …]
/dports/lang/perl5.30/perl-5.30.3/ext/File-Find/lib/File/
H A DFind.pm183 my $top_item = $TOP;
184 $top_item = VMS::Filespec::unixify($top_item) if $Is_VMS;
186 ($topdev,$topino,$topmode,$topnlink) = $follow ? stat $top_item : lstat $top_item;
189 $top_item =~ s|[/\\]\z||
193 $top_item =~ s|/\z|| unless $top_item eq '/';
201 $abs_dir = $top_item;
207 $top_item =~ s/\.dir\z//i if $Is_VMS;
223 $top_item =~ s/\.dir\z//i if $Is_VMS;
229 $topdir = $top_item;
240 $abs_dir= $top_item;
[all …]
/dports/sysutils/usermin/usermin-1.830/authentic-theme/lib/File/
H A DFind.pm183 my $top_item = $TOP;
184 $top_item = VMS::Filespec::unixify($top_item) if $Is_VMS;
186 ($topdev,$topino,$topmode,$topnlink) = $follow ? stat $top_item : lstat $top_item;
189 $top_item =~ s|[/\\]\z||
193 $top_item =~ s|/\z|| unless $top_item eq '/';
201 $abs_dir = $top_item;
207 $top_item =~ s/\.dir\z//i if $Is_VMS;
223 $top_item =~ s/\.dir\z//i if $Is_VMS;
229 $topdir = $top_item;
240 $abs_dir= $top_item;
[all …]
/dports/sysutils/webmin/webmin-1.981/authentic-theme/lib/File/
H A DFind.pm183 my $top_item = $TOP;
184 $top_item = VMS::Filespec::unixify($top_item) if $Is_VMS;
186 ($topdev,$topino,$topmode,$topnlink) = $follow ? stat $top_item : lstat $top_item;
189 $top_item =~ s|[/\\]\z||
193 $top_item =~ s|/\z|| unless $top_item eq '/';
201 $abs_dir = $top_item;
207 $top_item =~ s/\.dir\z//i if $Is_VMS;
223 $top_item =~ s/\.dir\z//i if $Is_VMS;
229 $topdir = $top_item;
240 $abs_dir= $top_item;
[all …]
/dports/editors/vim/vim-8.2.3745/src/
H A Djson.c603 json_dec_item_T *top_item; in json_decode_item() local
616 top_item = NULL; in json_decode_item()
641 cur_item = &top_item->jd_tv; in json_decode_item()
647 if (top_item != NULL && top_item->jd_type == JSON_OBJECT_KEY in json_decode_item()
673 if (top_item && top_item->jd_type == JSON_OBJECT_KEY) in json_decode_item()
698 top_item->jd_tv = *cur_item; in json_decode_item()
704 if (top_item && top_item->jd_type == JSON_OBJECT_KEY) in json_decode_item()
729 top_item->jd_tv = *cur_item; in json_decode_item()
921 if (top_item != NULL && top_item->jd_type == JSON_OBJECT_KEY in json_decode_item()
945 switch (top_item->jd_type) in json_decode_item()
[all …]
/dports/mail/evolution/evolution-3.42.1/src/calendar/gui/
H A De-day-view-top-item.c283 top_item, cr, item_x - x, item_y - y + 2, in day_view_top_item_draw_long_event()
291 top_item, cr, item_x + item_w - x, in day_view_top_item_draw_long_event()
577 EDayViewTopItem *top_item; in day_view_top_item_draw() local
591 show_dates = top_item->priv->show_dates; in day_view_top_item_draw()
764 top_item, event_num, cr, in day_view_top_item_draw()
822 top_item->priv = E_DAY_VIEW_TOP_ITEM_GET_PRIVATE (top_item); in e_day_view_top_item_init()
868 return top_item->priv->day_view; in e_day_view_top_item_get_day_view()
878 if (top_item->priv->day_view == day_view) in e_day_view_top_item_set_day_view()
881 if (top_item->priv->day_view != NULL) in e_day_view_top_item_set_day_view()
894 return top_item->priv->show_dates; in e_day_view_top_item_get_show_dates()
[all …]
H A De-day-view-top-item.h72 EDayView * e_day_view_top_item_get_day_view (EDayViewTopItem *top_item);
73 void e_day_view_top_item_set_day_view (EDayViewTopItem *top_item,
76 (EDayViewTopItem *top_item);
78 (EDayViewTopItem *top_item,
/dports/www/ilias/ILIAS-5.4.25/Services/MainMenu/classes/Items/
H A Dclass.ilMMCustomItemStorage.php52 protected $top_item = false; variable in ilMMCustomItemStorage
108 return $this->top_item;
113 * @param bool $top_item
117 public function setTopItem(bool $top_item) : ilMMCustomItemStorage argument
119 $this->top_item = $top_item;
/dports/www/ilias6/ILIAS-6.14/Services/MainMenu/classes/Items/
H A Dclass.ilMMCustomItemStorage.php52 protected $top_item = false; variable in ilMMCustomItemStorage
108 return $this->top_item;
113 * @param bool $top_item
117 public function setTopItem(bool $top_item) : ilMMCustomItemStorage argument
119 $this->top_item = $top_item;
/dports/games/avanor/avanor-0.5.8/helpers/
H A Dxgui.cpp184 XGuiItem * item = top_item; in Put()
282 top_item = top_item->prev; in LineUp()
283 if (top_item->isSelectable()) top_selectable_index--; in LineUp()
285 top_item_lines_count = top_item->GetHeight(); in LineUp()
304 if (top_item->isSelectable()) top_selectable_index++; in LineDown()
305 top_item = top_item->next; in LineDown()
309 top_item_lines_count = top_item->GetHeight(); in LineDown()
340 top_item = head; in Run()
342 top_item_lines_count = top_item->GetHeight(); in Run()
/dports/www/ilias/ILIAS-5.4.25/Services/MainMenu/classes/Items/Facade/
H A Dclass.ilMMCustomItemFacade.php29 protected $top_item = false; variable in ilMMCustomItemFacade
175 return $this->top_item;
182 public function setIsTopItm(bool $top_item) argument
184 $this->top_item = $top_item;
H A Dclass.ilMMNullItemFacade.php25 protected $top_item = false; variable in ilMMNullItemFacade
43 return $this->top_item;
50 public function setIsTopItm(bool $top_item) argument
52 $this->top_item = $top_item;
/dports/www/ilias6/ILIAS-6.14/Services/MainMenu/classes/Items/Facade/
H A Dclass.ilMMCustomItemFacade.php29 protected $top_item = false; variable in ilMMCustomItemFacade
175 return $this->top_item;
182 public function setIsTopItm(bool $top_item) argument
184 $this->top_item = $top_item;
H A Dclass.ilMMNullItemFacade.php26 protected $top_item = false; variable in ilMMNullItemFacade
44 return $this->top_item;
51 public function setIsTopItm(bool $top_item) argument
53 $this->top_item = $top_item;
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/ac/
H A Dinvwindow.cpp181 int top_item; member
216 top_item = 0; in Prepare()
293 for (int i = top_item; i < numitems; ++i) { in Redraw()
294 if (i >= top_item + num_visible_items) in Redraw()
317 if (top_item > 0) in Redraw()
319 if (top_item + num_visible_items < numitems) in Redraw()
345 rectyp=bartop+1+((isonitem - top_item)/4)*highest; in RedrawOverItem()
365 else if (isonitem >= 0) isonitem += top_item; in Run()
428 if (top_item > 0) { in Run()
429 top_item -= ICONSPERLINE; in Run()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/ac/
H A Dinv_window.cpp181 int top_item; member
216 top_item = 0; in Prepare()
300 for (int i = top_item; i < numitems; ++i) { in Draw()
301 if (i >= top_item + num_visible_items) in Draw()
324 if (top_item > 0) in Draw()
326 if (top_item + num_visible_items < numitems) in Draw()
341 rectyp = bartop + 1 + ((isonitem - top_item) / 4) * highest; in RedrawOverItem()
364 else if (isonitem >= 0) isonitem += top_item; in Run()
429 if (top_item > 0) { in Run()
430 top_item -= ICONSPERLINE; in Run()
[all …]
/dports/audio/libinstpatch/libinstpatch-1.1.6/libinstpatch/
H A DIpatchState.c434 IpatchStateItem *top_item; in ipatch_state_undo() local
450 top_item = NULL; in ipatch_state_undo()
460 top_item = p->data; in ipatch_state_undo()
463 top_item->flags |= IPATCH_STATE_ITEM_DEPENDENT; in ipatch_state_undo()
484 if(!top_item) /* no items to undo?! */ in ipatch_state_undo()
511 traverse_undo(top_item, in ipatch_state_undo()
512 IPATCH_STATE_ITEM(top_item->node->parent->data), in ipatch_state_undo()
513 IPATCH_STATE_ITEM(top_item->node->parent->data), in ipatch_state_undo()
518 g_node_traverse(top_item->node, G_IN_ORDER, G_TRAVERSE_ALL, -1, in ipatch_state_undo()
656 IpatchStateItem *top_item;
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/Badge/classes/
H A Dclass.ilBadgeGlobalScreenProvider.php17 protected $top_item; variable in ilBadgeGlobalScreenProvider
23 $this->top_item = (new ilPDGlobalScreenProvider($dic))->getTopItem();
36 return $this->top_item;
/dports/www/ilias/ILIAS-5.4.25/Services/Tracking/classes/
H A Dclass.ilLPGlobalScreenProvider.php17 protected $top_item; variable in ilLPGlobalScreenProvider
23 $this->top_item = (new ilPDGlobalScreenProvider($dic))->getTopItem();
36 return $this->top_item;
/dports/www/ilias/ILIAS-5.4.25/Services/Skill/classes/
H A Dclass.ilSkillGlobalScreenProvider.php17 protected $top_item; variable in ilSkillGlobalScreenProvider
23 $this->top_item = (new ilPDGlobalScreenProvider($dic))->getTopItem();
36 return $this->top_item;
/dports/www/ilias/ILIAS-5.4.25/Services/MainMenu/classes/Renderer/
H A Dclass.ilMMEntryRendererGUI.php53 foreach ($top_items as $top_item) {
54 … $components[] = $top_item->getTypeInformation()->getRenderer()->getComponentForItem($top_item);
/dports/www/ilias/ILIAS-5.4.25/Services/Contact/classes/
H A Dclass.ilContactGlobalScreenProvider.php17 protected $top_item; variable in ilContactGlobalScreenProvider
23 $this->top_item = (new ilPDGlobalScreenProvider($dic))->getTopItem();
36 return $this->top_item;

1234