HomeSort by relevance Sort by last modified time
    Searched defs:IsGlob (Results 1 - 3 of 3) sorted by null

  /build/blueprint/pathtools/
glob.go 321 // IsGlob returns true if the pattern contains any glob characters (*, ?, or [).
322 func IsGlob(pattern string) bool {
329 if IsGlob(s) {
  /external/ImageMagick/MagickCore/
token.c 594 % IsGlob() returns MagickTrue if the path specification contains a globbing
597 % The format of the IsGlob method is:
599 % MagickBooleanType IsGlob(const char *geometry)
606 MagickPrivate MagickBooleanType IsGlob(const char *path)
methods.h     [all...]

Completed in 168 milliseconds