Home
last modified time | relevance | path

Searched refs:frec (Results 1 – 25 of 256) sorted by relevance

1234567891011

/dports/lang/fpc-source/fpc-3.2.2/tests/webtbs/
H A Dtw14143.pp7 frec: TFloatRec;
17 FloatToDecimal(frec, posinf, fvExtended, 15, 15);
18 if (frec.Exponent <> 32767) or frec.Negative or (frec.Digits[0] <> #0) then
24 FloatToDecimal(frec, neginf, fvExtended, 15, 15);
25 if (frec.Exponent <> 32767) or (not frec.Negative) or (frec.Digits[0] <> #0) then
31 FloatToDecimal(frec, nan, fvExtended, 15, 15);
32 if (frec.Exponent <> -32768) or (frec.Digits[0] <> #0) then
/dports/www/mod_perl2/mod_perl-2.0.11/docs/api/Apache2/
H A DFilterRec.pod13 my $frec = $filter->frec;
14 print "filter name is:", $frec->name;
25 C<L<frec()|docs::2.0::api::Apache2::Filter/C_frec_>>:
27 $frec = $filter->frec;
45 $name = $frec->name();
49 =item obj: C<$frec>
66 C<L<$filter-E<gt>next-E<gt>frec-E<gt>name|docs::2.0::api::Apache2::Filter/C_next_>>
75 for my $frec ($filter->frec, $filter->next->frec) {
76 print "Name: ", $frec->name;
/dports/www/htdigest/httpd-2.4.6/server/
H A Dutil_filter.c42 || (before_this)->frec->ftype > (f)->frec->ftype \
65 ap_filter_rec_t *frec; member
135 new_node->frec = NULL; in trie_node_alloc()
209 ap_filter_rec_t *frec; in register_filter() local
229 if (node->frec) { in register_filter()
230 frec = node->frec; in register_filter()
233 frec = apr_pcalloc(FILTER_POOL, sizeof(*frec)); in register_filter()
234 node->frec = frec; in register_filter()
239 frec->ftype = ftype; in register_filter()
243 return frec; in register_filter()
[all …]
/dports/www/apache24/httpd-2.4.53/server/
H A Dutil_filter.c42 || (before_this)->frec->ftype > (f)->frec->ftype \
65 ap_filter_rec_t *frec; member
135 new_node->frec = NULL; in trie_node_alloc()
209 ap_filter_rec_t *frec; in register_filter() local
229 if (node->frec) { in register_filter()
230 frec = node->frec; in register_filter()
233 frec = apr_pcalloc(FILTER_POOL, sizeof(*frec)); in register_filter()
234 node->frec = frec; in register_filter()
239 frec->ftype = ftype; in register_filter()
243 return frec; in register_filter()
[all …]
/dports/www/apache24/httpd-2.4.53/modules/filters/
H A Dmod_filter.c43 ap_filter_rec_t *frec; member
105 ap_filter_rec_t *filter = f->frec; in filter_init()
281 ap_filter_rec_t *filter = f->frec; in filter_harness()
442 ap_filter_rec_t* frec; in add_filter() local
457 if (!frec) { in add_filter()
466 if (!frec) { in add_filter()
485 provider->frec = provider_frec; in add_filter()
486 provider->next = frec->providers; in add_filter()
487 frec->providers = provider; in add_filter()
629 if (!frec) { in filter_debug()
[all …]
/dports/www/htdigest/httpd-2.4.6/modules/filters/
H A Dmod_filter.c43 ap_filter_rec_t *frec; member
105 ap_filter_rec_t *filter = f->frec; in filter_init()
281 ap_filter_rec_t *filter = f->frec; in filter_harness()
439 ap_filter_rec_t* frec; in add_filter() local
448 if (!frec) { in add_filter()
456 if (!frec) { in add_filter()
480 provider->frec = provider_frec; in add_filter()
481 provider->next = frec->providers; in add_filter()
482 frec->providers = provider; in add_filter()
624 if (!frec) { in filter_debug()
[all …]
/dports/misc/lifelines/lifelines-3.1.1/src/gedlib/
H A Dchoose.c47 choose_child (RECORD irec, RECORD frec, STRING msg0, STRING msgn, ASK1Q ask1) in choose_child() argument
53 if (!irec && frec) seq = fam_to_children(nztop(frec)); in choose_child()
175 choose_father (RECORD irec, RECORD frec, STRING msg0, STRING msgn, ASK1Q ask1) in choose_father() argument
181 if (!irec && frec) seq = fam_to_fathers(nztop(frec)); in choose_father()
199 choose_mother (RECORD irec, RECORD frec, STRING msg0, STRING msgn, ASK1Q ask1) in choose_mother() argument
205 if (!irec && frec) seq = fam_to_mothers(nztop(frec)); in choose_mother()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tests/python/unittest/
H A Dtest_recordio.py29 frec = tempfile.mktemp()
32 writer = mx.recordio.MXRecordIO(frec, 'w')
37 reader = mx.recordio.MXRecordIO(frec, 'r')
45 frec = tempfile.mktemp()
48 writer = mx.recordio.MXIndexedRecordIO(fidx, frec, 'w')
53 reader = mx.recordio.MXIndexedRecordIO(fidx, frec, 'r')
63 frec = tempfile.mktemp()
/dports/misc/mxnet/incubator-mxnet-1.9.0/tests/python/unittest/
H A Dtest_recordio.py29 frec = tempfile.mktemp()
32 writer = mx.recordio.MXRecordIO(frec, 'w')
37 reader = mx.recordio.MXRecordIO(frec, 'r')
45 frec = tempfile.mktemp()
48 writer = mx.recordio.MXIndexedRecordIO(fidx, frec, 'w')
53 reader = mx.recordio.MXIndexedRecordIO(fidx, frec, 'r')
63 frec = tempfile.mktemp()
/dports/databases/postgis30/postgis-3.0.4/postgis/
H A Dpostgis_before_upgrade.sql40 frec RECORD;
43 FOR frec IN
64 …sql_drop := 'DROP FUNCTION ' || quote_ident(frec.schema) || '.' || quote_ident(frec.name) || ' ( '…
65 RAISE DEBUG 'Name (%): %', frec.oid, frec.name;
66 RAISE DEBUG 'Arguments: %', frec.arguments;
67 RAISE DEBUG 'Identity arguments: %', frec.identity_arguments;
/dports/misc/lifelines/lifelines-3.1.1/src/liflines/
H A Ddelete.c161 choose_and_remove_spouse (RECORD irec, RECORD frec, BOOLEAN nolast) in choose_and_remove_spouse() argument
179 if (!frec) frec = choose_family(irec, _(qSparadox), _(qSidsrmf), TRUE); in choose_and_remove_spouse()
180 if (!frec) return FALSE; in choose_and_remove_spouse()
181 fam = nztop(frec); in choose_and_remove_spouse()
203 choose_and_remove_child (RECORD irec, RECORD frec, BOOLEAN nolast) in choose_and_remove_child() argument
221 if (!frec) frec = choose_family(irec, _(qSparadox), _(qSidcrmf), FALSE); in choose_and_remove_child()
222 if (!frec) return FALSE; in choose_and_remove_child()
223 fam = nztop(frec); in choose_and_remove_child()
H A Dswap.c65 swap_children (RECORD prnt, RECORD frec) in swap_children() argument
76 if (frec) goto gotfam; in swap_children()
87 frec = key_to_frecord(rmvat(nval(FAMS(nztop(prnt))))); in swap_children()
90 if (!(frec = choose_family(prnt, _(qSntprnt), _(qSidfbys), TRUE))) in swap_children()
93 fam = nztop(frec); in swap_children()
108 chil1 = choose_child(NULL, frec, "e", _(qSid1csw), NOASK1); in swap_children()
110 chil2 = choose_child(NULL, frec, "e", _(qSid2csw), NOASK1); in swap_children()
177 reorder_child (RECORD prnt, RECORD frec, RFMT rfmt) in reorder_child() argument
189 if (frec) goto gotfam; in reorder_child()
200 frec = key_to_frecord(rmvat(nval(FAMS(nztop(prnt))))); in reorder_child()
[all …]
/dports/www/mod_security/modsecurity-2.9.3/standalone/
H A Dfilters.c50 || (before_this)->frec->ftype > (f)->frec->ftype \
108 static ap_filter_t *add_any_filter_handle(ap_filter_rec_t *frec, void *ctx, in add_any_filter_handle() argument
118 if (frec->ftype < AP_FTYPE_PROTOCOL) { in add_any_filter_handle()
124 "a content filter was added without a request: %s", frec->name); in add_any_filter_handle()
128 else if (frec->ftype < AP_FTYPE_CONNECTION) { in add_any_filter_handle()
134 "a protocol filter was added without a request: %s", frec->name); in add_any_filter_handle()
142 f->frec = frec; in add_any_filter_handle()
181 if (frec->ftype < AP_FTYPE_CONNECTION && (*r_filters == *c_filters)) { in add_any_filter_handle()
/dports/www/mod_perl2/mod_perl-2.0.11/t/filter/TestFilter/
H A Dout_str_api.pm44 my $frec = $filter->frec;
46 ok $frec->isa('Apache2::FilterRec');
47 ok t_cmp($frec->name, "modperl_request_output", '$frec->name');
50 ok t_cmp($next->frec->name, "modperl_request_output",
56 my $name = $next->frec->name;
/dports/databases/postgis32/postgis-3.2.0/postgis/
H A Dpostgis_before_upgrade.sql40 frec RECORD;
43 FOR frec IN
64 …sql_drop := 'DROP FUNCTION ' || quote_ident(frec.schema) || '.' || quote_ident(frec.name) || ' ( '…
65 RAISE DEBUG 'Name (%): %', frec.oid, frec.name;
66 RAISE DEBUG 'Arguments: %', frec.arguments;
67 RAISE DEBUG 'Identity arguments: %', frec.identity_arguments;
/dports/databases/postgis31/postgis-3.1.4/postgis/
H A Dpostgis_before_upgrade.sql40 frec RECORD;
43 FOR frec IN
64 …sql_drop := 'DROP FUNCTION ' || quote_ident(frec.schema) || '.' || quote_ident(frec.name) || ' ( '…
65 RAISE DEBUG 'Name (%): %', frec.oid, frec.name;
66 RAISE DEBUG 'Arguments: %', frec.arguments;
67 RAISE DEBUG 'Identity arguments: %', frec.identity_arguments;
/dports/misc/lifelines/lifelines-3.1.1/src/hdrs/
H A Dgedcom_macros.h186 RECORD frec=0; \
196 if (!__key || !(frec=qkey_to_frecord(__key)) || !(fam=nztop(frec))) {\
203 release_record(frec); \
213 RECORD frec=0; \
222 if (__key && (frec=qkey_to_frecord(__key)) && (fam=nztop(frec))) {\
253 release_record(frec); \
263 RECORD frec=0; \
273 if (!__key || !(frec=qkey_to_frecord(__key)) || !(fam=nztop(frec))) {\
282 release_record(frec); \
/dports/mail/mailutils/mailutils-3.13/libmailutils/filter/
H A Dfilter.c106 mu_filter_record_t frec; in mu_filter_create_args() local
115 status = mu_list_locate (list, (void*)name, (void**)&frec); in mu_filter_create_args()
119 xcode = mode == MU_FILTER_ENCODE ? frec->encoder : frec->decoder; in mu_filter_create_args()
123 if (frec->newdata) in mu_filter_create_args()
125 status = frec->newdata (&xdata, mode, argc, argv); in mu_filter_create_args()
/dports/graphics/djvulibre/djvulibre-3.5.28/libdjvu/
H A DDjVuDocEditor.cpp232 if (frec) in request_data()
304 if (frec) in url_to_file()
1086 if (frec) in remove_pages()
1093 if (frec) in remove_pages()
1222 if (frec) in move_pages()
1238 if (frec) in move_pages()
1401 if (!frec->is_page() && frec->get_load_name()!=shared_id) in simplify_anno()
1478 if (frec) in get_shared_anno_file()
1754 if (frec) in store_file()
1756 frec=new DjVmDir::File(*frec); in store_file()
[all …]
/dports/japanese/kinput2/kinput2-v3.1/lib/
H A Dcconv.c1230 _funcbufRec *frec;
1319 _funcbufRec *frec;
1806 frec->funcend = frec->funcbuf + FUNCSIZE;
1807 frec->funcp = frec->funcbuf;
1810 if (frec->funcp + n > frec->funcend) {
1812 int size = (frec->funcp + n) - frec->funcend;
1813 int offset = frec->funcp - frec->funcbuf;
1818 size += frec->funcend - frec->funcbuf;
1827 ret = frec->funcp - frec->funcbuf;
1836 int size = frec->funcp - frec->funcbuf;
[all …]
/dports/news/mmail/mmail-0.52/mmail/
H A Dopx.cc50 fdxRec frec; in buildIndices() local
97 x = getXNum(getshort(frec.confnum)); in buildIndices()
98 pers = ('D' == frec.msgtype); in buildIndices()
386 fdxRec frec; in readOldFlags() local
407 if (!fread(&frec, FDX_REC_SIZE, 1, fdxFile)) in readOldFlags()
411 area = getshort(frec.confnum); in readOldFlags()
412 msgnum = getshort(frec.msgnum); in readOldFlags()
488 fdxRec frec; in saveOldFlags() local
491 putshort(frec.confnum, anum); in saveOldFlags()
492 putshort(frec.msgnum, ll->getMsgNum()); in saveOldFlags()
[all …]
/dports/devel/radare2/radare2-5.1.1/shlr/grub/fs/
H A Dhfs.c952 struct grub_hfs_filerec frec; in grub_hfs_find_dir() member
956 fdrec.frec.type = GRUB_HFS_FILETYPE_DIR; in grub_hfs_find_dir()
996 0, (char *) &fdrec.frec, sizeof (fdrec.frec))) in grub_hfs_find_dir()
1010 grub_memcpy (retdata, &fdrec.frec, sizeof (fdrec.frec)); in grub_hfs_find_dir()
1057 struct grub_hfs_filerec frec = {0}; in grub_hfs_dir() local
1068 if (frec.type != GRUB_HFS_FILETYPE_DIR) in grub_hfs_dir()
1090 struct grub_hfs_filerec frec = {0}; in grub_hfs_open() local
1094 if (grub_hfs_find_dir (data, name, &frec, 0)) in grub_hfs_open()
1100 if (frec.type != GRUB_HFS_FILETYPE_FILE) in grub_hfs_open()
1108 file->size = grub_be_to_cpu32 (frec.size); in grub_hfs_open()
[all …]
/dports/www/htdigest/httpd-2.4.6/modules/debugging/
H A Dmod_dumpio.c60 f->frec->name, in dumpit()
88 "mod_dumpio: %s (%s-%s): %s", f->frec->name, in dumpit()
101 "mod_dumpio: %s (%s-%s): %.*s", f->frec->name, in dumpit()
110 "mod_dumpio: %s (%s-%s): %s", f->frec->name, in dumpit()
137 f->frec->name, in dumpio_input_filter()
151 "mod_dumpio: %s - %d", f->frec->name, ret) ; in dumpio_input_filter()
164 ap_log_cerror(APLOG_MARK, APLOG_TRACE7, 0, c, "mod_dumpio: %s", f->frec->name); in dumpio_output_filter()
/dports/www/apache24/httpd-2.4.53/modules/debugging/
H A Dmod_dumpio.c60 f->frec->name, in dumpit()
88 "mod_dumpio: %s (%s-%s): %s", f->frec->name, in dumpit()
101 "mod_dumpio: %s (%s-%s): %.*s", f->frec->name, in dumpit()
110 "mod_dumpio: %s (%s-%s): %s", f->frec->name, in dumpit()
137 f->frec->name, in dumpio_input_filter()
151 "mod_dumpio: %s - %d", f->frec->name, ret) ; in dumpio_input_filter()
164 ap_log_cerror(APLOG_MARK, APLOG_TRACE7, 0, c, "mod_dumpio: %s", f->frec->name); in dumpio_output_filter()
/dports/math/octave-forge-ltfat/ltfat/inst/frames/
H A Dfranamp.m1 function [c, frec, info] = franamp(F,f,varargin)
8 % [c,frec,info] = franamp(...)
17 % frec : Reconstructed signal
27 % [c,frec,info] = FRANAMP(...) in addition returns the aproximated
28 % signal frec and a struct info with the following fields:
35 % err=norm(f-frec)/norm(f). The relationship between the output
36 % coefficients and the approximation is frec = frsyn(F,c).
164 frec = zeros(size(f)); variable
212 frec = F.frsyn(c); variable
213 frec = frec(1:Ls,:); variable
[all …]

1234567891011