Home
last modified time | relevance | path

Searched refs:IsConfiguration (Results 1 – 13 of 13) sorted by relevance

/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/go-enry/go-enry/v2/python/enry/
H A Ddefinitions.py28 IsConfiguration = transform_types([str], bool)(lib.IsConfiguration) variable
210 return IsConfiguration(path)
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/go-enry/go-enry/v2/shared/
H A Denry.go105 func IsConfiguration(path string) bool { func
106 return enry.IsConfiguration(path)
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-enry/go-enry/v2/
H A Dutils.go26 func IsConfiguration(path string) bool { func
H A DREADME.md75 - `IsConfiguration`
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/go-enry/go-enry/v2/
H A Dutils.go26 func IsConfiguration(path string) bool { func
H A Dutils_test.go132 is := IsConfiguration(test.path)
H A DREADME.md75 - `IsConfiguration`
/dports/www/gitea/gitea-1.16.5/modules/git/
H A Drepo_language_stats_gogit.go129 enry.IsDocumentation(f.Name) || enry.IsConfiguration(f.Name) {
H A Drepo_language_stats_nogogit.go163 enry.IsDocumentation(f.Name()) || enry.IsConfiguration(f.Name()) {
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/go-enry/go-enry/v2/java/src/main/java/tech/sourced/enry/
H A DEnry.java175 return toJavaBool(nativeLib.IsConfiguration(toGoString(path))); in isConfiguration()
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/go-enry/go-enry/v2/cmd/enry/
H A Dmain.go87 enry.IsDocumentation(relativePath) || enry.IsConfiguration(relativePath) {
/dports/math/gap/gap-4.11.0/pkg/fining/lib/
H A Dgeometry.gd308 DeclareProperty( "IsConfiguration", IsIncidenceStructure );
H A Dgeometry.gi1002 InstallMethod( IsConfiguration,