Home
last modified time | relevance | path

Searched refs:tagPrefix (Results 26 – 50 of 152) sorted by relevance

1234567

/dports/security/keybase/client-v5.7.1/shared/ios/Keybase/
H A DNativeLogger.m26 tagPrefix:(NSString*)tagPrefix
40 … NSRange range = [line rangeOfString:[NSString stringWithFormat:@"%@%@: ", tagPrefix, tagName]];
/dports/security/keybase/client-v5.7.1/shared/native/
H A Dlogger.d.ts1 export type NativeLog = (tagPrefix: string, toLog: string) => void
2 export type NativeLogDump = (tagPrefix: string) => Promise<Array<string>>
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmdata/libsrc/
H A Dmkdeftag.cc68 const char* tagPrefix; in printDefined() local
77 tagPrefix = "#define DCM_"; in printDefined()
78 fputs(tagPrefix, fout); /* write out prefix */ in printDefined()
81 const OFintptr_t n = 48 - (strlen(tagPrefix) + strlen(buf)); in printDefined()
/dports/www/py-graphite-web/graphite-web-1.1.8/webapp/graphite/tags/
H A Dhttp.py115 def auto_complete_tags(self, exprs, tagPrefix=None, limit=None, requestContext=None): argument
122 exprs, tagPrefix=tagPrefix, limit=limit, requestContext=requestContext
129 'tagPrefix': tagPrefix or '',
/dports/lang/gcc10/gcc-10.3.0/libgo/go/cmd/go/internal/modfetch/
H A Dcoderepo.go417 tagPrefix := ""
419 tagPrefix = r.codeDir + "/"
426 if !strings.HasPrefix(tag, tagPrefix) {
429 trimmed := tag[len(tagPrefix):]
509 tag, _ = r.code.RecentTag(info.Name, tagPrefix, "v1")
511 tag, _ = r.code.RecentTag(info.Name, tagPrefix, "v0")
569 tagPrefix := ""
571 tagPrefix = r.codeDir + "/"
601 versionOnly := strings.TrimPrefix(tag, tagPrefix)
621 tags, err := r.code.Tags(tagPrefix + base)
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/go/internal/modfetch/
H A Dcoderepo.go417 tagPrefix := ""
419 tagPrefix = r.codeDir + "/"
431 if !strings.HasPrefix(tag, tagPrefix) {
434 trimmed := tag[len(tagPrefix):]
526 tag, _ = r.code.RecentTag(info.Name, tagPrefix, allowedMajor("v1"))
528 tag, _ = r.code.RecentTag(info.Name, tagPrefix, allowedMajor("v0"))
586 tagPrefix := ""
588 tagPrefix = r.codeDir + "/"
618 versionOnly := strings.TrimPrefix(tag, tagPrefix)
638 tags, err := r.code.Tags(tagPrefix + base)
[all …]
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/go/internal/modfetch/
H A Dcoderepo.go417 tagPrefix := ""
419 tagPrefix = r.codeDir + "/"
426 if !strings.HasPrefix(tag, tagPrefix) {
429 trimmed := tag[len(tagPrefix):]
509 tag, _ = r.code.RecentTag(info.Name, tagPrefix, "v1")
511 tag, _ = r.code.RecentTag(info.Name, tagPrefix, "v0")
569 tagPrefix := ""
571 tagPrefix = r.codeDir + "/"
601 versionOnly := strings.TrimPrefix(tag, tagPrefix)
621 tags, err := r.code.Tags(tagPrefix + base)
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/cmd/go/internal/modfetch/
H A Dcoderepo.go417 tagPrefix := ""
419 tagPrefix = r.codeDir + "/"
431 if !strings.HasPrefix(tag, tagPrefix) {
434 trimmed := tag[len(tagPrefix):]
526 tag, _ = r.code.RecentTag(info.Name, tagPrefix, allowedMajor("v1"))
528 tag, _ = r.code.RecentTag(info.Name, tagPrefix, allowedMajor("v0"))
586 tagPrefix := ""
588 tagPrefix = r.codeDir + "/"
618 versionOnly := strings.TrimPrefix(tag, tagPrefix)
638 tags, err := r.code.Tags(tagPrefix + base)
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/cmd/go/internal/modfetch/
H A Dcoderepo.go417 tagPrefix := ""
419 tagPrefix = r.codeDir + "/"
431 if !strings.HasPrefix(tag, tagPrefix) {
434 trimmed := tag[len(tagPrefix):]
526 tag, _ = r.code.RecentTag(info.Name, tagPrefix, allowedMajor("v1"))
528 tag, _ = r.code.RecentTag(info.Name, tagPrefix, allowedMajor("v0"))
586 tagPrefix := ""
588 tagPrefix = r.codeDir + "/"
618 versionOnly := strings.TrimPrefix(tag, tagPrefix)
638 tags, err := r.code.Tags(tagPrefix + base)
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/cmd/go/internal/modfetch/
H A Dcoderepo.go417 tagPrefix := ""
419 tagPrefix = r.codeDir + "/"
426 if !strings.HasPrefix(tag, tagPrefix) {
429 trimmed := tag[len(tagPrefix):]
509 tag, _ = r.code.RecentTag(info.Name, tagPrefix, "v1")
511 tag, _ = r.code.RecentTag(info.Name, tagPrefix, "v0")
569 tagPrefix := ""
571 tagPrefix = r.codeDir + "/"
601 versionOnly := strings.TrimPrefix(tag, tagPrefix)
621 tags, err := r.code.Tags(tagPrefix + base)
[all …]
/dports/lang/gcc11/gcc-11.2.0/libgo/go/cmd/go/internal/modfetch/
H A Dcoderepo.go417 tagPrefix := ""
419 tagPrefix = r.codeDir + "/"
431 if !strings.HasPrefix(tag, tagPrefix) {
434 trimmed := tag[len(tagPrefix):]
526 tag, _ = r.code.RecentTag(info.Name, tagPrefix, allowedMajor("v1"))
528 tag, _ = r.code.RecentTag(info.Name, tagPrefix, allowedMajor("v0"))
586 tagPrefix := ""
588 tagPrefix = r.codeDir + "/"
618 versionOnly := strings.TrimPrefix(tag, tagPrefix)
638 tags, err := r.code.Tags(tagPrefix + base)
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/cmd/go/internal/modfetch/
H A Dcoderepo.go417 tagPrefix := ""
419 tagPrefix = r.codeDir + "/"
426 if !strings.HasPrefix(tag, tagPrefix) {
429 trimmed := tag[len(tagPrefix):]
509 tag, _ = r.code.RecentTag(info.Name, tagPrefix, "v1")
511 tag, _ = r.code.RecentTag(info.Name, tagPrefix, "v0")
569 tagPrefix := ""
571 tagPrefix = r.codeDir + "/"
601 versionOnly := strings.TrimPrefix(tag, tagPrefix)
621 tags, err := r.code.Tags(tagPrefix + base)
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/cmd/go/internal/modfetch/
H A Dcoderepo.go417 tagPrefix := ""
419 tagPrefix = r.codeDir + "/"
431 if !strings.HasPrefix(tag, tagPrefix) {
434 trimmed := tag[len(tagPrefix):]
526 tag, _ = r.code.RecentTag(info.Name, tagPrefix, allowedMajor("v1"))
528 tag, _ = r.code.RecentTag(info.Name, tagPrefix, allowedMajor("v0"))
586 tagPrefix := ""
588 tagPrefix = r.codeDir + "/"
618 versionOnly := strings.TrimPrefix(tag, tagPrefix)
638 tags, err := r.code.Tags(tagPrefix + base)
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.Web.UI.Design/
H A DWebFormsReferenceManager.cs51 public abstract Type GetType (string tagPrefix, string tagName); in GetType() argument
53 public abstract string GetUserControlPath (string tagPrefix, string tagName); in GetUserControlPath() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Compilation/
H A DAspComponentFoundry.cs442 string tagPrefix; field in System.Web.Compilation.AspComponentFoundry.CompoundFoundry
444 public CompoundFoundry (string tagPrefix) in CompoundFoundry() argument
446 this.tagPrefix = tagPrefix; in CompoundFoundry()
463 string msg = String.Format ("{0}:{1} already registered.", tagPrefix, tagName); in Add()
485 string msg = String.Format ("Type {0} not registered for prefix {1}", componentName, tagPrefix); in GetType()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/
H A DTagNameToTypeMapper.cs160 internal TagPrefixTagNameToTypeMapper(string tagPrefix) { in TagPrefixTagNameToTypeMapper() argument
161 _tagPrefix = tagPrefix; in TagPrefixTagNameToTypeMapper()
295 string tagPrefix = nsRegisterEntry.TagPrefix; in ProcessTagNamespaceRegistration()
300 registerEntries = (ArrayList)_tagNamespaceRegisterEntries[tagPrefix]; in ProcessTagNamespaceRegistration()
308 ((_prefixedMappers == null) || (_prefixedMappers[tagPrefix] == null))) { in ProcessTagNamespaceRegistration()
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/tools/
H A DsetupHelpers.py359 def getGitVersion(tagPrefix): argument
376 ["git", "describe", "--tags", "--dirty", '--match="%s*"' % tagPrefix],
385 assert v.startswith(tagPrefix)
386 v = v[len(tagPrefix):]
442 gitVersion = getGitVersion(tagPrefix=pkg+'-')
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/symfony/cache/Adapter/
H A DAbstractTagAwareAdapter.php72 $tagPrefix = self::TAGS_PREFIX;
74 static function ($deferred, &$expiredIds) use ($getId, $tagPrefix, $defaultLifetime) {
106 $value['tag-operations']['add'][] = $getId($tagPrefix.$addedTag);
109 $value['tag-operations']['remove'][] = $getId($tagPrefix.$removedTag);
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/symfony/cache/Adapter/
H A DAbstractTagAwareAdapter.php72 $tagPrefix = self::TAGS_PREFIX;
74 static function ($deferred, &$expiredIds) use ($getId, $tagPrefix, $defaultLifetime) {
106 $value['tag-operations']['add'][] = $getId($tagPrefix.$addedTag);
109 $value['tag-operations']['remove'][] = $getId($tagPrefix.$removedTag);
/dports/www/typo3-9/typo3_src-9.5.31/vendor/symfony/cache/Adapter/
H A DAbstractTagAwareAdapter.php73 $tagPrefix = self::TAGS_PREFIX;
75 static function ($deferred, &$expiredIds) use ($getId, $tagPrefix) {
105 $value['tag-operations']['add'][] = $getId($tagPrefix.$addedTag);
108 $value['tag-operations']['remove'][] = $getId($tagPrefix.$removedTag);
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/cache/Adapter/
H A DAbstractTagAwareAdapter.php73 $tagPrefix = self::TAGS_PREFIX;
75 static function ($deferred, &$expiredIds) use ($getId, $tagPrefix) {
105 $value['tag-operations']['add'][] = $getId($tagPrefix.$addedTag);
108 $value['tag-operations']['remove'][] = $getId($tagPrefix.$removedTag);
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Configuration_2.0/
H A DTagPrefixInfo.cs76 …public TagPrefixInfo (string tagPrefix, string nameSpace, string assembly, string tagName, string … in TagPrefixInfo() argument
78 this.TagPrefix = tagPrefix; in TagPrefixInfo()
/dports/security/keybase/client-v5.7.1/shared/logger/
H A Dnative-logger.tsx32 constructor(tagPrefix: string) {
33 this._tagPrefix = tagPrefix
/dports/www/py-graphite-web/graphite-web-1.1.8/webapp/graphite/
H A Dstorage.py418 def tagdb_auto_complete_tags(self, exprs, tagPrefix=None, limit=None, requestContext=None): argument
425 context = 'tags for %s %s' % (str(exprs), tagPrefix or '')
432 exprs, tagPrefix=tagPrefix,
445 exprs, tagPrefix=tagPrefix,
/dports/www/grafana8/xorm/
H A Dtag.go269 var tagPrefix = ctx.col.FieldName
272 tagPrefix = ctx.params[0]
277 col.Name = fmt.Sprintf("%v%v", tagPrefix, col.Name)

1234567