Home
last modified time | relevance | path

Searched refs:pod (Results 1 – 25 of 6599) sorted by relevance

12345678910>>...264

/dports/x11-toolkits/p5-Tk/Tk-804.035/pod/
H A DTk.cmd15 file ../pod/UserGuide.pod '' 'Introduction' ''
16 file ../pod/overview.pod '' 'Introduction' ''
22 file ../pod/Wm.pod '' 'Tk Geometry Management' ''
43 file ../pod/Image.pod '' 'Tk Image Classes' ''
50 file ../pod/DItem.pod '' 'Tix Extensions' ''
53 file ../pod/InputO.pod '' 'Tix Extensions' ''
55 file ../pod/Mwm.pod '' 'Tix Extensions' ''
57 file ../pod/TList.pod '' 'Tix Extensions' ''
59 file ../pod/Tree.pod '' 'Tix Extensions' ''
60 file ../pod/tixWm.pod '' 'Tix Extensions' ''
[all …]
/dports/devel/p5-DateTime-Locale/DateTime-Locale-1.33/xt/author/
H A Dno-tabs.t17 'lib/DateTime/Locale/af.pod',
18 'lib/DateTime/Locale/af_NA.pod',
19 'lib/DateTime/Locale/af_ZA.pod',
20 'lib/DateTime/Locale/agq.pod',
22 'lib/DateTime/Locale/ak.pod',
23 'lib/DateTime/Locale/ak_GH.pod',
24 'lib/DateTime/Locale/am.pod',
25 'lib/DateTime/Locale/am_ET.pod',
26 'lib/DateTime/Locale/ar.pod',
55 'lib/DateTime/Locale/as.pod',
[all …]
H A Deol.t17 'lib/DateTime/Locale/af.pod',
18 'lib/DateTime/Locale/af_NA.pod',
19 'lib/DateTime/Locale/af_ZA.pod',
20 'lib/DateTime/Locale/agq.pod',
22 'lib/DateTime/Locale/ak.pod',
23 'lib/DateTime/Locale/ak_GH.pod',
24 'lib/DateTime/Locale/am.pod',
25 'lib/DateTime/Locale/am_ET.pod',
26 'lib/DateTime/Locale/ar.pod',
55 'lib/DateTime/Locale/as.pod',
[all …]
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/guess/impls/pod/
H A Dpod.c87 …ierr = PetscCalloc6(pod->maxn*pod->maxn,&pod->corr,pod->maxn,&pod->eigs,pod->maxn*pod->maxn,&pod->… in KSPGuessSetUp_POD()
88 …6*pod->maxn,&pod->iwork,pod->maxn*pod->maxn,&pod->yhay,pod->maxn*pod->maxn,&pod->low);CHKERRQ(ierr… in KSPGuessSetUp_POD()
141 ierr = PetscFree6(pod->corr,pod->eigs,pod->eigv,pod->iwork, in KSPGuessDestroy_POD()
235 ierr = VecMAXPY(pod->bsnap[pod->curr],pod->n,pod->swork+pod->n,pod->xsnap);CHKERRQ(ierr); in KSPGuessFormGuess_POD()
252 pod->n = pod->n < pod->maxn ? pod->n+1 : pod->maxn; in KSPGuessUpdate_POD()
328 pod->corr[pod->curr*pod->maxn+i] = pod->swork[3*pod->n + i]; in KSPGuessUpdate_POD()
329 pod->corr[i*pod->maxn+pod->curr] = PetscConj(pod->swork[3*pod->n + i]); in KSPGuessUpdate_POD()
331 pod->yhay[pod->curr*pod->maxn+i] = pod->swork[4*pod->n + i]; in KSPGuessUpdate_POD()
332 pod->yhay[i*pod->maxn+pod->curr] = PetscConj(pod->swork[5*pod->n + i]); in KSPGuessUpdate_POD()
338 for (j=i;j<pod->n;j++) pod->swork[i*pod->n+j] = pod->corr[i*pod->maxn+j]; in KSPGuessUpdate_POD()
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ngine_io/cloudstack/tests/integration/targets/cs_pod/tasks/
H A Dmain.yml19 register: pod
28 register: pod
78 register: pod
96 register: pod
115 register: pod
133 register: pod
150 register: pod
169 register: pod
187 register: pod
205 register: pod
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/cs_pod/tasks/
H A Dmain.yml19 register: pod
27 register: pod
77 register: pod
95 register: pod
114 register: pod
132 register: pod
149 register: pod
168 register: pod
186 register: pod
204 register: pod
[all …]
/dports/multimedia/pipewire/pipewire-0.3.43/spa/include/spa/pod/
H A Diter.h43 struct spa_pod pod; member
137 void *pod; in spa_pod_from_data() local
143 return pod; in spa_pod_from_data()
158 if (!spa_pod_is_bool(pod)) in spa_pod_get_bool()
171 if (!spa_pod_is_id(pod)) in spa_pod_get_id()
184 if (!spa_pod_is_int(pod)) in spa_pod_get_int()
197 if (!spa_pod_is_long(pod)) in spa_pod_get_long()
292 if (!spa_pod_is_fd(pod)) in spa_pod_get_fd()
389 return (pod && spa_pod_is_object(pod) && SPA_POD_OBJECT_TYPE(pod) == type); in spa_pod_is_object_type()
394 return (pod && spa_pod_is_object(pod) && SPA_POD_OBJECT_ID(pod) == id); in spa_pod_is_object_id()
[all …]
H A Dparser.h67 spa_pod_parser_init(parser, pod, SPA_POD_SIZE(pod)); in spa_pod_parser_pod()
88 return pod; in spa_pod_parser_deref()
101 frame->pod = *pod; in spa_pod_parser_push()
123 if (pod) in spa_pod_parser_next()
125 return pod; in spa_pod_parser_next()
149 if (pod != NULL && (res = spa_pod_get_id(pod, value)) >= 0) in spa_pod_parser_get_id()
249 *value = pod; in spa_pod_parser_get_pod()
309 return spa_pod_is_string(pod) || spa_pod_is_none(pod); in spa_pod_parser_can_collect()
327 return spa_pod_is_struct(pod) || spa_pod_is_none(pod); in spa_pod_parser_can_collect()
329 return spa_pod_is_object(pod) || spa_pod_is_none(pod); in spa_pod_parser_can_collect()
[all …]
/dports/www/firefox/firefox-99.0/third_party/pipewire/spa/pod/
H A Diter.h38 struct spa_pod pod; member
132 void *pod; in spa_pod_from_data() local
138 return pod; in spa_pod_from_data()
153 if (!spa_pod_is_bool(pod)) in spa_pod_get_bool()
166 if (!spa_pod_is_id(pod)) in spa_pod_get_id()
179 if (!spa_pod_is_int(pod)) in spa_pod_get_int()
192 if (!spa_pod_is_long(pod)) in spa_pod_get_long()
287 if (!spa_pod_is_fd(pod)) in spa_pod_get_fd()
383 return (pod && spa_pod_is_object(pod) && SPA_POD_OBJECT_TYPE(pod) == type); in spa_pod_is_object_type()
388 return (pod && spa_pod_is_object(pod) && SPA_POD_OBJECT_ID(pod) == id); in spa_pod_is_object_id()
[all …]
H A Dparser.h62 spa_pod_parser_init(parser, pod, SPA_POD_SIZE(pod)); in spa_pod_parser_pod()
83 return pod; in spa_pod_parser_deref()
96 frame->pod = *pod; in spa_pod_parser_push()
118 if (pod) in spa_pod_parser_next()
120 return pod; in spa_pod_parser_next()
144 if (pod != NULL && (res = spa_pod_get_id(pod, value)) >= 0) in spa_pod_parser_get_id()
244 *value = pod; in spa_pod_parser_get_pod()
304 return spa_pod_is_string(pod) || spa_pod_is_none(pod); in spa_pod_parser_can_collect()
322 return spa_pod_is_struct(pod) || spa_pod_is_none(pod); in spa_pod_parser_can_collect()
324 return spa_pod_is_object(pod) || spa_pod_is_none(pod); in spa_pod_parser_can_collect()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/pipewire/spa/pod/
H A Diter.h38 struct spa_pod pod; member
132 void *pod; in spa_pod_from_data() local
138 return pod; in spa_pod_from_data()
153 if (!spa_pod_is_bool(pod)) in spa_pod_get_bool()
166 if (!spa_pod_is_id(pod)) in spa_pod_get_id()
179 if (!spa_pod_is_int(pod)) in spa_pod_get_int()
192 if (!spa_pod_is_long(pod)) in spa_pod_get_long()
287 if (!spa_pod_is_fd(pod)) in spa_pod_get_fd()
383 return (pod && spa_pod_is_object(pod) && SPA_POD_OBJECT_TYPE(pod) == type); in spa_pod_is_object_type()
388 return (pod && spa_pod_is_object(pod) && SPA_POD_OBJECT_ID(pod) == id); in spa_pod_is_object_id()
[all …]
H A Dparser.h62 spa_pod_parser_init(parser, pod, SPA_POD_SIZE(pod)); in spa_pod_parser_pod()
83 return pod; in spa_pod_parser_deref()
96 frame->pod = *pod; in spa_pod_parser_push()
118 if (pod) in spa_pod_parser_next()
120 return pod; in spa_pod_parser_next()
144 if (pod != NULL && (res = spa_pod_get_id(pod, value)) >= 0) in spa_pod_parser_get_id()
244 *value = pod; in spa_pod_parser_get_pod()
304 return spa_pod_is_string(pod) || spa_pod_is_none(pod); in spa_pod_parser_can_collect()
322 return spa_pod_is_struct(pod) || spa_pod_is_none(pod); in spa_pod_parser_can_collect()
324 return spa_pod_is_object(pod) || spa_pod_is_none(pod); in spa_pod_parser_can_collect()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/pipewire/spa/pod/
H A Diter.h38 struct spa_pod pod; member
132 void *pod; in spa_pod_from_data() local
138 return pod; in spa_pod_from_data()
153 if (!spa_pod_is_bool(pod)) in spa_pod_get_bool()
166 if (!spa_pod_is_id(pod)) in spa_pod_get_id()
179 if (!spa_pod_is_int(pod)) in spa_pod_get_int()
192 if (!spa_pod_is_long(pod)) in spa_pod_get_long()
287 if (!spa_pod_is_fd(pod)) in spa_pod_get_fd()
383 return (pod && spa_pod_is_object(pod) && SPA_POD_OBJECT_TYPE(pod) == type); in spa_pod_is_object_type()
388 return (pod && spa_pod_is_object(pod) && SPA_POD_OBJECT_ID(pod) == id); in spa_pod_is_object_id()
[all …]
H A Dparser.h62 spa_pod_parser_init(parser, pod, SPA_POD_SIZE(pod)); in spa_pod_parser_pod()
83 return pod; in spa_pod_parser_deref()
96 frame->pod = *pod; in spa_pod_parser_push()
118 if (pod) in spa_pod_parser_next()
120 return pod; in spa_pod_parser_next()
144 if (pod != NULL && (res = spa_pod_get_id(pod, value)) >= 0) in spa_pod_parser_get_id()
244 *value = pod; in spa_pod_parser_get_pod()
304 return spa_pod_is_string(pod) || spa_pod_is_none(pod); in spa_pod_parser_can_collect()
322 return spa_pod_is_struct(pod) || spa_pod_is_none(pod); in spa_pod_parser_can_collect()
324 return spa_pod_is_object(pod) || spa_pod_is_none(pod); in spa_pod_parser_can_collect()
[all …]
/dports/www/mod_perl2/mod_perl-2.0.11/docs/api/
H A Dconfig.cfg30 Apache2/Log.pod
49 APR.pod
55 APR/Const.pod
56 APR/Date.pod
57 APR/Error.pod
58 APR/Finfo.pod
60 APR/OS.pod
62 APR/Pool.pod
70 APR/URI.pod
71 APR/Util.pod
[all …]
/dports/net-mgmt/torrus/torrus-2.09/doc/manpages/
H A DMakefile.am27 torrus.pod.in \
41 torrus_genddx.pod.in \
55 torrus.pod \
56 torrus_acledit.pod \
61 torrus_cleanup.pod \
69 torrus_genddx.pod \
70 torrus_genlist.pod \
74 torrus_monitor.pod \
75 torrus_nodeid.pod \
129 SUFFIXES = .pod.in .pod
[all …]
/dports/devel/p5-Data-Rx/Data-Rx-0.200007/lib/Data/Rx/Manual/
H A DCustomTypes.pod2 #pod =pod
3 #pod
4 #pod =cut
10 #pod
19 #pod
21 #pod
24 #pod
27 #pod
31 #pod
34 #pod
[all …]
/dports/textproc/p5-Pod-Tree/Pod-Tree-1.31/lib/Pod/Tree/
H A DPod.pm21 my $pod = {
29 bless $pod, $class;
43 my $pod = shift;
44 my $root = $pod->{root};
49 my ( $pod, $node ) = @_;
59 my ( $pod, $node ) = @_;
144 $pod->{interior}++;
151 $pod->{interior}--;
196 $pod->{link}++;
205 $pod->{link}--;
[all …]
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/doc/
H A Dbuild.info11 DEPEND[man1/openssl-asn1parse.pod]{pod}=man1/openssl-asn1parse.pod.in
17 DEPEND[man1/openssl-ca.pod]{pod}=man1/openssl-ca.pod.in
23 DEPEND[man1/openssl-ciphers.pod]{pod}=man1/openssl-ciphers.pod.in
29 DEPEND[man1/openssl-cmds.pod]{pod}=man1/openssl-cmds.pod.in
35 DEPEND[man1/openssl-cmp.pod]{pod}=man1/openssl-cmp.pod.in
41 DEPEND[man1/openssl-cms.pod]{pod}=man1/openssl-cms.pod.in
47 DEPEND[man1/openssl-crl.pod]{pod}=man1/openssl-crl.pod.in
59 DEPEND[man1/openssl-dgst.pod]{pod}=man1/openssl-dgst.pod.in
71 DEPEND[man1/openssl-dsa.pod]{pod}=man1/openssl-dsa.pod.in
83 DEPEND[man1/openssl-ec.pod]{pod}=man1/openssl-ec.pod.in
[all …]
/dports/security/openssl-devel/openssl-3.0.2/doc/
H A Dbuild.info11 DEPEND[man1/openssl-asn1parse.pod]{pod}=man1/openssl-asn1parse.pod.in
17 DEPEND[man1/openssl-ca.pod]{pod}=man1/openssl-ca.pod.in
23 DEPEND[man1/openssl-ciphers.pod]{pod}=man1/openssl-ciphers.pod.in
29 DEPEND[man1/openssl-cmds.pod]{pod}=man1/openssl-cmds.pod.in
35 DEPEND[man1/openssl-cmp.pod]{pod}=man1/openssl-cmp.pod.in
41 DEPEND[man1/openssl-cms.pod]{pod}=man1/openssl-cms.pod.in
47 DEPEND[man1/openssl-crl.pod]{pod}=man1/openssl-crl.pod.in
59 DEPEND[man1/openssl-dgst.pod]{pod}=man1/openssl-dgst.pod.in
71 DEPEND[man1/openssl-dsa.pod]{pod}=man1/openssl-dsa.pod.in
83 DEPEND[man1/openssl-ec.pod]{pod}=man1/openssl-ec.pod.in
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/doc/
H A Dbuild.info11 DEPEND[man1/openssl-asn1parse.pod]{pod}=man1/openssl-asn1parse.pod.in
17 DEPEND[man1/openssl-ca.pod]{pod}=man1/openssl-ca.pod.in
23 DEPEND[man1/openssl-ciphers.pod]{pod}=man1/openssl-ciphers.pod.in
29 DEPEND[man1/openssl-cmds.pod]{pod}=man1/openssl-cmds.pod.in
35 DEPEND[man1/openssl-cmp.pod]{pod}=man1/openssl-cmp.pod.in
41 DEPEND[man1/openssl-cms.pod]{pod}=man1/openssl-cms.pod.in
47 DEPEND[man1/openssl-crl.pod]{pod}=man1/openssl-crl.pod.in
59 DEPEND[man1/openssl-dgst.pod]{pod}=man1/openssl-dgst.pod.in
71 DEPEND[man1/openssl-dsa.pod]{pod}=man1/openssl-dsa.pod.in
83 DEPEND[man1/openssl-ec.pod]{pod}=man1/openssl-ec.pod.in
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/doc/
H A Dbuild.info11 DEPEND[man1/openssl-asn1parse.pod]{pod}=man1/openssl-asn1parse.pod.in
17 DEPEND[man1/openssl-ca.pod]{pod}=man1/openssl-ca.pod.in
23 DEPEND[man1/openssl-ciphers.pod]{pod}=man1/openssl-ciphers.pod.in
29 DEPEND[man1/openssl-cmds.pod]{pod}=man1/openssl-cmds.pod.in
35 DEPEND[man1/openssl-cmp.pod]{pod}=man1/openssl-cmp.pod.in
41 DEPEND[man1/openssl-cms.pod]{pod}=man1/openssl-cms.pod.in
47 DEPEND[man1/openssl-crl.pod]{pod}=man1/openssl-crl.pod.in
59 DEPEND[man1/openssl-dgst.pod]{pod}=man1/openssl-dgst.pod.in
71 DEPEND[man1/openssl-dsa.pod]{pod}=man1/openssl-dsa.pod.in
83 DEPEND[man1/openssl-ec.pod]{pod}=man1/openssl-ec.pod.in
[all …]
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/doc/
H A Dbuild.info11 DEPEND[man1/openssl-asn1parse.pod]{pod}=man1/openssl-asn1parse.pod.in
17 DEPEND[man1/openssl-ca.pod]{pod}=man1/openssl-ca.pod.in
23 DEPEND[man1/openssl-ciphers.pod]{pod}=man1/openssl-ciphers.pod.in
29 DEPEND[man1/openssl-cmds.pod]{pod}=man1/openssl-cmds.pod.in
35 DEPEND[man1/openssl-cmp.pod]{pod}=man1/openssl-cmp.pod.in
41 DEPEND[man1/openssl-cms.pod]{pod}=man1/openssl-cms.pod.in
47 DEPEND[man1/openssl-crl.pod]{pod}=man1/openssl-crl.pod.in
59 DEPEND[man1/openssl-dgst.pod]{pod}=man1/openssl-dgst.pod.in
71 DEPEND[man1/openssl-dsa.pod]{pod}=man1/openssl-dsa.pod.in
83 DEPEND[man1/openssl-ec.pod]{pod}=man1/openssl-ec.pod.in
[all …]
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/doc/
H A Dbuild.info11 DEPEND[man1/openssl-asn1parse.pod]{pod}=man1/openssl-asn1parse.pod.in
17 DEPEND[man1/openssl-ca.pod]{pod}=man1/openssl-ca.pod.in
23 DEPEND[man1/openssl-ciphers.pod]{pod}=man1/openssl-ciphers.pod.in
29 DEPEND[man1/openssl-cmds.pod]{pod}=man1/openssl-cmds.pod.in
35 DEPEND[man1/openssl-cmp.pod]{pod}=man1/openssl-cmp.pod.in
41 DEPEND[man1/openssl-cms.pod]{pod}=man1/openssl-cms.pod.in
47 DEPEND[man1/openssl-crl.pod]{pod}=man1/openssl-crl.pod.in
59 DEPEND[man1/openssl-dgst.pod]{pod}=man1/openssl-dgst.pod.in
71 DEPEND[man1/openssl-dsa.pod]{pod}=man1/openssl-dsa.pod.in
83 DEPEND[man1/openssl-ec.pod]{pod}=man1/openssl-ec.pod.in
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/test/reflection/
H A Dfatal_diff_test.cpp63 struct3 pod; in test_data() local
65 *pod.fieldA_ref() = 141; in test_data()
81 *pod.fieldK_ref() = {}; in test_data()
89 *pod.fieldO_ref() = {}; in test_data()
92 *pod.fieldR_ref() = {}; in test_data()
95 return pod; in test_data()
163 pod.fieldE_ref() = {}; in TEST()
246 pod, in TEST()
263 pod, in TEST()
291 pod, in TEST()
[all …]

12345678910>>...264