Home
last modified time | relevance | path

Searched refs:is_filename (Results 1 – 25 of 128) sorted by relevance

123456

/dports/devel/p5-Scalar-Does/Scalar-Does-0.203/t/
H A Diod-03filenames.t24 use IO::Detect qw( is_filename FileName );
43 ok !is_filename([]), 'is_filename ARRAY';
44 ok !is_filename(undef), 'is_filename undef';
45 ok !is_filename(''), 'is_filename empty string';
46 ok !is_filename(<<'FILENAME'), 'is_filename multiline';
57 ok(is_filename, "is_filename $_") for @filenames;
H A Diod-12pathclass.t33 ok is_filename, "is_filename";
H A Diod-13pathtiny.t33 ok is_filename, "is_filename";
H A Diod-11ioall.t33 ok is_filename, "is_filename";
/dports/science/afni/afni-AFNI_21.3.16/src/pkundu/meica.libs/nibabel/
H A Dfuncs.py110 is_filename = False
113 is_filename = True
120 if is_filename:
/dports/x11-wm/mutter/mutter-41.1/clutter/clutter/
H A Dclutter-script.c173 guint is_filename : 1; member
310 g_value_set_boolean (value, script->priv->is_filename); in clutter_script_get_property()
402 priv->is_filename = FALSE; in clutter_script_init()
459 priv->is_filename = TRUE; in clutter_script_load_from_file()
512 priv->is_filename = FALSE; in clutter_script_load_from_data()
1133 if (priv->is_filename) in clutter_script_lookup_filename()
1281 priv->is_filename ? priv->filename : "<input>", in _clutter_script_warn_missing_attribute()
1289 priv->is_filename ? priv->filename : "<input>", in _clutter_script_warn_missing_attribute()
1320 priv->is_filename ? priv->filename : "<input>", in _clutter_script_warn_invalid_value()
1330 priv->is_filename ? priv->filename : "<input>", in _clutter_script_warn_invalid_value()
/dports/audio/festival/speech_tools/testsuite/
H A Dpathname_regression.cc65 else if ( f.is_filename()) in main()
73 else if ( g.is_filename()) in main()
H A Dpathname_example.cc95 if (EST_Pathname(contents(item)).is_filename()) in main()
/dports/devel/tex-kpathsea/texlive-20150521-source/texk/kpathsea/
H A Dkpsewhich.c153 try_suffix (boolean is_filename, string name, unsigned name_len, in try_suffix() argument
167 if (!is_filename && try_len < name_len) { in try_suffix()
193 find_format (kpathsea kpse, string name, boolean is_filename) in find_format() argument
197 if (is_filename && user_format != kpse_last_format) { in find_format()
221 if (!is_filename) { in find_format()
239 #define TRY_SUFFIX(ftry) try_suffix (is_filename, name, name_len, (ftry)) in find_format()
241 if (!is_filename) { in find_format()
/dports/print/tex-xdvik/xdvik-22.87/texk/kpathsea/
H A Dkpsewhich.c153 try_suffix (boolean is_filename, string name, unsigned name_len, in try_suffix() argument
167 if (!is_filename && try_len < name_len) { in try_suffix()
193 find_format (kpathsea kpse, string name, boolean is_filename) in find_format() argument
197 if (is_filename && user_format != kpse_last_format) { in find_format()
221 if (!is_filename) { in find_format()
239 #define TRY_SUFFIX(ftry) try_suffix (is_filename, name, name_len, (ftry)) in find_format()
241 if (!is_filename) { in find_format()
/dports/graphics/clutter/clutter-1.26.4/clutter/
H A Dclutter-script.c332 guint is_filename : 1; member
474 g_value_set_boolean (value, script->priv->is_filename); in clutter_script_get_property()
566 priv->is_filename = FALSE; in clutter_script_init()
627 priv->is_filename = TRUE; in clutter_script_load_from_file()
680 priv->is_filename = FALSE; in clutter_script_load_from_data()
1414 if (priv->is_filename) in clutter_script_lookup_filename()
1628 priv->is_filename ? priv->filename : "<input>", in _clutter_script_warn_missing_attribute()
1636 priv->is_filename ? priv->filename : "<input>", in _clutter_script_warn_missing_attribute()
1667 priv->is_filename ? priv->filename : "<input>", in _clutter_script_warn_invalid_value()
1677 priv->is_filename ? priv->filename : "<input>", in _clutter_script_warn_invalid_value()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/
H A Dclutter-script.c286 guint is_filename : 1; member
428 g_value_set_boolean (value, script->priv->is_filename); in clutter_script_get_property()
520 priv->is_filename = FALSE; in clutter_script_init()
581 priv->is_filename = TRUE; in clutter_script_load_from_file()
634 priv->is_filename = FALSE; in clutter_script_load_from_data()
1368 if (priv->is_filename) in clutter_script_lookup_filename()
1582 priv->is_filename ? priv->filename : "<input>", in _clutter_script_warn_missing_attribute()
1590 priv->is_filename ? priv->filename : "<input>", in _clutter_script_warn_missing_attribute()
1621 priv->is_filename ? priv->filename : "<input>", in _clutter_script_warn_invalid_value()
1631 priv->is_filename ? priv->filename : "<input>", in _clutter_script_warn_invalid_value()
/dports/biology/py-biopython/biopython-1.79/Bio/Application/
H A D__init__.py639 self.is_filename = filename
659 if self.is_filename:
735 self.is_filename = filename
745 elif self.is_filename:
765 if self.is_filename:
/dports/devel/jclassinfo/jclassinfo-0.19.1/jclass/
H A Dclass.c72 int is_filename; in jclass_class_new() local
77 is_filename = (strlen(filename) > 6) && !strcmp(".class", &filename[strlen(filename) - 6]); in jclass_class_new()
79 if(!is_filename) in jclass_class_new()
H A Dconstant_pool.c48 int is_filename; in jclass_cp_new() local
53 is_filename = (strlen(filename) > 6) && !strcmp(".class", &filename[strlen(filename) - 6]); in jclass_cp_new()
55 if(!is_filename) in jclass_cp_new()
/dports/devel/py-ipyparallel/ipyparallel-6.3.0/examples/daVinci Word Count/
H A Dwordfreq.py9 def wordfreq(text, is_filename=False): argument
11 if is_filename:
/dports/deskutils/zim/zim-0.74.3/zim/plugins/attachmentbrowser/
H A Dfilerenamedialog.py53 def is_filename(filename): function
74 if not is_filename(widget.get_text()):
/dports/devel/py-joblib/joblib-1.1.0/joblib/
H A Dnumpy_pickle.py404 is_filename = isinstance(filename, str)
444 if not is_filename and not is_fileobj:
453 if is_filename and not isinstance(compress, tuple):
480 elif is_filename:
/dports/devel/p5-Scalar-Does/Scalar-Does-0.203/lib/IO/
H A DDetect.pm125 sub is_filename (;$) subroutine
203 use constant FileName => IO::Detect::SmartMatcher::->new(FileName => \&is_filename);
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/cherrypy/
H A D_cpconfig.py128 is_filename = isinstance(ob, text_or_bytes)
129 is_filename and cherrypy.engine.autoreload.files.add(ob)
/dports/www/py-cherrypy/CherryPy-17.4.2/cherrypy/
H A D_cpconfig.py128 is_filename = isinstance(ob, text_or_bytes)
129 is_filename and cherrypy.engine.autoreload.files.add(ob)
/dports/science/py-obspy/obspy-1.2.2/obspy/io/sac/
H A Dsacpz.py183 is_filename = True
185 is_filename = False
230 if is_filename:
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Derl_anno.erl150 is_filename(Filename);
158 is_filename(T) -> function
393 is_filename(File);
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Derl_anno.erl150 is_filename(Filename);
158 is_filename(T) -> function
393 is_filename(File);
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/
H A Derl_anno.erl150 is_filename(Filename);
158 is_filename(T) -> function
393 is_filename(File);

123456