Home
last modified time | relevance | path

Searched refs:rprefix (Results 1 – 25 of 66) sorted by relevance

123

/dports/textproc/py-petl/petl-1.7.4/petl/transform/
H A Dhashjoins.py32 lprefix=lprefix, rprefix=rprefix)
49 self.rprefix = rprefix
84 if rprefix is None:
126 cache=cache, lprefix=lprefix, rprefix=rprefix)
144 self.rprefix = rprefix
181 if rprefix is None:
228 cache=cache, lprefix=lprefix, rprefix=rprefix)
246 self.rprefix = rprefix
283 if rprefix is None:
392 lprefix=lprefix, rprefix=rprefix)
[all …]
H A Djoins.py144 cache=cache, lprefix=lprefix, rprefix=rprefix)
170 self.rprefix = rprefix
176 rprefix=self.rprefix)
222 cache=cache, lprefix=lprefix, rprefix=rprefix)
272 rprefix=rprefix)
323 cache=cache, lprefix=lprefix, rprefix=rprefix)
356 if rprefix is None:
682 lprefix=lprefix, rprefix=rprefix)
705 self.rprefix = rprefix
710 rprefix=self.rprefix)
[all …]
H A Dintervals.py427 lprefix=None, rprefix=None): argument
537 lprefix=lprefix, rprefix=rprefix)
547 include_stop=False, lprefix=None, rprefix=None): argument
558 self.rprefix = rprefix
573 rprefix=self.rprefix,
580 missing=None, lprefix=None, rprefix=None): argument
635 rprefix=rprefix)
657 self.rprefix = rprefix
672 rprefix=self.rprefix,
730 rprefix=None,
[all …]
/dports/devel/p5-ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.012/lib/ExtUtils/
H A DInstallPaths.pm201 my $rprefix = shift;
206 return $rprefix;
216 my $rprefix = $self->prefix;
217 $rprefix .= '/' if $sprefix =~ m{/$};
223 return $self->_prefixify_default( $type, $rprefix );
228 return $self->_prefixify_default( $type, $rprefix );
231 $self->_log_verbose(" now $path in $rprefix\n");
237 my ($self, $rprefix, $default) = @_;
249 my $rprefix = $self->prefix;
257 $rprefix = VMS::Filespec::vmspath($rprefix) if $rprefix;
[all …]
/dports/net/quagga/quagga-1.2.4/zebra/
H A Drtadv.c144 struct rtadv_prefix *rprefix; in rtadv_send_packet() local
270 if (rprefix->AdvOnLinkFlag) in rtadv_send_packet()
585 struct rtadv_prefix *rprefix; in rtadv_prefix_lookup() local
589 return rprefix; in rtadv_prefix_lookup()
596 struct rtadv_prefix *rprefix; in rtadv_prefix_get() local
599 if (rprefix) in rtadv_prefix_get()
600 return rprefix; in rtadv_prefix_get()
606 return rprefix; in rtadv_prefix_get()
612 struct rtadv_prefix *rprefix; in rtadv_prefix_set() local
627 struct rtadv_prefix *rprefix; in rtadv_prefix_reset() local
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/zebra/
H A Drtadv.c187 struct rtadv_prefix *rprefix; in rtadv_send_packet() local
327 if (rprefix->AdvOnLinkFlag) in rtadv_send_packet()
880 struct rtadv_prefix *rprefix; in rtadv_prefix_lookup() local
885 return rprefix; in rtadv_prefix_lookup()
892 struct rtadv_prefix *rprefix; in rtadv_prefix_get() local
895 if (rprefix) in rtadv_prefix_get()
896 return rprefix; in rtadv_prefix_get()
898 rprefix = rtadv_prefix_new(); in rtadv_prefix_get()
902 return rprefix; in rtadv_prefix_get()
954 if (rprefix != NULL) { in rtadv_prefix_reset()
[all …]
/dports/net/frr7/frr-frr-7.5.1/zebra/
H A Drtadv.c187 struct rtadv_prefix *rprefix; in rtadv_send_packet() local
327 if (rprefix->AdvOnLinkFlag) in rtadv_send_packet()
880 struct rtadv_prefix *rprefix; in rtadv_prefix_lookup() local
885 return rprefix; in rtadv_prefix_lookup()
892 struct rtadv_prefix *rprefix; in rtadv_prefix_get() local
895 if (rprefix) in rtadv_prefix_get()
896 return rprefix; in rtadv_prefix_get()
898 rprefix = rtadv_prefix_new(); in rtadv_prefix_get()
902 return rprefix; in rtadv_prefix_get()
954 if (rprefix != NULL) { in rtadv_prefix_reset()
[all …]
/dports/devel/p5-Module-Build/Module-Build-0.4231/lib/Module/Build/Platform/
H A DVMS.pm81 my($self, $rprefix, $default) = @_;
83 my($rvol, $rdirs) = File::Spec->splitpath($rprefix);
98 my $rprefix = $self->prefix;
102 $self->log_verbose(" prefixify $path from $sprefix to $rprefix\n");
105 $rprefix = VMS::Filespec::vmspath($rprefix) if $rprefix;
108 $self->log_verbose(" rprefix translated to $rprefix\n".
117 elsif( $sprefix eq $rprefix ) {
127 $path = $self->_catprefix($rprefix, $path_dirs);
/dports/net-mgmt/p5-jmx4perl/jmx4perl-1.11_2/inc/Module-Build/Module/Build/Platform/
H A DVMS.pm81 my $rprefix = $self->prefix;
83 $self->log_verbose(" prefixify $path from $sprefix to $rprefix\n");
86 $rprefix = VMS::Filespec::vmspath($rprefix) if $rprefix;
89 $self->log_verbose(" rprefix translated to $rprefix\n".
98 elsif( $sprefix eq $rprefix ) {
108 $path = $self->_catprefix($rprefix, $path_dirs);
/dports/mail/spamassassin/Mail-SpamAssassin-3.4.5/
H A DMakefile.PL617 my($rprefix);
618 $rprefix = get_expanded_macro("${repository}PREFIX");
622 ($rprefix =~ m{^$}) ? '' :
623 ($rprefix =~ m{^/usr(/local)?/?$}) ? '/etc' :
624 ($rprefix =~ m{^/opt(/|$)}) ? '/etc/opt' :
659 my($rprefix);
660 $rprefix = get_expanded_macro("${repository}PREFIX");
894 my $rprefix = "${r}PREFIX";
896 if (!defined(get_macro($rprefix))) {
897 set_macro($rprefix, macro_ref('PREFIX'));
[all …]
/dports/mail/spamassassin-devel/spamassassin-1ea352210/
H A DMakefile.PL620 my($rprefix);
621 $rprefix = get_expanded_macro("${repository}PREFIX");
625 ($rprefix =~ m{^$}) ? '' :
626 ($rprefix =~ m{^/usr(/local)?/?$}) ? '/etc' :
627 ($rprefix =~ m{^/opt(/|$)}) ? '/etc/opt' :
662 my($rprefix);
663 $rprefix = get_expanded_macro("${repository}PREFIX");
897 my $rprefix = "${r}PREFIX";
899 if (!defined(get_macro($rprefix))) {
900 set_macro($rprefix, macro_ref('PREFIX'));
[all …]
/dports/lang/perl5.30/perl-5.30.3/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMM_VMS.pm1825 my($self, $var, $sprefix, $rprefix, $default) = @_;
1828 $rprefix = $self->eliminate_macros($rprefix);
1829 $rprefix = vmspath($rprefix) if $rprefix;
1842 $path = $self->_prefixify_default($rprefix, $default);
1847 elsif( $sprefix eq $rprefix ) {
1860 $path = $self->_catprefix($rprefix, $path_dirs);
1873 my($self, $rprefix, $default) = @_;
1881 if( !$rprefix ) {
1886 return $self->_catprefix($rprefix, $default);
1890 my($self, $rprefix, $default) = @_;
[all …]
/dports/lang/perl5.32/perl-5.32.1/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMM_VMS.pm1827 my($self, $var, $sprefix, $rprefix, $default) = @_;
1830 $rprefix = $self->eliminate_macros($rprefix);
1831 $rprefix = vmspath($rprefix) if $rprefix;
1844 $path = $self->_prefixify_default($rprefix, $default);
1849 elsif( $sprefix eq $rprefix ) {
1862 $path = $self->_catprefix($rprefix, $path_dirs);
1875 my($self, $rprefix, $default) = @_;
1883 if( !$rprefix ) {
1888 return $self->_catprefix($rprefix, $default);
1892 my($self, $rprefix, $default) = @_;
[all …]
/dports/lang/perl5.34/perl-5.34.0/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMM_VMS.pm1828 my($self, $var, $sprefix, $rprefix, $default) = @_;
1831 $rprefix = $self->eliminate_macros($rprefix);
1832 $rprefix = vmspath($rprefix) if $rprefix;
1845 $path = $self->_prefixify_default($rprefix, $default);
1850 elsif( $sprefix eq $rprefix ) {
1863 $path = $self->_catprefix($rprefix, $path_dirs);
1876 my($self, $rprefix, $default) = @_;
1884 if( !$rprefix ) {
1889 return $self->_catprefix($rprefix, $default);
1893 my($self, $rprefix, $default) = @_;
[all …]
/dports/devel/p5-ExtUtils-MakeMaker/ExtUtils-MakeMaker-7.62/lib/ExtUtils/
H A DMM_VMS.pm1828 my($self, $var, $sprefix, $rprefix, $default) = @_;
1831 $rprefix = $self->eliminate_macros($rprefix);
1832 $rprefix = vmspath($rprefix) if $rprefix;
1845 $path = $self->_prefixify_default($rprefix, $default);
1850 elsif( $sprefix eq $rprefix ) {
1863 $path = $self->_catprefix($rprefix, $path_dirs);
1876 my($self, $rprefix, $default) = @_;
1884 if( !$rprefix ) {
1889 return $self->_catprefix($rprefix, $default);
1893 my($self, $rprefix, $default) = @_;
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMM_VMS.pm1828 my($self, $var, $sprefix, $rprefix, $default) = @_;
1831 $rprefix = $self->eliminate_macros($rprefix);
1832 $rprefix = vmspath($rprefix) if $rprefix;
1845 $path = $self->_prefixify_default($rprefix, $default);
1850 elsif( $sprefix eq $rprefix ) {
1863 $path = $self->_catprefix($rprefix, $path_dirs);
1876 my($self, $rprefix, $default) = @_;
1884 if( !$rprefix ) {
1889 return $self->_catprefix($rprefix, $default);
1893 my($self, $rprefix, $default) = @_;
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/bgpd/rfapi/
H A Drfapi_vty.h41 extern void rfapiRprefixApplyMask(struct rfapi_ip_prefix *rprefix);
47 struct rfapi_ip_prefix *rprefix);
49 extern int rfapiRprefix2Qprefix(struct rfapi_ip_prefix *rprefix,
/dports/net/frr7/frr-frr-7.5.1/bgpd/rfapi/
H A Drfapi_vty.h41 extern void rfapiRprefixApplyMask(struct rfapi_ip_prefix *rprefix);
47 struct rfapi_ip_prefix *rprefix);
49 extern int rfapiRprefix2Qprefix(struct rfapi_ip_prefix *rprefix,
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/util/xml/
H A DRepeatingGroupMatchable.java96 String rprefix = prefixMap.getPrefix(rnamespaceUri); in putTemplate() local
98 if (rprefix.length() > 0) { in putTemplate()
99 rqName = rprefix + ":" + rqName; in putTemplate()
/dports/math/R-cran-VGAM/VGAM/R/
H A Dfamily.rcim.R27 rprefix = "Row.", argument
73 if (!is.character(rprefix))
135 paste(rprefix, as.character(min.row.val), # "2",
154 nrprefix <- as.name(rprefix)
158 assign(rprefix, factor(1:nrow(y)))
179 names(temp) <- paste(rprefix, as.character(min.row.val), sep = "")
186 Hlist[[paste(rprefix, ii, sep = "")]] <- matrix(1, LLL, 1)
187 .rcim.df[[paste(rprefix, ii, sep = "")]] <- modmat.row[, ii]
214 str1 <- paste(if (has.intercept) "~ 1 + " else "~ -1 + ", rprefix,
594 rprefix = "Row.", argument
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dzfcmap.c123 ref rprefix, rmisc, rkeys, rvalues, rfxs; in acquire_code_map() local
125 array_get(pref, i, &rprefix); in acquire_code_map()
131 if (!r_has_type(&rprefix, t_string) || in acquire_code_map()
139 rmisc.value.bytes[0] > MAX_CMAP_CODE_SIZE - r_size(&rprefix) || in acquire_code_map()
146 pclr->key_prefix_size = r_size(&rprefix); in acquire_code_map()
147 memcpy(pclr->key_prefix, rprefix.value.bytes, pclr->key_prefix_size); in acquire_code_map()
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Dzfcmap.c157 ref rprefix, rmisc, rkeys, rvalues, rfxs; in acquire_code_map() local
159 array_get(mem, &elem, j, &rprefix); in acquire_code_map()
165 if (!r_has_type(&rprefix, t_string) || in acquire_code_map()
173 rmisc.value.bytes[0] > MAX_CMAP_CODE_SIZE - r_size(&rprefix) || in acquire_code_map()
180 pclr->key_prefix_size = r_size(&rprefix); in acquire_code_map()
181 memcpy(pclr->key_prefix, rprefix.value.bytes, pclr->key_prefix_size); in acquire_code_map()
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Dzfcmap.c158 ref rprefix, rmisc, rkeys, rvalues, rfxs; in acquire_code_map() local
160 array_get(mem, &elem, j, &rprefix); in acquire_code_map()
166 if (!r_has_type(&rprefix, t_string) || in acquire_code_map()
174 rmisc.value.bytes[0] > MAX_CMAP_CODE_SIZE - r_size(&rprefix) || in acquire_code_map()
181 pclr->key_prefix_size = r_size(&rprefix); in acquire_code_map()
182 memcpy(pclr->key_prefix, rprefix.value.bytes, pclr->key_prefix_size); in acquire_code_map()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Dzfcmap.c158 ref rprefix, rmisc, rkeys, rvalues, rfxs; in acquire_code_map() local
160 array_get(mem, &elem, j, &rprefix); in acquire_code_map()
166 if (!r_has_type(&rprefix, t_string) || in acquire_code_map()
174 rmisc.value.bytes[0] > MAX_CMAP_CODE_SIZE - r_size(&rprefix) || in acquire_code_map()
181 pclr->key_prefix_size = r_size(&rprefix); in acquire_code_map()
182 memcpy(pclr->key_prefix, rprefix.value.bytes, pclr->key_prefix_size); in acquire_code_map()
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Dzfcmap.c158 ref rprefix, rmisc, rkeys, rvalues, rfxs; in acquire_code_map() local
160 array_get(mem, &elem, j, &rprefix); in acquire_code_map()
166 if (!r_has_type(&rprefix, t_string) || in acquire_code_map()
174 rmisc.value.bytes[0] > MAX_CMAP_CODE_SIZE - r_size(&rprefix) || in acquire_code_map()
181 pclr->key_prefix_size = r_size(&rprefix); in acquire_code_map()
182 memcpy(pclr->key_prefix, rprefix.value.bytes, pclr->key_prefix_size); in acquire_code_map()

123