Home
last modified time | relevance | path

Searched refs:requestee (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/executor/
H A DexecAsync.c32 if (areq->requestee->instrument) in ExecAsyncRequest()
35 switch (nodeTag(areq->requestee)) in ExecAsyncRequest()
43 (int) nodeTag(areq->requestee)); in ExecAsyncRequest()
49 if (areq->requestee->instrument) in ExecAsyncRequest()
65 if (areq->requestee->instrument) in ExecAsyncConfigureWait()
68 switch (nodeTag(areq->requestee)) in ExecAsyncConfigureWait()
76 (int) nodeTag(areq->requestee)); in ExecAsyncConfigureWait()
80 if (areq->requestee->instrument) in ExecAsyncConfigureWait()
91 if (areq->requestee->instrument) in ExecAsyncNotify()
94 switch (nodeTag(areq->requestee)) in ExecAsyncNotify()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/executor/
H A DexecAsync.c32 if (areq->requestee->instrument) in ExecAsyncRequest()
35 switch (nodeTag(areq->requestee)) in ExecAsyncRequest()
43 (int) nodeTag(areq->requestee)); in ExecAsyncRequest()
49 if (areq->requestee->instrument) in ExecAsyncRequest()
65 if (areq->requestee->instrument) in ExecAsyncConfigureWait()
68 switch (nodeTag(areq->requestee)) in ExecAsyncConfigureWait()
76 (int) nodeTag(areq->requestee)); in ExecAsyncConfigureWait()
80 if (areq->requestee->instrument) in ExecAsyncConfigureWait()
91 if (areq->requestee->instrument) in ExecAsyncNotify()
94 switch (nodeTag(areq->requestee)) in ExecAsyncNotify()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/executor/
H A DexecAsync.c32 if (areq->requestee->instrument) in ExecAsyncRequest()
35 switch (nodeTag(areq->requestee)) in ExecAsyncRequest()
43 (int) nodeTag(areq->requestee)); in ExecAsyncRequest()
49 if (areq->requestee->instrument) in ExecAsyncRequest()
65 if (areq->requestee->instrument) in ExecAsyncConfigureWait()
68 switch (nodeTag(areq->requestee)) in ExecAsyncConfigureWait()
76 (int) nodeTag(areq->requestee)); in ExecAsyncConfigureWait()
80 if (areq->requestee->instrument) in ExecAsyncConfigureWait()
91 if (areq->requestee->instrument) in ExecAsyncNotify()
94 switch (nodeTag(areq->requestee)) in ExecAsyncNotify()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/executor/
H A DexecAsync.c32 if (areq->requestee->instrument) in ExecAsyncRequest()
35 switch (nodeTag(areq->requestee)) in ExecAsyncRequest()
43 (int) nodeTag(areq->requestee)); in ExecAsyncRequest()
49 if (areq->requestee->instrument) in ExecAsyncRequest()
65 if (areq->requestee->instrument) in ExecAsyncConfigureWait()
68 switch (nodeTag(areq->requestee)) in ExecAsyncConfigureWait()
76 (int) nodeTag(areq->requestee)); in ExecAsyncConfigureWait()
80 if (areq->requestee->instrument) in ExecAsyncConfigureWait()
91 if (areq->requestee->instrument) in ExecAsyncNotify()
94 switch (nodeTag(areq->requestee)) in ExecAsyncNotify()
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/executor/
H A DexecAsync.c32 if (areq->requestee->instrument) in ExecAsyncRequest()
35 switch (nodeTag(areq->requestee)) in ExecAsyncRequest()
43 (int) nodeTag(areq->requestee)); in ExecAsyncRequest()
49 if (areq->requestee->instrument) in ExecAsyncRequest()
65 if (areq->requestee->instrument) in ExecAsyncConfigureWait()
68 switch (nodeTag(areq->requestee)) in ExecAsyncConfigureWait()
76 (int) nodeTag(areq->requestee)); in ExecAsyncConfigureWait()
80 if (areq->requestee->instrument) in ExecAsyncConfigureWait()
91 if (areq->requestee->instrument) in ExecAsyncNotify()
94 switch (nodeTag(areq->requestee)) in ExecAsyncNotify()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/executor/
H A DexecAsync.c32 if (areq->requestee->instrument) in ExecAsyncRequest()
35 switch (nodeTag(areq->requestee)) in ExecAsyncRequest()
43 (int) nodeTag(areq->requestee)); in ExecAsyncRequest()
49 if (areq->requestee->instrument) in ExecAsyncRequest()
65 if (areq->requestee->instrument) in ExecAsyncConfigureWait()
68 switch (nodeTag(areq->requestee)) in ExecAsyncConfigureWait()
76 (int) nodeTag(areq->requestee)); in ExecAsyncConfigureWait()
80 if (areq->requestee->instrument) in ExecAsyncConfigureWait()
91 if (areq->requestee->instrument) in ExecAsyncNotify()
94 switch (nodeTag(areq->requestee)) in ExecAsyncNotify()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/executor/
H A DexecAsync.c32 if (areq->requestee->instrument) in ExecAsyncRequest()
35 switch (nodeTag(areq->requestee)) in ExecAsyncRequest()
43 (int) nodeTag(areq->requestee)); in ExecAsyncRequest()
49 if (areq->requestee->instrument) in ExecAsyncRequest()
65 if (areq->requestee->instrument) in ExecAsyncConfigureWait()
68 switch (nodeTag(areq->requestee)) in ExecAsyncConfigureWait()
76 (int) nodeTag(areq->requestee)); in ExecAsyncConfigureWait()
80 if (areq->requestee->instrument) in ExecAsyncConfigureWait()
91 if (areq->requestee->instrument) in ExecAsyncNotify()
94 switch (nodeTag(areq->requestee)) in ExecAsyncNotify()
[all …]
/dports/devel/bugzilla50/bugzilla-5.0.4/Bugzilla/
H A DFlag.pm194 sub requestee { subroutine
477 $summary .= "(" . $flag->requestee->login . ")" if $flag->requestee;
632 $self->{requestee} =
636 $self->{requestee} ? $self->{requestee}->id : undef;
661 my $old_requestee = $self->requestee ? $self->requestee->login : '';
664 $requestee = Bugzilla::User->check($requestee);
670 if ($requestee && $requestee->login ne $old_requestee) {
680 ThrowUserError('flag_requestee_disabled', { requestee => $requestee })
703 requestee => $requestee,
716 requestee => $requestee,
[all …]
/dports/devel/bugzilla44/bugzilla-4.4.13/Bugzilla/
H A DFlag.pm194 sub requestee { subroutine
477 $summary .= "(" . $flag->requestee->login . ")" if $flag->requestee;
631 $self->{requestee} =
635 $self->{requestee} ? $self->{requestee}->id : undef;
660 my $old_requestee = $self->requestee ? $self->requestee->login : '';
663 $requestee = Bugzilla::User->check($requestee);
666 undef $requestee;
669 if ($requestee && $requestee->login ne $old_requestee) {
697 requestee => $requestee,
710 requestee => $requestee,
[all …]
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/openfire/component/
H A DRequestComponentInfoNotification.java17 private NodeID requestee; field in RequestComponentInfoNotification
22 public RequestComponentInfoNotification(final JID component, NodeID requestee) in RequestComponentInfoNotification() argument
25 this.requestee = requestee; in RequestComponentInfoNotification()
39 … CacheFactory.doClusterTask( new NotifyComponentInfo( componentInfo ), requestee.toByteArray() ); in run()
47 ExternalizableUtil.getInstance().writeSerializable( out, requestee ); in writeExternal()
53 requestee = (NodeID) ExternalizableUtil.getInstance().readSerializable( in ); in readExternal()
/dports/russian/bugzilla44/bugzilla-4.4.4.ru/template/ru-RU/default/flag/
H A Dlist.html.tmpl80 [% IF flag.requestee %]
81 [% IF flag.requestee.name %]
82 … (<span title="[% flag.requestee.name FILTER html %]">[% flag.requestee.nick FILTER html %]</span>)
84 ([% flag.requestee.nick FILTER html %])
136 …% IF (type.is_active && type.is_requestable && type.is_requesteeble) || (flag && flag.requestee) %]
142 [%# We are here only because there was already a requestee. In this case,
143 the only valid action is to remove the requestee or leave it alone;
145 [% grant_list = [flag.requestee] %]
148 [% SET flag_name = flag ? "requestee-$flag.id" : "requestee_type-$type.id" %]
149 [% SET flag_requestee = (flag && flag.requestee) ? flag.requestee.login : '' %]
[all …]
/dports/devel/bugzilla44/bugzilla-4.4.13/template/en/default/flag/
H A Dlist.html.tmpl80 [% IF flag.requestee %]
81 [% IF flag.requestee.name %]
82 … (<span title="[% flag.requestee.name FILTER html %]">[% flag.requestee.nick FILTER html %]</span>)
84 ([% flag.requestee.nick FILTER html %])
136 …% IF (type.is_active && type.is_requestable && type.is_requesteeble) || (flag && flag.requestee) %]
142 [%# We are here only because there was already a requestee. In this case,
143 the only valid action is to remove the requestee or leave it alone;
145 [% grant_list = [flag.requestee] %]
148 [% SET flag_name = flag ? "requestee-$flag.id" : "requestee_type-$type.id" %]
149 [% SET flag_requestee = (flag && flag.requestee) ? flag.requestee.login : '' %]
[all …]
/dports/german/bugzilla44/de-bugzilla44-4.4.10_1/de/default/flag/
H A Dlist.html.tmpl80 [% IF flag.requestee %]
81 [% IF flag.requestee.name %]
82 … (<span title="[% flag.requestee.name FILTER html %]">[% flag.requestee.nick FILTER html %]</span>)
84 ([% flag.requestee.nick FILTER html %])
136 …% IF (type.is_active && type.is_requestable && type.is_requesteeble) || (flag && flag.requestee) %]
142 [%# We are here only because there was already a requestee. In this case,
143 the only valid action is to remove the requestee or leave it alone;
145 [% grant_list = [flag.requestee] %]
148 [% SET flag_name = flag ? "requestee-$flag.id" : "requestee_type-$type.id" %]
149 [% SET flag_requestee = (flag && flag.requestee) ? flag.requestee.login : '' %]
[all …]
/dports/japanese/bugzilla44/ja-bugzilla44-4.4.9/default/flag/
H A Dlist.html.tmpl80 [% IF flag.requestee %]
81 [% IF flag.requestee.name %]
82 … (<span title="[% flag.requestee.name FILTER html %]">[% flag.requestee.nick FILTER html %]</span>)
84 ([% flag.requestee.nick FILTER html %])
136 …% IF (type.is_active && type.is_requestable && type.is_requesteeble) || (flag && flag.requestee) %]
142 [%# We are here only because there was already a requestee. In this case,
143 the only valid action is to remove the requestee or leave it alone;
145 [% grant_list = [flag.requestee] %]
148 [% SET flag_name = flag ? "requestee-$flag.id" : "requestee_type-$type.id" %]
149 [% SET flag_requestee = (flag && flag.requestee) ? flag.requestee.login : '' %]
[all …]
/dports/devel/bugzilla50/bugzilla-5.0.4/template/en/default/flag/
H A Dlist.html.tmpl86 [% IF flag.requestee %]
87 [% IF flag.requestee.name %]
88 … (<span title="[% flag.requestee.name FILTER html %]">[% flag.requestee.nick FILTER html %]</span>)
90 ([% flag.requestee.nick FILTER html %])
147 …% IF (type.is_active && type.is_requestable && type.is_requesteeble) || (flag && flag.requestee) %]
151 [%# We are here only because there was already a requestee. In this case,
152 the only valid action is to remove the requestee or leave it alone;
154 [% grant_list = [flag.requestee] %]
159 [% SET flag_name = flag ? "requestee-$flag.id" : "requestee_type-$type.id" %]
160 [% SET flag_requestee = (flag && flag.requestee) ? flag.requestee.login : '' %]
[all …]
/dports/japanese/bugzilla50/ja-bugzilla50-5.0.2/default/flag/
H A Dlist.html.tmpl86 [% IF flag.requestee %]
87 [% IF flag.requestee.name %]
88 … (<span title="[% flag.requestee.name FILTER html %]">[% flag.requestee.nick FILTER html %]</span>)
90 ([% flag.requestee.nick FILTER html %])
147 …% IF (type.is_active && type.is_requestable && type.is_requesteeble) || (flag && flag.requestee) %]
151 [%# We are here only because there was already a requestee. In this case,
152 the only valid action is to remove the requestee or leave it alone;
154 [% grant_list = [flag.requestee] %]
159 [% SET flag_name = flag ? "requestee-$flag.id" : "requestee_type-$type.id" %]
160 [% SET flag_requestee = (flag && flag.requestee) ? flag.requestee.login : '' %]
[all …]
/dports/devel/bugzilla50/bugzilla-5.0.4/template/en/default/request/
H A Dqueue.html.tmpl79 id => "requestee"
80 name => "requestee"
81 value => cgi.param('requestee')
85 … field_title => "Requestee's email address or \"-\" (hyphen) for requests with no requestee"
102 "Requestee" => 'requestee',
113 <option value="0">Match the requester AND requestee</option>
115 Match the requester OR requestee</option>
130 "requestee" => "Requestee" ,
134 [% DEFAULT display_columns = ["requester", "requestee", "type", "bug", "attachment", "created"]
210 [% request.requestee FILTER email FILTER html %]
/dports/japanese/bugzilla50/ja-bugzilla50-5.0.2/default/email/
H A Dflagmail.txt.tmpl22 [% to_identity = flag.requestee.identity _ " for" %]
25 [% IF flag.requestee %][% to_identity = " to " _ flag.requestee.identity %][% END %]
30 [% IF old_flag.requestee.defined %]
31 [% requestee_identity = old_flag.requestee.identity _ "'s" %]
/dports/devel/bugzilla50/bugzilla-5.0.4/template/en/default/email/
H A Dflagmail.txt.tmpl22 [% to_identity = flag.requestee.identity _ " for" %]
25 [% IF flag.requestee %][% to_identity = " to " _ flag.requestee.identity %][% END %]
30 [% IF old_flag.requestee.defined %]
31 [% requestee_identity = old_flag.requestee.identity _ "'s" %]
/dports/devel/bugzilla44/bugzilla-4.4.13/template/en/default/request/
H A Dqueue.html.tmpl117 id => "requestee"
118 name => "requestee"
119 value => cgi.param('requestee')
123 … field_title => "Requestee's email address or \"-\" (hyphen) for requests with no requestee"
140 "Requestee" => 'requestee',
151 <option value="0">Match the requester AND requestee</option>
153 Match the requester OR requestee</option>
168 "requestee" => "Requestee" ,
172 [% DEFAULT display_columns = ["requester", "requestee", "type", "bug", "attachment", "created"]
246 [% request.requestee FILTER email FILTER html %]
/dports/russian/bugzilla44/bugzilla-4.4.4.ru/template/ru-RU/default/attachment/
H A Dlist.html.tmpl118 [%+ IF flag.status == "?" && flag.requestee %]
120 …(<span title="[% flag.requestee.identity FILTER html %]">[% flag.requestee.nick FILTER html %]</sp…
121 [% ELSIF flag.requestee.name %]
122 … (<span title="[% flag.requestee.name FILTER html %]">[% flag.requestee.nick FILTER html %]</span>)
124 ([% flag.requestee.nick FILTER html %])
/dports/devel/bugzilla44/bugzilla-4.4.13/template/en/default/attachment/
H A Dlist.html.tmpl118 [%+ IF flag.status == "?" && flag.requestee %]
120 …(<span title="[% flag.requestee.identity FILTER html %]">[% flag.requestee.nick FILTER html %]</sp…
121 [% ELSIF flag.requestee.name %]
122 … (<span title="[% flag.requestee.name FILTER html %]">[% flag.requestee.nick FILTER html %]</span>)
124 ([% flag.requestee.nick FILTER html %])
/dports/devel/bugzilla50/bugzilla-5.0.4/template/en/default/attachment/
H A Dlist.html.tmpl118 [%+ IF flag.status == "?" && flag.requestee %]
120 …(<span title="[% flag.requestee.identity FILTER html %]">[% flag.requestee.nick FILTER html %]</sp…
121 [% ELSIF flag.requestee.name %]
122 … (<span title="[% flag.requestee.name FILTER html %]">[% flag.requestee.nick FILTER html %]</span>)
124 ([% flag.requestee.nick FILTER html %])
/dports/german/bugzilla44/de-bugzilla44-4.4.10_1/de/default/attachment/
H A Dlist.html.tmpl118 [%+ IF flag.status == "?" && flag.requestee %]
120 …(<span title="[% flag.requestee.identity FILTER html %]">[% flag.requestee.nick FILTER html %]</sp…
121 [% ELSIF flag.requestee.name %]
122 … (<span title="[% flag.requestee.name FILTER html %]">[% flag.requestee.nick FILTER html %]</span>)
124 ([% flag.requestee.nick FILTER html %])
/dports/japanese/bugzilla44/ja-bugzilla44-4.4.9/default/attachment/
H A Dlist.html.tmpl119 [%+ IF flag.status == "?" && flag.requestee %]
121 …(<span title="[% flag.requestee.identity FILTER html %]">[% flag.requestee.nick FILTER html %]</sp…
122 [% ELSIF flag.requestee.name %]
123 … (<span title="[% flag.requestee.name FILTER html %]">[% flag.requestee.nick FILTER html %]</span>)
125 ([% flag.requestee.nick FILTER html %])

1234567