Home
last modified time | relevance | path

Searched refs:ignore_ext (Results 1 – 22 of 22) sorted by relevance

/dports/net/py-smart-open/smart_open-5.2.1/smart_open/
H A Dsmart_open_lib.py109 ignore_ext=False, argument
175 if compression and ignore_ext:
179 elif ignore_ext:
496 ignore_ext = ignore_extension
/dports/www/p5-Catalyst-Plugin-Static-Simple/Catalyst-Plugin-Static-Simple-0.37/lib/Catalyst/Plugin/Static/
H A DSimple.pm176 for my $ignore_ext ( @{ $config->{ignore_extensions} } ) {
177 if ( $path =~ /.*\.${ignore_ext}$/ixms ) {
178 $c->_debug_msg( "Ignoring extension `$ignore_ext`" )
/dports/graphics/gimageview/gimageview-0.2.27/src/
H A Dargparse.h53 gboolean ignore_ext; member
H A Dargparse.c102 args_val.ignore_ext = TRUE; in parse_opt()
343 args_val.ignore_ext = !conf.detect_filetype_by_ext; in args_val_init()
H A Dgimageview.c201 && (args_val.ignore_ext in get_files_from_argument()
279 if (!args_val.ignore_ext) in startup_slideshow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/logilab/logilab/common/
H A Dfileutils.py328 blacklist=BASE_BLACKLIST, ignore_ext=IGNORED_EXTENSIONS, argument
375 if any([filename.endswith(ext) for ext in ignore_ext]):
/dports/devel/py-logilab-common/logilab-common-1.8.2/logilab/common/
H A Dfileutils.py336 ignore_ext: Tuple[str, str, str, str, str, str] = IGNORED_EXTENSIONS,
384 if any([filename.endswith(ext) for ext in ignore_ext]):
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/library/
H A Dcheck_library.py94 self.ignore_ext = frozenset('.'+ e for e in extension_ignores)
184 if os.path.splitext(f)[1] not in self.ignore_ext or
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/db/
H A DdbWire.cpp1055 bool ignore_ext = false; in getSegment() local
1064 ignore_ext = true; in getSegment()
1108 ignore_ext = true; in getSegment()
1121 ignore_ext = true; in getSegment()
1140 if ((opcode & WOP_EXTENSION) && !ignore_ext) { in getSegment()
1273 bool ignore_ext = false; in getSegment() local
1282 ignore_ext = true; in getSegment()
1332 if ((opcode & WOP_EXTENSION) && !ignore_ext) { in getSegment()
/dports/shells/ksh93/ast-93u/src/cmd/pax/
H A Dpax.c157 Sfio_t* ignore_ext; member
907 sfprintf(opt.ignore_ext, "%s(%s)", sfstrtell(opt.ignore_ext) ? "|" : "", v); in setoptions()
1336 if (!sfstrtell(opt.ignore_ext)) in ignore()
1338 else if (!(ext = sfstruse(opt.ignore_ext))) in ignore()
1351 sfstrclose(opt.ignore_ext); in ignore()
1550 if (!(opt.ignore_all = sfstropen()) || !(opt.ignore_ext = sfstropen())) in main()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/pax/
H A Dpax.c157 Sfio_t* ignore_ext; member
907 sfprintf(opt.ignore_ext, "%s(%s)", sfstrtell(opt.ignore_ext) ? "|" : "", v); in setoptions()
1336 if (!sfstrtell(opt.ignore_ext)) in ignore()
1338 else if (!(ext = sfstruse(opt.ignore_ext))) in ignore()
1351 sfstrclose(opt.ignore_ext); in ignore()
1550 if (!(opt.ignore_all = sfstropen()) || !(opt.ignore_ext = sfstropen())) in main()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/pax/
H A Dpax.c158 Sfio_t* ignore_ext; member
908 sfprintf(opt.ignore_ext, "%s(%s)", sfstrtell(opt.ignore_ext) ? "|" : "", v); in setoptions()
1337 if (!sfstrtell(opt.ignore_ext)) in ignore()
1339 else if (!(ext = sfstruse(opt.ignore_ext))) in ignore()
1352 sfstrclose(opt.ignore_ext); in ignore()
1551 if (!(opt.ignore_all = sfstropen()) || !(opt.ignore_ext = sfstropen())) in main()
/dports/www/p5-Catalyst-Plugin-Static-Simple/Catalyst-Plugin-Static-Simple-0.37/
H A DMANIFEST12 t/09ignore_ext.t
/dports/emulators/mess/mame-mame0226/src/tools/imgtool/modules/
H A Dhp85_tape.cpp96 bool find_file(const char *filename , bool ignore_ext , unsigned& idx) const;
445 bool tape_image_85::find_file(const char *filename , bool ignore_ext , unsigned& idx) const in find_file() argument
456 bool has_ext = !ignore_ext && *ext != '\0'; in find_file()
H A Dhp9845_tape.cpp225 bool find_file(const char *filename , bool ignore_ext , unsigned& idx) const;
585 bool tape_image_t::find_file(const char *filename , bool ignore_ext , unsigned& idx) const in find_file() argument
592 bool has_ext = !ignore_ext && *ext != '\0'; in find_file()
/dports/emulators/mame/mame-mame0226/src/tools/imgtool/modules/
H A Dhp85_tape.cpp96 bool find_file(const char *filename , bool ignore_ext , unsigned& idx) const;
445 bool tape_image_85::find_file(const char *filename , bool ignore_ext , unsigned& idx) const in find_file() argument
456 bool has_ext = !ignore_ext && *ext != '\0'; in find_file()
H A Dhp9845_tape.cpp225 bool find_file(const char *filename , bool ignore_ext , unsigned& idx) const;
585 bool tape_image_t::find_file(const char *filename , bool ignore_ext , unsigned& idx) const in find_file() argument
592 bool has_ext = !ignore_ext && *ext != '\0'; in find_file()
/dports/news/golded+/golded-plus/golded+/goldlib/gcfg/
H A Dgs_pb200.h207 pb_bool ignore_ext; /* Ignore file extensions for dupe checking */ member
/dports/news/sabnzbdplus/SABnzbd-3.3.0/sabnzbd/
H A Dnewsunpack.py2055 ignore_ext = cfg.quick_check_ext_ignore()
2059 file_to_ignore = get_ext(file).replace(".", "") in ignore_ext
2203 ignore_ext = cfg.quick_check_ext_ignore()
2226 file_to_ignore = get_ext(file).replace(".", "") in ignore_ext
/dports/net/py-smart-open/smart_open-5.2.1/
H A DCHANGELOG.md18 It controls compression behavior and partially overlaps with the old `ignore_ext` parameter.
20 You may continue to use `ignore_ext` parameter for now, but it will be deprecated in the next major…
233 - ignore_extension → ignore_ext
H A DMIGRATING_FROM_OLDER_VERSIONS.rst162 The ``ignore_extension`` keyword parameter is now called ``ignore_ext``.
/dports/www/mybb/mybb-mybb_1829/inc/
H A Dfunctions.php8373 $ignore_ext = array("attach");
8393 if(in_array($file, $ignore) || in_array(get_extension($file), $ignore_ext))