Home
last modified time | relevance | path

Searched refs:poe (Results 1 – 25 of 1102) sorted by relevance

12345678910>>...45

/dports/devel/p5-POE-Component-IKC/POE-Component-IKC-0.2402/
H A Dtest-lite12 my $poe=POE::Component::IKC::ClientLite->spawn(
18 die $POE::Component::IKC::ClientLite::error unless $poe;
21 my $n=$poe->call('test/fetchQ') or die $poe->error;
23 $n=$poe->post_respond('test/add_1'=>$n) or die $poe->error;
26 $poe->{remote}{socket}->close; # test autoreconnect
27 $poe->{protocol} = 'IKC'; # test fallback
33 $poe->post('test/here'=>$n) or die $poe->error;
35 $poe->disconnect; # for real
H A DIKC.pod38 $kernel->post('IKC', 'post', "poe://Server/session/state", $ONE_arg);
51 $kernel->post('IKC', 'call', 'poe://Server/hello/world', $ONE_arg,
52 'poe:callback');
58 $kernel->post('IKC', 'call', 'poe://Server/hello/world', $ONE_arg,
59 'poe:/elsewhere/hi');
90 $kernel->post('IKC', 'subscribe', [qw(poe://*/session_alias/)]);
92 $kernel->post('IKC', 'subscribe', [qw(poe://Pulse/timeserver)]);
99 $kernel->post('poe:/Pulse/timeserver', 'state', $arg1, $arg2...);
110 $kernel->post('IKC', 'subscribe', [qw(poe://*/timeserver)],
125 subscribe=>[qw(poe://*/timeserver)],
[all …]
/dports/devel/p5-POEx-Role-SessionInstantiation/POEx-Role-SessionInstantiation-1.102610/lib/POEx/Role/SessionInstantiation/Meta/Session/
H A DImplementation.pm41 has poe =>
69 return if not defined($_[0]->poe->kernel);
70 $_[0]->poe->kernel->alias_set($_[1]);
77 return if not defined($self->poe->kernel);
113 if(defined($self->poe->kernel))
115 $saved = $self->poe->clone();
118 my $poe = POEState->new
128 $self->poe($poe);
137 $self->poe($saved);
233 my $poe = $obj->poe;
[all …]
H A DSugar.pm15 confess('No POE context') if not defined($self->poe->kernel);
16 return $self->poe->kernel->post($session, $event_name, @args);
20 confess('No POE context') if not defined($self->poe->kernel);
21 return $self->poe->kernel->yield($event_name, @args);
25 confess('No POE context') if not defined($self->poe->kernel);
26 return $self->poe->kernel->call($session, $event_name, @args);
/dports/devel/p5-POE-Component-IKC/POE-Component-IKC-0.2402/t/
H A D33_thunklite.t284 my $poe=POE::Component::IKC::ClientLite->spawn(
292 $poe->post('test/post1', "the") or die $poe->error;
294 my( $n ) = $poe->responded( 'resp1' );
295 defined( $n ) or die $poe->error;
299 $poe->post('test/post2', "wizard") or die $poe->error;
301 ( $n ) = $poe->responded( 'resp2' );
302 defined( $n ) or die $poe->error;
306 $poe->post('test/post3', "walks bye") or die $poe->error;
308 ( $n ) = $poe->responded( 'resp3' );
309 defined( $n ) or die $poe->error;
[all …]
H A D31_concurrency.t291 my $poe= POE::Component::IKC::ClientLite->spawn(
296 die $POE::Component::IKC::ClientLite::error unless $poe;
299 my $n=$poe->call('test/fetchQ') or die $poe->error;
301 $n=$poe->post_respond('test/add_1'=>$n) or die $poe->error;
303 $poe->post('test/here'=>$n) or die $poe->error;
305 $poe->disconnect; # for real
/dports/net/p5-POE-Component-PubSub/POE-Component-PubSub-0.091370/lib/POE/Component/
H A DPubSub.pm64 my $poe = $self->poe;
65 my $state = $poe->state;
72 my $sender = $poe->sender->ID;
101 $poe->kernel->ID_id_to_session($event->publisher),
117 my $kernel = $self->poe->kernel;
124 $session ||= $self->poe->sender->ID;
141 $session ||= $self->poe->sender->ID;
210 $session ||= $self->poe->sender->ID;
241 $session ||= $self->poe->sender->ID;
268 $session ||= $self->poe->sender->ID;
[all …]
/dports/devel/p5-POE-Test-Loops/POE-Test-Loops-1.360/
H A DREADME.mkdn41 The ["SYNOPSIS"](#synopsis) example is a version of [poe-gen-tests](https://metacpan.org/pod/poe-ge…
42 stand-alone utility to generate the actual tests. [poe-gen-tests](https://metacpan.org/pod/poe-gen…
61 [POE::Loop](https://metacpan.org/pod/POE::Loop) and [poe-gen-tests](https://metacpan.org/pod/poe-ge…
65 See [poe-gen-tests](https://metacpan.org/pod/poe-gen-tests).
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/fs/
H A DGBNDevicePoe-MIB58 "A string of poe firmware."
90 "A table of poe port."
98 "A table of poe port."
140 "A table of poe port."
148 "A table of poe port."
190 "A table of poe fan set."
198 "A table of poe fan set."
229 "poe fans' mode set or get."
237 "poe fan-control low-temperature"
253 "poe fan-control high-temperature"
[all …]
/dports/net-mgmt/observium/observium/mibs/fscom/
H A DGBNDevicePoe-MIB58 "A string of poe firmware."
90 "A table of poe port."
98 "A table of poe port."
140 "A table of poe port."
148 "A table of poe port."
190 "A table of poe fan set."
198 "A table of poe fan set."
229 "poe fans' mode set or get."
237 "poe fan-control low-temperature"
253 "poe fan-control high-temperature"
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/icx/
H A Dicx_interface.py410 def parse_poe_config(poe, power): argument
411 if poe.get('by_class') is not None:
413 elif poe.get('limit') is not None:
415 elif poe.get('priority') is not None:
417 elif poe.get('enabled'):
419 elif poe.get('enabled') is False:
435 poe = item.get('power')
436 if poe:
464 poe = module.params.get('power')
465 if poe:
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/plugins/modules/
H A Dicx_interface.py404 def parse_poe_config(poe, power): argument
405 if poe.get('by_class') is not None:
407 elif poe.get('limit') is not None:
409 elif poe.get('priority') is not None:
411 elif poe.get('enabled'):
413 elif poe.get('enabled') is False:
429 poe = item.get('power')
430 if poe:
458 poe = module.params.get('power')
459 if poe:
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/plugins/modules/network/icx/
H A Dicx_interface.py404 def parse_poe_config(poe, power): argument
405 if poe.get('by_class') is not None:
407 elif poe.get('limit') is not None:
409 elif poe.get('priority') is not None:
411 elif poe.get('enabled'):
413 elif poe.get('enabled') is False:
429 poe = item.get('power')
430 if poe:
458 poe = module.params.get('power')
459 if poe:
[all …]
/dports/devel/dep/dep-0.5.4/gps/
H A Dsource_cache_bolt_encode.go371 if poe.Err != nil {
372 err := b.Put(cacheKeyError, []byte(poe.Err.Error()))
375 if len(poe.P.CommentPath) > 0 {
381 if len(poe.P.Imports) > 0 {
387 for i := range poe.P.Imports {
388 v := []byte(poe.P.Imports[i])
396 if len(poe.P.Name) > 0 {
397 err := b.Put(cacheKeyName, []byte(poe.P.Name))
403 if len(poe.P.TestImports) > 0 {
409 for i := range poe.P.TestImports {
[all …]
H A Drootdata_test.go48 poe := rd.rpt.Packages["root"]
49 poe.P.Imports = []string{"a", "b", "c"}
50 rd.rpt.Packages["root"] = poe
127 poe := rd.rpt.Packages["root"]
128 poe.P.Imports = []string{"a", "b", "d"}
129 rd.rpt.Packages["root"] = poe
/dports/editors/emacs-devel/emacs-4d1968b/test/manual/etags/php-src/
H A Dlce_functions.php198 $poe = new POEntry;
220 while($poe = each($this->po_entries))
222 $poe = $poe[1];
223 $poe->serializeToVars($prefix . "_POE$i");
263 while($poe = each($this->po_entries))
265 $poe = $poe[1];
266 $content .= $poe->write();
329 $poe = new POEntry;
331 $poe->sys_comment = trim($this->sys_comment);
333 $poe->msgid = trim($this->msgid);
[all …]
/dports/editors/emacs/emacs-27.2/test/manual/etags/php-src/
H A Dlce_functions.php198 $poe = new POEntry;
220 while($poe = each($this->po_entries))
222 $poe = $poe[1];
223 $poe->serializeToVars($prefix . "_POE$i");
263 while($poe = each($this->po_entries))
265 $poe = $poe[1];
266 $content .= $poe->write();
329 $poe = new POEntry;
331 $poe->sys_comment = trim($this->sys_comment);
333 $poe->msgid = trim($this->msgid);
[all …]
/dports/irc/p5-POE-Component-IRC-Plugin-POE-Knee/POE-Component-IRC-Plugin-POE-Knee-1.12/
H A DMETA.yml31 homepage: https://github.com/bingos/poe-component-irc-plugin-poe-knee
32 repository: https://github.com/bingos/poe-component-irc-plugin-poe-knee.git
/dports/editors/apel/apel-4e3269b/
H A DChangeLog.11359 from poe.el.
1416 * poe.el, poe-18.el, poe-xemacs.el, pym.el: Modified comments.
1549 poe-xemacs.el, poe.el, poem-e20.el, poem-e20_2.el,
2101 * poe-18.el: Require 'poe.
2213 * poe-18.el (add-hook, remove-hook): Moved to poe.el.
2300 * poe.el (poe): Move provide to the top to avoid circular
2688 * poe.el (defsubst): Moved from poe-18.el.
2690 * poe-18.el: Move macro `defsubst' to poe.el.
2722 * poe-18.el (eval-and-compile): Moved from poe.el.
2724 * poe.el: Move `eval-and-compile' to poe-18.el.
[all …]
H A DEMU-ELS23 ;; poe modules; poe modules depend on static.
24 '(pym poe)
26 ;; pcustom modules; pcustom modules depend on poe.
32 ;; pces modules; pces modules depend on poe.
/dports/devel/p5-POE-Component-IKC/POE-Component-IKC-0.2402/eg/
H A Dlite-18 my $poe = POE::Component::IKC::ClientLite->spawn(
12 die POE::Component::IKC::ClientLite::error() unless $poe;
13 my $ret = $poe->post_respond("Service/event", {Hi=>"There"});
/dports/devel/p5-IO-Lambda/IO-Lambda-1.23/eg/bench/
H A Dtcp-batch14 time perl tcp-poe-components.pl
16 time perl tcp-poe-raw.pl
18 time perl tcp-poe-optimized.pl
/dports/net-im/psi/psi-1.5/src/options/
H A Dopt_tree.cpp34 PsiOptionsEditor *poe = new PsiOptionsEditor(w); in widget() local
35 layout->addWidget(poe); in widget()
36 poe->show(); in widget()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/arch/arm/dts/
H A Darmada-385-atl-x530.dtsi71 poe {
72 compatible = "atl,periph-poe";
73 poe-reset-gpio = <&gpio0 15 GPIO_ACTIVE_HIGH>;
116 poe-disable {
120 line-name = "poe-disable";
125 poe-mezz-reset {
129 line-name = "poe-mezz-reset";
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/arch/arm/dts/
H A Darmada-385-atl-x530.dtsi71 poe {
72 compatible = "atl,periph-poe";
73 poe-reset-gpio = <&gpio0 15 GPIO_ACTIVE_HIGH>;
116 poe-disable {
120 line-name = "poe-disable";
125 poe-mezz-reset {
129 line-name = "poe-mezz-reset";

12345678910>>...45