Home
last modified time | relevance | path

Searched defs:glob (Results 101 – 125 of 5612) sorted by relevance

12345678910>>...225

/dports/security/vault/vault-1.8.2/vendor/code.cloudfoundry.org/gofileutils/glob/
H A Ddir.go1 package glob package
40 func (d dir) glob(pattern string) (files []string, err error) { func
/dports/audio/supercollider/SuperCollider-3.11.0-Source/editors/sc-ide/translations/
H A Dscide_zh.ts68 </message>
80 <location filename="../forms/settings_editor.ui" line="200"/>
85 <location filename="../forms/settings_editor.ui" line="207"/>
/dports/misc/vifm/vifm-0.11/src/utils/
H A Dglobs.c34 char *glob = globs_copy, *state = NULL; in globs_to_regex() local
64 glob_to_regex(const char glob[], int extended) in glob_to_regex()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bwm/video/
H A Dbwm_video_cam_istream.cxx27 bwm_video_cam_istream(const std::string& glob) in bwm_video_cam_istream()
35 open(const std::string& glob) in open()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/common/
H A DSC_Filesystem_win.cpp63 Glob* glob = new Glob; in makeGlob() local
85 void SC_Filesystem::freeGlob(Glob* glob) { in freeGlob()
90 Path SC_Filesystem::globNext(Glob* glob) { in globNext()
H A DSC_Filesystem_macos.cpp125 Glob* glob = new Glob; in makeGlob() local
138 void SC_Filesystem::freeGlob(Glob* glob) { in freeGlob()
143 Path SC_Filesystem::globNext(Glob* glob) { in globNext()
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/cloud.google.com/go/google-cloud-go-0.40.0/datastore/
H A Ddoc.go227 log.Println(entities[0])
292 type Outer struct {
373 when getting the entity's contents, after calling Load.
387 func (x *WithKeyExample) Load(ps []datastore.Property) error {
419 and Offset affect the first result, End and Limit affect the last result.
/dports/www/netsurf/netsurf-3.10/frontends/amiga/
H A Dplotters.c359 static void ami_plot_setapen(struct gui_globals *glob, struct RastPort *rp, ULONG colr) in ami_plot_setapen()
378 static void ami_plot_setopen(struct gui_globals *glob, struct RastPort *rp, ULONG colr) in ami_plot_setopen()
613 struct gui_globals *glob = (struct gui_globals *)ctx->priv; in ami_clip() local
662 struct gui_globals *glob = (struct gui_globals *)ctx->priv; in ami_arc() local
694 struct gui_globals *glob = (struct gui_globals *)ctx->priv; in ami_disc() local
729 struct gui_globals *glob = (struct gui_globals *)ctx->priv; in ami_line() local
781 struct gui_globals *glob = (struct gui_globals *)ctx->priv; in ami_rectangle() local
845 struct gui_globals *glob = (struct gui_globals *)ctx->priv; in ami_polygon() local
892 struct gui_globals *glob = (struct gui_globals *)ctx->priv; in ami_path() local
1036 struct gui_globals *glob = (struct gui_globals *)ctx->priv; in ami_bitmap_tile() local
[all …]
/dports/devel/include-what-you-use/include-what-you-use-clang_11/
H A Diwyu_port.h74 inline bool GlobMatchesPath(const char *glob, const char *path) { in GlobMatchesPath()
82 inline bool GlobMatchesPath(const char *glob, const char *path) { in GlobMatchesPath()
H A Diwyu_globals.cc379 void AddGlobToReportIWYUViolationsFor(const string& glob) { in AddGlobToReportIWYUViolationsFor()
386 for (const string& glob : GlobalFlags().check_also) in ShouldReportIWYUViolationsFor() local
392 void AddGlobToKeepIncludes(const string& glob) { in AddGlobToKeepIncludes()
401 for (const string& glob : GlobalFlags().keep) in ShouldKeepIncludeFor() local
/dports/devel/radare2/radare2-5.1.1/shlr/sdb/src/
H A Dmatch.c6 static inline int haveSuffix(const char *glob, int glob_len, const char *sfx) { in haveSuffix()
11 static inline int havePrefix(const char *glob, int glob_len, const char *pfx) { in havePrefix()
86 SDB_API bool sdb_match (const char *str, const char *glob) { in sdb_match()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/FirebaseHosting/
H A DRewrite.php22 public $glob; variable in Google_Service_FirebaseHosting_Rewrite
43 public function setGlob($glob)
/dports/mail/dovecot/dovecot-2.3.17/src/lib-imap/
H A Dtest-imap-match.c51 struct imap_match_glob *glob, *glob2; in test_imap_match() local
93 struct imap_match_glob *glob; in test_imap_match_globs_equal() local
/dports/devel/poco/poco-1.10.1-all/Foundation/src/
H A DGlob.cpp53 void Glob::glob(const std::string& pathPattern, std::set<std::string>& files, int options) in glob() function in Poco::Glob
59 void Glob::glob(const char* pathPattern, std::set<std::string>& files, int options) in glob() function in Poco::Glob
65 void Glob::glob(const Path& pathPattern, std::set<std::string>& files, int options) in glob() function in Poco::Glob
87 void Glob::glob(const Path& pathPattern, const Path& basePath, std::set<std::string>& files, int op… in glob() function in Poco::Glob
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/MissingH-1.4.3.0/src/System/Path/
H A DGlob.hs51 glob = vGlob SystemFS function
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/src/detail/
H A Dglob_match.cpp59 bool match(const char* text, const char* glob) { in match()
190 bool glob_match(const char* str, const char* glob) { in glob_match()
/dports/textproc/ugrep/ugrep-3.4.0/src/
H A Dglob.cpp93 static bool match(const char *text, const char *glob) in match()
215 bool glob_match(const char *pathname, const char *basename, const char *glob) in glob_match()
/dports/misc/vxl/vxl-3.3.2/core/vidl/
H A Dvidl_image_list_istream.cxx40 vidl_image_list_istream::vidl_image_list_istream(const std::string & glob) in vidl_image_list_istream()
64 vidl_image_list_istream::open(const std::string & glob) in open()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Dm_saves.c54 glob_t *glob; in ClearTmp() local
84 glob_t *glob; in ClearSlot() local
115 glob_t *glob; in FromCurr() local
154 glob_t *glob; in ToCurr() local
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/ttm/
H A Dttm_bo.c119 struct ttm_bo_global *glob = in ttm_bo_global_show() local
254 struct ttm_bo_global *glob = bo->glob; in ttm_bo_add_ttm() local
440 struct ttm_bo_global *glob = bo->glob; in ttm_bo_cleanup_refs_or_queue() local
511 struct ttm_bo_global *glob = bo->glob; in ttm_bo_cleanup_refs_and_unlock() local
591 struct ttm_bo_global *glob = bdev->glob; in ttm_bo_delayed_delete() local
760 struct ttm_bo_global *glob = bdev->glob; in ttm_mem_evict_first() local
1286 struct ttm_bo_global *glob = bdev->glob; in ttm_bo_force_list_clean() local
1407 struct ttm_bo_global *glob = in ttm_bo_global_kobj_release() local
1498 struct ttm_bo_global *glob = bdev->glob; in ttm_bo_device_release() local
1537 struct ttm_bo_global *glob, in ttm_bo_device_init()
[all …]
/dports/devel/libewf/libewf-20140812/ewftools/
H A Dewftools_glob.c88 ewftools_glob_t **glob, in ewftools_glob_initialize()
160 ewftools_glob_t **glob, in ewftools_glob_free()
206 ewftools_glob_t *glob, in ewftools_glob_resize()
292 ewftools_glob_t *glob, in ewftools_glob_resolve()
530 ewftools_glob_t *glob, in ewftools_glob_get_results()
/dports/devel/libsmraw/libsmraw-20210807/smrawtools/
H A Dsmrawtools_glob.c88 smrawtools_glob_t **glob, in smrawtools_glob_initialize()
160 smrawtools_glob_t **glob, in smrawtools_glob_free()
206 smrawtools_glob_t *glob, in smrawtools_glob_resize()
292 smrawtools_glob_t *glob, in smrawtools_glob_resolve()
530 smrawtools_glob_t *glob, in smrawtools_glob_get_results()
/dports/www/kf5-kjs/kjs-5.89.0/src/kjs/
H A DExecState.cpp245 GlobalExecState::GlobalExecState(Interpreter *intp, JSGlobalObject *glob): ExecState(intp, nullptr … in GlobalExecState()
253 InterpreterExecState::InterpreterExecState(Interpreter *intp, JSGlobalObject *glob, in InterpreterExecState()
266 EvalExecState::EvalExecState(Interpreter *intp, JSGlobalObject *glob, in EvalExecState()
/dports/shells/elvish/elvish-0.17.0/pkg/glob/
H A Dglob.go2 package glob package
67 func glob(segs []Segment, dir string, cb func(PathInfo) bool) bool { func
/dports/textproc/google-ctemplate/ctemplate-ctemplate-2.4/src/windows/
H A Dport.cc86 string glob(PathJoin(dirname, "*")); in CreateOrCleanTestDir() local
105 string glob(ctemplate::PathJoin(testdata_dir, in GetNamelist() local

12345678910>>...225