Home
last modified time | relevance | path

Searched refs:can_show (Results 1 – 25 of 45) sorted by relevance

12

/dports/japanese/tiarra/tiarra-20100212/module/Auto/FetchTitle/Plugin/
H A DMixi.pm153 can_show => 0,
158 can_show => 0,
163 can_show => 0,
168 can_show => 1,
173 can_show => 1,
178 can_show => 1,
183 can_show => 1,
189 can_show => 1,
195 can_show => 1,
201 can_show => 1,
[all …]
/dports/net-im/uTox/uTox/src/ui/
H A Dtooltip.c50 b->can_show = false; in tooltip_reset()
82 b->can_show = false; in tooltip_mmove()
101 b->can_show = false; in tooltip_mdown()
116 b->can_show = false; in tooltip_mup()
131 if (!b->can_show) { in tooltip_show()
180 tip->can_show = true; in tooltip_new()
H A Dtooltip.h12 bool can_show; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/new_tab_page/promo_browser_command/
H A Dpromo_browser_command_handler.cc49 bool can_show = false; in CanShowPromoWithCommand() local
55 can_show = chrome::enterprise_util::HasBrowserPoliciesApplied(profile_); in CanShowPromoWithCommand()
62 can_show = !managed && !already_enabled; in CanShowPromoWithCommand()
68 std::move(callback).Run(can_show); in CanShowPromoWithCommand()
H A Dpromo_browser_command_handler_unittest.cc83 bool can_show) { in CanShowPromoWithCommandCallback() argument
84 *expected_can_show = can_show; in CanShowPromoWithCommandCallback()
122 bool can_show = false; in CanShowPromoWithCommand() local
125 run_loop.QuitClosure(), &can_show)); in CanShowPromoWithCommand()
127 return can_show; in CanShowPromoWithCommand()
/dports/www/fswiki/wiki3_6_2/
H A Dwiki.cgi214 my $can_show = 0;
215 if($action ne '' || ($action eq '' && $wiki->can_show($cgi->param('page')))){
216 $can_show = 1;
233 CAN_SHOW => $can_show,
270 if(index($page,"/")==-1 && $wiki->can_show($page)){
282 if($wiki->page_exists($1) && $wiki->can_show($1)){
/dports/irc/irssi-scripts/irssi-scripts/scripts/
H A Dseen.pl609 my $can_show = pop @_;
613 push @channels, $1 if $can_show->($1);
643 my ($true_channel, $where_asks, $can_show) = @_;
644 my $channel = only_public $true_channel, $can_show;
654 my $channel = only_public $true_channel, $can_show;
688 my ($how_quit, $where_asks, $can_show) = @_;
703 $can_show;
748 $where_asks, $can_show), 1, 1;
754 $where_asks, $can_show), 1, 1;
758 $where_asks, $can_show,
[all …]
/dports/www/fswiki/wiki3_6_2/plugin/category/
H A DCategoryHandler.pm40 if($wiki->can_show($pagename)){
53 if($wiki->can_show($pagename)){
/dports/www/fswiki/wiki3_6_2/plugin/calendar/
H A DCalendarHandler.pm109 my $have_plan = ($wiki->page_exists($page) && $wiki->can_show($page));
191 if ($wiki->page_exists($pagename) && $wiki->can_show($pagename)) {
257 if($wiki->can_show($page)){
/dports/games/wesnoth/wesnoth-1.14.17/src/game_events/
H A Dwmi_manager.cpp97 if(wmi->can_show(hex, gamedata, fc)) { in fire_item()
138 && item->can_show(hex, gamedata, fc)) { in get_items()
H A Dmenu_item.hpp89 bool can_show(const map_location& hex, const game_data& data, filter_context& context) const;
/dports/www/fswiki/wiki3_6_2/plugin/info/
H A DOutline.pm33 unless($wiki->can_show($pagename)){
/dports/www/fswiki/wiki3_6_2/plugin/attach/
H A DRefImage.pm39 unless($wiki->can_show($page)){
H A DRefText.pm39 unless($wiki->can_show($page)){
H A DRef.pm48 unless($wiki->can_show($page)){
H A DFiles.pm39 unless($wiki->can_show($pagename)){
/dports/www/fswiki/wiki3_6_2/plugin/core/
H A DSource.pm29 unless($wiki->can_show($pagename)){
H A DInclude.pm50 if(!$wiki->can_show($page)){
H A DShowPage.pm38 if(!$wiki->can_show($pagename)){
/dports/www/fswiki/wiki3_6_2/plugin/access/
H A DAccess.pm74 if($wiki->page_exists($_) && $wiki->can_show($_)){
H A DAccessDays.pm74 next if (!$wiki->page_exists($page) || !$wiki->can_show($page));
/dports/www/fswiki/wiki3_6_2/plugin/pdf/
H A DPDFMaker.pm40 unless($wiki->can_show($pagename)){
/dports/www/fswiki/wiki3_6_2/plugin/todo/
H A DToDoList.pm67 unless($wiki->can_show($source)){
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/common/
H A Dnetwork_diagnostics.mojom16 SetCanShowNetworkDiagnosticsDialog(bool can_show);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/common/
H A Dnetwork_diagnostics.mojom16 SetCanShowNetworkDiagnosticsDialog(bool can_show);

12