Searched refs:glob (Results 1 - 25 of 129) sorted by relevance

123456

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A Dsetup.py10 import glob
11 images = glob.glob('Images/*.tiff')
12 icons = glob.glob('Icons/*.icns')
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A Dsetup.py10 import glob
11 images = glob.glob('Images/*.tiff')
12 icons = glob.glob('Icons/*.icns')
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/Todo/
H A Dsetup.py10 import glob
11 images = glob.glob('Images/*.tiff')
12 icons = glob.glob('Icons/*.icns')
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dexpand.cpp45 glob_to_regex(const std::string& glob) argument
48 regex.reserve(glob.length() * 2);
51 for (std::string::const_iterator iter = glob.begin(); iter != glob.end();
71 impl::is_glob(const std::string& glob) argument
74 return glob.find_first_of("*?") != std::string::npos;
78 impl::matches_glob(const std::string& glob, const std::string& candidate) argument
80 return atf::text::match(candidate, glob_to_regex(glob));
H A Dexpand.hpp44 //! \brief Checks if the given string is a glob pattern.
46 //! Returns true if the given string is a glob pattern; i.e. if it contains
52 //! \brief Checks if a given string matches a glob pattern.
54 //! Given a glob pattern and a string, checks whether the former matches
60 //! \brief Expands a glob pattern among multiple candidates.
62 //! Given a glob pattern and a set of candidate strings, checks which of
63 //! those strings match the glob pattern and returns them.
66 std::vector< std::string > expand_glob(const std::string& glob, argument
73 if (matches_glob(glob, *iter))
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PackageManager/
H A Dsetup.py14 import glob
47 data_files=glob.glob("Resources/*"),
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PackageManager/
H A Dsetup.py14 import glob
47 data_files=glob.glob("Resources/*"),
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/PackageManager/
H A Dsetup.py14 import glob
47 data_files=glob.glob("Resources/*"),
/macosx-10.10.1/dtrace-147/libdwarf/
H A Ddwarf_stubs.c46 Dwarf_Global glob,
45 dwarf_nextglob(Dwarf_Debug dbg, Dwarf_Global glob, Dwarf_Global * returned_nextglob, Dwarf_Error * error) argument
/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_urlglob.c39 glob->error = string, glob->pos = column, code
41 void glob_cleanup(URLGlob* glob);
43 static GlobCode glob_fixed(URLGlob *glob, char *fixed, size_t len) argument
45 URLPattern *pat = &glob->pattern[glob->size];
79 static GlobCode glob_set(URLGlob *glob, char **patternp, argument
88 char *buf = glob->glob_buffer;
93 pat = &glob->pattern[glob
172 glob_range(URLGlob *glob, char **patternp, size_t *posp, unsigned long *amount, int globindex) argument
335 glob_parse(URLGlob *glob, char *pattern, size_t pos, unsigned long *amount) argument
410 glob_url(URLGlob** glob, char* url, unsigned long *urlnum, FILE *error) argument
463 glob_cleanup(URLGlob* glob) argument
484 glob_next_url(char **globbed, URLGlob *glob) argument
576 glob_match_url(char **result, char *filename, URLGlob *glob) argument
[all...]
H A Dtool_urlglob.h34 int globindex; /* the number of this particular glob or -1 if not used
74 void glob_cleanup(URLGlob* glob);
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/scripts/
H A Dgenerate-combined-inspector-json.py26 import glob
40 files.extend(glob.glob(os.path.join(arg, "*.json")))
/macosx-10.10.1/python-89/fix/
H A Ddummy.py4 import glob, re
23 g = glob.glob(os.path.join(dir, pat))
/macosx-10.10.1/sudo-73/src/emul/
H A Dglob.h1 /* $OpenBSD: glob.h,v 1.8 2003/06/02 19:34:12 millert Exp $ */
34 * @(#)glob.h 8.1 (Berkeley) 6/2/93
45 int gl_flags; /* Copy of flags parameter to glob. */
47 /* Copy of errfunc parameter to glob. */
69 /* Error values returned by glob(3) */
77 int glob(const char *, int, int (*)(const char *, int), glob_t *);
80 int glob();
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dglob.h36 * @(#)glob.h 8.1 (Berkeley) 6/2/93
37 * $FreeBSD: /repoman/r/ncvs/src/include/glob.h,v 1.7 2002/07/17 04:58:09 mikeh Exp $
56 int gl_flags; /* Copy of flags parameter to glob. */
58 /* Copy of errfunc parameter to glob. */
69 * Alternate filesystem access methods for glob; replacement
98 /* Error values returned by glob(3) */
123 int glob(const char * __restrict, int, int (*)(const char *, int),
124 glob_t * __restrict) __DARWIN_INODE64(glob); variable
127 int glob(const char * __restrict, int, int (*)(const char *, int),
128 glob_t * __restrict) LIBC_INODE64(glob);
[all...]
/macosx-10.10.1/WTF-7600.1.24/WTF.vcxproj/
H A Dwork-around-vs-dependency-tracking-bugs.py3 import glob
29 for filepath in glob.iglob(os.path.join(obj_directory, '*', '*.%s' % extension)):
48 files = glob.glob(glob_pattern)
49 assert len(files), "Couldn't find any files matching glob %s" % glob_pattern
/macosx-10.10.1/file_cmds-242/mtree/
H A Dexcludes.c53 const char *glob; member in struct:exclude
86 e->glob = str;
107 if ((e->pathname && MATCH(e->glob, path))
108 || MATCH(e->glob, fname))
/macosx-10.10.1/libffi-18.1/tests/
H A Drun-tests.py5 import sys, os, string, glob
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/tests/
H A Drun-tests.py5 import sys, os, string, glob
/macosx-10.10.1/emacs-93/emacs/lisp/eshell/
H A Dem-glob.el1 ;;; em-glob.el --- extended file name globbing
27 (provide 'em-glob)
32 (defgroup eshell-glob nil
62 ;; The glob above matches all of the files beneath '/tmp' that are
68 (defcustom eshell-glob-load-hook '(eshell-glob-initialize)
69 "*A list of functions to run when `eshell-glob' is loaded."
71 :group 'eshell-glob)
73 (defcustom eshell-glob-include-dot-files nil
74 "*If non-nil, glob pattern
[all...]
/macosx-10.10.1/zsh-61/zsh/Misc/
H A Dlete2ctl116 local($qual,$c,$glob,$ret,$b,$m,$e,@m);
118 ($c =~ /\w/) && (substr($_,1,1) eq ':') && ($glob = substr($_,2));
123 if (defined($glob)) {
124 $ret = "-W $glob -/g '*(.*)'";
125 undef($glob);
132 if (defined($glob)) {
138 if (defined($glob)) {
139 $ret = "-W $glob -/";
140 undef($glob);
146 } elsif ($c eq 'f' && !$glob) {
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dglob.hin32 * @(#)glob.h 8.1 (Berkeley) 6/2/93
53 #define glob rk_glob
61 int gl_flags; /* Copy of flags parameter to glob. */
63 /* Copy of errfunc parameter to glob. */
67 * Alternate filesystem access methods for glob; replacement
97 glob (const char *, int, int (*)(const char *, int), glob_t *);
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/
H A Dsetup.py134 import glob
373 list(glob.glob(os.path.join('Modules', 'objc', '*.m'))),
376 depends=list(glob.glob(os.path.join('Modules', 'objc', '*.h'))),
383 FFI_SOURCE + list(glob.glob(os.path.join('Modules', 'objc', '*.m'))),
386 depends=list(glob.glob(os.path.join('Modules', 'objc', '*.h'))),
390 for test_source in glob
[all...]
/macosx-10.10.1/tcsh-65/tcsh/config/
H A Dvms96 #define glob vms_glob
/macosx-10.10.1/libxml2-26/libxml2/doc/examples/
H A Dindex.py6 import glob
219 for file in glob.glob('*.xml'):
221 for file in glob.glob('*.res'):
305 for file in glob.glob('*.c'):

Completed in 331 milliseconds

123456