Home
last modified time | relevance | path

Searched refs:glob_args (Results 1 – 12 of 12) sorted by relevance

/dports/lang/py-textX/textX-2.3.0/textx/scoping/
H A Dproviders.py284 self.glob_args = {}
292 if glob_args:
296 self.glob_args = glob_args
333 glob_args=self.glob_args, encoding=encoding,
420 glob_args=glob_args,
433 ImportURI.__init__(self, PlainName(), glob_args=glob_args,
455 ImportURI.__init__(self, scope_provider, glob_args=glob_args)
480 filename_pattern, model=model, glob_args=self.glob_args,
523 filename_pattern, model=None, glob_args=self.glob_args,
537 glob_args=glob_args)
[all …]
H A D__init__.py127 self, filename_pattern, model, glob_args, is_main_model=False, argument
147 filenames = glob.glob(filename_pattern, **glob_args)
H A Drrel.py555 glob_args=None, search_path=None, importAs=False, argument
558 glob_args=glob_args,
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Dfile-glob.c59 static const GimpParamDef glob_args[] = in MAIN() local
86 G_N_ELEMENTS (glob_args), in MAIN()
88 glob_args, in MAIN()
/dports/comms/zssh/zssh-1.5c/
H A Dglobbing.c14 void glob_args(ac,av) in glob_args() function
H A Dzmodem.c60 glob_args(ac, av);
H A Dfun.h24 void glob_args(int *ac, char ***av);
/dports/lang/py-textX/textX-2.3.0/tests/functional/test_scoping/
H A Dtest_import_module_search_path_issue66.py145 glob_args={}, search_path=search_path)})
/dports/lang/ruby26/ruby-2.6.9/
H A Ddir.c1928 struct glob_args { struct
1942 struct glob_args *args = (struct glob_args *)val; in glob_func_caller() argument
2523 struct glob_args *args = (struct glob_args *)a; in rb_glob_caller()
2537 struct glob_args args; in rb_glob()
2659 struct glob_args args; in push_glob()
/dports/devel/spin/Spin-version-6.5.0/Src/
H A Dpangen2.c2229 glob_args(Lextok *n) in glob_args() function
2282 case 's': return glob_args(n)!=0 || ((n->sym->xu&(XS|XX)) != XS); in has_global()
2283 case 'r': return glob_args(n)!=0 || ((n->sym->xu&(XR|XX)) != XR); in has_global()
2284 case 'R': return glob_args(n)!=0 || (((n->sym->xu)&(XR|XS|XX)) != (XR|XS)); in has_global()
/dports/lang/py-textX/textX-2.3.0/docs/
H A Dscoping.md153 passed to the `glob.glob` function (`glob_args`), e.g., to enable recursive
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.9.345283 * dir.c (struct glob_args, rb_glob_caller, rb_glob2, push_pattern),