Home
last modified time | relevance | path

Searched refs:outmess (Results 1 – 11 of 11) sorted by relevance

/dports/math/py-numpy/numpy-1.20.3/numpy/f2py/
H A Duse_rules.py24 applyrules, dictappend, gentitle, hasnote, outmess
54 outmess(
61 outmess('\t\t\tVariable "%s<=%s" is already mapped by "%s". Skipping.\n' % (
72 outmess('\t\t\tIgnoring map "%s=>%s". See above.\n' %
75 outmess(
89 outmess('\t\t\tConstructing wrapper function for variable "%s=>%s"...\n' % (
H A Dcrackfortran.py231 def outmess(line, flag=1): function
685 outmess(
913 outmess(
951 outmess(
1470 outmess(
1562 outmess(
2554 outmess(
3024 outmess(
3030 outmess(
3053 outmess(
[all …]
H A Df2py2e.py36 outmess = auxfuncs.outmess variable
244 outmess(
290 outmess('Creating build directory %s' % (buildpath))
336 outmess('Saving signatures to file "%s"\n' % (options['signsfile']))
360 outmess('Building modules...\n')
376 outmess('\tSkipping module "%s" which is used by %s.\n' % (
385 outmess(
446 outmess(
448 outmess('%s %s\n' %
642 outmess('No %s resources found in system'
[all …]
H A Drules.py76 l_and, l_not, l_or, outmess, replace, stripcomma, requiresf90wrapper
1156 outmess('\tBuilding module "%s"...\n' % (m['name']))
1258 outmess('\tWrote C/API module "%s" to file "%s"\n' % (m['name'], fn))
1266 outmess('\tReST Documentation is saved to file "%s/%smodule.rest"\n' %
1281 outmess('\tDocumentation is saved to file "%s/%smodule.tex"\n' %
1306 outmess('\tFortran 77 wrappers are saved to "%s"\n' % (wn))
1333 outmess('\tFortran 90 wrappers are saved to "%s"\n' % (wn))
1349 outmess('\t\t\tConstructing wrapper function "%s.%s"...\n' %
1352 outmess('\t\tConstructing wrapper function "%s"...\n' % (rout['name']))
1454 outmess('\t\t\t %s\n' % (ar['docshort']))
[all …]
H A Dfunc2subr.py25 issubroutine, issubroutine_wrap, outmess, show
34 outmess('var2fixfortran: No definition for argument "%s".\n' % a)
38 outmess('var2fixfortran: No typespec for argument "%s".\n' % a)
271 outmess('\t\tCreating wrapper for Fortran function "%s"("%s")...\n' % (
296 outmess('\t\tCreating wrapper for Fortran subroutine "%s"("%s")...\n' % (
H A Dcommon_rules.py20 hasbody, hascommon, hasnote, isintent_hide, outmess
75outmess('\t\tConstructing COMMON block support for "%s"...\n\t\t %s\n\t\t Hidden: %s\n' % (
78 outmess('\t\tConstructing COMMON block support for "%s"...\n\t\t %s\n' % (
H A Dcb_rules.py22 isstringfunction, issubroutine, l_and, l_not, l_or, outmess, replace,
494 outmess('\tConstructing call-back function "cb_%s_in_%s"\n' %
614 outmess('\t %s\n' % (ar['docstrshort']))
H A Dcapi_maps.py193 outmess('Reading f2cmap from {!r} ...\n'.format(f2cmap_file))
206 outmess(
209 outmess('\tMapping "%s(kind=%s)" to "%s"\n' %
214 outmess('Successfully applied user defined f2cmap changes\n')
365 outmess('getarrdims:warning: assumed shape array, using 0 instead of %r\n'
H A Df90mod_rules.py116 outmess('\t\tConstructing F90 module support for "%s"...\n' %
119 outmess('\t\t Variables: %s\n' % (' '.join(onlyvars)))
H A Dauxfuncs.py62 def outmess(t): function
346 outmess("""\
648 outmess(
/dports/databases/p5-Genezzo/Genezzo-0.72/lib/Genezzo/
H A DUtil.pm195 my $outmess = shift @_;
197 return unless (defined($outmess));
205 $outmess .= ' ';
208 $outmess .= join(' ',@_);
212 $outmess .= $_[0];
217 $outmess .= "\n" unless $outmess=~/\n$/;
220 $outmess =~ s/^/$wprefix/gm
227 $outmess =~ s/([\200-\377])/sprintf("M-%c",ord($1)&0177)/eg;
229 $outmess =~ s/([\0-\11])/sprintf("^%c",ord($1)^64)/eg;
231 $outmess =~ s/([\13-\37\177])/sprintf("^%c",ord($1)^64)/eg;
[all …]