Home
last modified time | relevance | path

Searched refs:reb (Results 1 – 25 of 605) sorted by relevance

12345678910>>...25

/dports/sysutils/modules/modules-4.6.0/testsuite/modules.50-cmds/
H A D377-error.exp265 testouterr_cmd_re sh {load reb} $ans [join $tserr \n]
272 testouterr_cmd_re sh {load --force reb} $ans [join $tserr \n]
282 testouterr_cmd_re sh {load reb} $ans [join $tserr \n]
299 testouterr_cmd_re sh {load reb} $ans [join $tserr \n]
316 testouterr_cmd_re sh {load reb} $ans [join $tserr \n]
333 testouterr_cmd_re sh {load reb} $ans [join $tserr \n]
501 testouterr_cmd_re sh {unload reb} $ans [join $tserr \n]
518 testouterr_cmd_re sh {unload reb} $ans [join $tserr \n]
535 testouterr_cmd_re sh {unload reb} $ans [join $tserr \n]
552 testouterr_cmd_re sh {unload reb} $ans [join $tserr \n]
[all …]
/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmlsearch.c88 ns->reb = g_new0 (regex_t, 1); in html_search_new()
90 ns->reb->translate = ns->trans; in html_search_new()
91 rv = re_compile_pattern (ns->text, ns->text_bytes, ns->reb); in html_search_new()
98 ns->reb = g_new0 (regex_t, 1); in html_search_new()
100 rv_int = regcomp (ns->reb, ns->text, (case_sensitive) ? 0 : REG_ICASE); in html_search_new()
103 if (regerror (rv_int, ns->reb, buf, sizeof (buf))) { in html_search_new()
111 ns->reb = NULL; in html_search_new()
123 if (search->reb) { in html_search_destroy()
124 regfree (search->reb); in html_search_destroy()
125 g_free (search->reb); in html_search_destroy()
/dports/audio/din/din-52/src/
H A Dutils.h48 template<typename T> inline int bounce (T low, T& val, T high, T reb) { in bounce() argument
51 val += reb; in bounce()
52 return bounce (low, val, high, reb); // can still exceed high in bounce()
54 val -= reb; in bounce()
55 return bounce (low, val, high, reb); // can still go below low in bounce()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_client/
H A Dra.c1078 struct ra_ev2_baton *reb = baton; in svn_client__ra_provide_base() local
1082 local_abspath = svn_hash_gets(reb->relpath_map, repos_relpath); in svn_client__ra_provide_base()
1123 struct ra_ev2_baton *reb = baton; in svn_client__ra_provide_props() local
1127 local_abspath = svn_hash_gets(reb->relpath_map, repos_relpath); in svn_client__ra_provide_props()
1167 struct ra_ev2_baton *reb = baton; in svn_client__ra_get_copysrc_kind() local
1170 local_abspath = svn_hash_gets(reb->relpath_map, repos_relpath); in svn_client__ra_get_copysrc_kind()
1179 SVN_ERR(svn_wc_read_kind2(kind, reb->wc_ctx, local_abspath, in svn_client__ra_get_copysrc_kind()
1191 struct ra_ev2_baton *reb = apr_palloc(result_pool, sizeof(*reb)); in svn_client__ra_make_cb_baton() local
1196 reb->wc_ctx = wc_ctx; in svn_client__ra_make_cb_baton()
1197 reb->relpath_map = relpath_map; in svn_client__ra_make_cb_baton()
[all …]
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_client/
H A Dra.c1078 struct ra_ev2_baton *reb = baton; in svn_client__ra_provide_base() local
1082 local_abspath = svn_hash_gets(reb->relpath_map, repos_relpath); in svn_client__ra_provide_base()
1123 struct ra_ev2_baton *reb = baton; in svn_client__ra_provide_props() local
1127 local_abspath = svn_hash_gets(reb->relpath_map, repos_relpath); in svn_client__ra_provide_props()
1167 struct ra_ev2_baton *reb = baton; in svn_client__ra_get_copysrc_kind() local
1170 local_abspath = svn_hash_gets(reb->relpath_map, repos_relpath); in svn_client__ra_get_copysrc_kind()
1179 SVN_ERR(svn_wc_read_kind2(kind, reb->wc_ctx, local_abspath, in svn_client__ra_get_copysrc_kind()
1191 struct ra_ev2_baton *reb = apr_palloc(result_pool, sizeof(*reb)); in svn_client__ra_make_cb_baton() local
1196 reb->wc_ctx = wc_ctx; in svn_client__ra_make_cb_baton()
1197 reb->relpath_map = relpath_map; in svn_client__ra_make_cb_baton()
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_client/
H A Dra.c1078 struct ra_ev2_baton *reb = baton; in svn_client__ra_provide_base() local
1082 local_abspath = svn_hash_gets(reb->relpath_map, repos_relpath); in svn_client__ra_provide_base()
1123 struct ra_ev2_baton *reb = baton; in svn_client__ra_provide_props() local
1127 local_abspath = svn_hash_gets(reb->relpath_map, repos_relpath); in svn_client__ra_provide_props()
1167 struct ra_ev2_baton *reb = baton; in svn_client__ra_get_copysrc_kind() local
1170 local_abspath = svn_hash_gets(reb->relpath_map, repos_relpath); in svn_client__ra_get_copysrc_kind()
1179 SVN_ERR(svn_wc_read_kind2(kind, reb->wc_ctx, local_abspath, in svn_client__ra_get_copysrc_kind()
1191 struct ra_ev2_baton *reb = apr_palloc(result_pool, sizeof(*reb)); in svn_client__ra_make_cb_baton() local
1196 reb->wc_ctx = wc_ctx; in svn_client__ra_make_cb_baton()
1197 reb->relpath_map = relpath_map; in svn_client__ra_make_cb_baton()
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_client/
H A Dra.c1078 struct ra_ev2_baton *reb = baton; in svn_client__ra_provide_base() local
1082 local_abspath = svn_hash_gets(reb->relpath_map, repos_relpath); in svn_client__ra_provide_base()
1123 struct ra_ev2_baton *reb = baton; in svn_client__ra_provide_props() local
1127 local_abspath = svn_hash_gets(reb->relpath_map, repos_relpath); in svn_client__ra_provide_props()
1167 struct ra_ev2_baton *reb = baton; in svn_client__ra_get_copysrc_kind() local
1170 local_abspath = svn_hash_gets(reb->relpath_map, repos_relpath); in svn_client__ra_get_copysrc_kind()
1179 SVN_ERR(svn_wc_read_kind2(kind, reb->wc_ctx, local_abspath, in svn_client__ra_get_copysrc_kind()
1191 struct ra_ev2_baton *reb = apr_palloc(result_pool, sizeof(*reb)); in svn_client__ra_make_cb_baton() local
1196 reb->wc_ctx = wc_ctx; in svn_client__ra_make_cb_baton()
1197 reb->relpath_map = relpath_map; in svn_client__ra_make_cb_baton()
[all …]
/dports/textproc/p5-RDF-Query/RDF-Query-2.918/t/
H A Dalgebra.t102 my $reb = RDF::Query::Node::Resource->new( 'http://example.org/b' );
126 cmp_ok( $rea, '<', $reb, 'resource less-than' );
127 cmp_ok( $reb, '>', $rea, 'resource greater-than' );
128 cmp_ok( $rea, '!=', $reb, 'resource not-eq' );
/dports/news/fidogate4/fidogate-4.4.10/contrib/fidogate-4.3a3-ai-pl9.1/fido.vsu.ru/etc/
H A Daliases.5025.1277 reb@ctrl.vsu.ru 2:5025/127.10 "Eugene Ryzhkov"
8 reb@ctrl.vsu.ru 2:5025/127.10 "Sysop"
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/white_rabbit/wr_cores_v4_2/ip_cores/general-cores/modules/wishbone/wb_lm32/src/
H A Dlm32_ram.vhd29 signal reb : std_logic; signal
55 data <= old_data when reb='0' else new_data;
62 reb <= enable_read;
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/com/jogamp/opengl/math/
H A DBinary16.java413 final long reb = (e + Binary64.BIAS); in unpackDouble() local
414 final long rer = reb << 52; in unpackDouble()
487 final int reb = (e + Binary32.BIAS); in unpackFloat() local
488 final int rer = reb << 23; in unpackFloat()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/rfnoc/fosphor/
H A Df15_histo_mem.v124 .reb(even_reb),
141 .reb(odd_reb),
161 input wire reb, port
225 ramb_rstdob[i] <= !(onehotb[i] & reb);
/dports/math/py-mpmath/mpmath-1.2.1/mpmath/
H A Dvisualization.py193 rea, reb = re
195 dre = reb - rea
199 x = pylab.linspace(rea, reb, M)
216 rea, reb, ima, imb = [float(_) for _ in [rea, reb, ima, imb]]
217 axes.imshow(w, extent=(rea, reb, ima, imb), origin='lower')
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/wal/
H A DTestWALMethods.java118 WALSplitter.RegionEntryBuffer reb = new WALSplitter.RegionEntryBuffer( in testRegionEntryBuffer() local
120 assertEquals(0, reb.heapSize()); in testRegionEntryBuffer()
122 reb.appendEntry(createTestLogEntry(1)); in testRegionEntryBuffer()
123 assertTrue(reb.heapSize() > 0); in testRegionEntryBuffer()
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcmd_open.c997 struct __rebase_struct *reb = user; in __rebase_flags() local
998 ut64 old_base = reb->old_base; in __rebase_flags()
1002 r_list_foreach (reb->old_sections, it, sec) { in __rebase_flags()
1004 r_flag_set (reb->core->flags, flag->name, flag->offset + reb->diff, flag->size); in __rebase_flags()
1012 struct __rebase_struct *reb = (void *)user; in __rebase_refs_i() local
1014 ref->addr += reb->diff; in __rebase_refs_i()
1015 ref->at += reb->diff; in __rebase_refs_i()
1016 if (reb->type) { in __rebase_refs_i()
1067 struct __rebase_struct reb = { in __rebase_everything() local
1084 reb.type = 0; in __rebase_everything()
[all …]
/dports/print/lilypond-devel/lilypond-2.23.5/Documentation/snippets/new/
H A Dnon-traditional-key-signatures.ly40 re reb \dwn reb resd
/dports/print/lilypond/lilypond-2.22.1/Documentation/snippets/new/
H A Dnon-traditional-key-signatures.ly38 re reb \dwn reb resd
/dports/print/lilypond/lilypond-2.22.1/Documentation/snippets/
H A Dnon-traditional-key-signatures.ly46 re reb \dwn reb resd
/dports/print/lilypond-devel/lilypond-2.23.5/Documentation/snippets/
H A Dnon-traditional-key-signatures.ly48 re reb \dwn reb resd
/dports/sysutils/modules/modules-4.6.0/testsuite/modulefiles.deps/
H A Drec3 prereq rea reb
H A Dref3 prereq rea reb
H A Drel3 prereq rea reb
H A Drei3 prereq rea reb
H A Dree3 prereq rea reb
H A Drek3 prereq rea reb

12345678910>>...25