Home
last modified time | relevance | path

Searched refs:_runloop (Results 1 – 25 of 31) sorted by relevance

12

/dports/japanese/tiarra/tiarra-20100212/module/Debug/
H A DCore.pm95 $this->_runloop->notify_msg("debugcore:");
100 $this->_runloop->notify_msg("(end of message)");
112 my $runloop = $this->_runloop;
123 $this->_runloop->notify_msg("bbs:");
125 $this->_runloop->notify_msg("(end of message)");
199 my $runloop = $this->_runloop;
214 my $sockets = $this->_runloop->{sockets};
230 $this->_runloop->notify_msg("socket:");
238 my $sockets = $this->_runloop->{sockets};
347 my $runloop = $this->_runloop;
[all …]
/dports/japanese/tiarra/tiarra-20100212/main/IrcIO/
H A DClient.pm272 my $current_nick = $this->_runloop->current_nick;
304 } values %{$this->_runloop->networks};
307 if (!$this->_runloop->multi_server_mode_p) {
390 if ($this->_runloop->multi_server_mode_p &&
391 $this->_runloop->current_nick ne $rawnick) {
392 $this->_runloop->broadcast_to_clients(
398 $this->_runloop->set_current_nick($rawnick);
406 Params => [$this->_runloop->current_nick,
417 Params => [$this->_runloop->current_nick,
474 Params => [$this->_runloop->current_nick,
[all …]
H A DServer.pm523 $this->_runloop->disconnected_server($this);
557 if (!$this->_runloop->multi_server_mode_p &&
558 $this->_runloop->current_nick ne $this->{current_nick}) {
559 $this->_runloop->broadcast_to_clients(
580 $this->_runloop->reconnected_server($this);
644 if ($this->_runloop->multi_server_mode_p) {
651 my $local_nick = $this->_runloop->current_nick;
656 $this->_runloop->broadcast_to_clients(
667 $this->_runloop->set_current_nick($msg->param(0));
1269 Params => [$this->_runloop->current_nick,
[all …]
/dports/japanese/tiarra/tiarra-20100212/module/CTCP/DCC/
H A DRewriteAddress.pm61 my $sock = ($this->_runloop->networks_list)[0]->sock;
110 $this->_runloop->notify_warn(
172 $this->_runloop->notify_warn(
175 $this->_runloop->notify_warn(
201 $this->_runloop->notify_warn(
210 $this->_runloop->notify_warn(
213 $this->_runloop->notify_warn(
232 $this->_runloop->notify_warn(
/dports/japanese/tiarra/tiarra-20100212/main/
H A DModuleManager.pm212 $this->_runloop->notify_error($@);
240 $this->_runloop->notify_msg( $_[0] );
335 $this->_runloop->notify_error($@);
426 $this->_runloop->notify_error($@);
515 $this->_runloop->notify_error(
546 $this->_runloop->notify_error(
556 $this->_runloop->notify_error(
563 $this->_runloop->notify_error(
585 $this->_runloop->notify_error(
595 $this->_runloop->notify_error(
[all …]
H A DModule.pm51 $this->_runloop->notify_error(
55 return ref($this)->new($this->_runloop);
197 $this->_runloop->mod_manager->add_module_object($this, @disposables);
204 $this->_runloop->mod_manager->remove_module_object($this, @disposables);
H A DIrcIO.pm69 my $filtered = $this->_runloop->apply_filters(
73 $filtered = $this->_runloop->apply_filters(
127 my $filtered = $this->_runloop->apply_filters(
131 $filtered = $this->_runloop->apply_filters(
/dports/japanese/tiarra/tiarra-20100212/module/Auto/
H A DNotify.pm33 $this->_runloop->notify_error($@);
78 $this->_runloop->notify_warn(__PACKAGE__." send failed: $@");
125 my $runloop = $this->_runloop;
152 my $runloop = $this->_runloop;
184 my $runloop = $this->_runloop;
H A DIm.pm38 $this->_runloop->notify_error($@);
75 my $runloop = $this->_runloop;
H A DOutputz.pm121 my $runloop = $this->_runloop;
/dports/japanese/tiarra/tiarra-20100212/module/Client/
H A DList.pm38 $this->_runloop->notify_error("$@");
72 Params => [$this->_runloop->current_nick, undef],
81 my $runloop = $this->_runloop;
H A DGetVersion.pm21 Prefix => $this->_runloop->sysmsg_prefix(qw(system)),
24 $this->_runloop->current_nick,
H A DEval.pm62 ($this->_runloop ne $val) ?
63 (current_runloop => $this->_runloop) :
H A DProtectMyself.pm15 my $runloop = $this->_runloop;
31 my $runloop = $this->_runloop;
H A DCotton.pm32 my $network = $this->_runloop->network($network_name);
/dports/games/libretro-fbneo/FBNeo-bbe3c05/projectfiles/xcode/Emulator/
H A DAppDelegate.m54 _runloop = [FBMainThread new];
100 [_runloop start];
105 [_runloop cancel];
109 while (!_runloop.isFinished && start.timeIntervalSinceNow > -2)
170 [_runloop load:path];
/dports/japanese/tiarra/tiarra-20100212/module/Network/
H A DFreenode.pm27 my $ch = $this->_runloop->channel($ch_name);
33 my $ch = $this->_runloop->channel($ch_name);
/dports/japanese/tiarra/tiarra-20100212/module/
H A DSkeleton.pm39 $this->_runloop->notify_error(
43 return ref($this)->new($this->_runloop);
/dports/japanese/tiarra/tiarra-20100212/module/System/
H A DPrivTranslator.pm16 if ($this->_runloop->multi_server_mode_p &&
34 if ($this->_runloop->multi_server_mode_p &&
H A DLivePatch.pm126 my $runloop = $this->_runloop;
170 my $runloop = $this->_runloop;
187 my $runloop = $this->_runloop;
385 $this->_runloop->notify_msg(__PACKAGE__."#new, bbs[$BBS_KEY] initialize");
H A DSendMessage.pm46 my $server = $this->_runloop->network($network_name);
H A DWebClient.pm91 …$this->_runloop->notify_msg(__PACKAGE__.", Tools::HTTPServer uses HTTP::Parser: ".($has_lwp?"yes":…
162 my $runloop = $this->_runloop;
274 $this->_runloop->notify_error(__PACKAGE__."#message_io_hook: _trace_msg: $@");
1912 my $network = $this->_runloop->network($netname);
1981 if( my $net = $this->_runloop->network($netname) )
2487 if( my $net = $this->_runloop->network($netname) )
2841 @result = ($str,$this->_runloop->default_network,undef);
2868 $network_name = $this->_runloop->default_network if $network_name eq '';
/dports/japanese/tiarra/tiarra-20100212/module/Channel/Join/
H A DConnect.pm47 $this->{interval} = $this->_runloop->_conf_general->join_interval;
49 $this->{channels} = $this->_runloop->_conf_general->join_channels_per_command;
/dports/japanese/tiarra/tiarra-20100212/main/Tiarra/
H A DShorthandConfMixin.pm21 sub _conf { shift->_runloop->{conf}; }
/dports/japanese/tiarra/tiarra-20100212/module/Channel/Mode/Oper/
H A DGrant.pm98 my $server = $this->_runloop->network($network_name);

12