Home
last modified time | relevance | path

Searched refs:rawTags (Results 1 – 19 of 19) sorted by relevance

/dports/www/beehive/beehive-0.4.0/vendor/github.com/gempir/go-twitch-irc/v2/
H A Dirc.go78 func parseIRCTags(rawTags string) map[string]string {
81 rawTags = strings.TrimPrefix(rawTags, "@")
83 for _, tag := range strings.Split(rawTags, ";") {
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/wpb/string-blade-compiler/src/Compilers/
H A DBladeCompiler.php29 protected $rawTags = ['{!!', '!!}']; variable in Wpb\\String_Blade_Compiler\\Compilers\\BladeCompiler
57 $this->rawTags = [preg_quote($openTag), preg_quote($closeTag)];
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/View/Compilers/Concerns/
H A DCompilesEchos.php44 $pattern = sprintf('/(@)?%s\s*(.+?)\s*%s(\r?\n)?/s', $this->rawTags[0], $this->rawTags[1]);
/dports/www/beehive/beehive-0.4.0/vendor/github.com/fluffle/goirc/client/
H A Dline.go123 var rawTags string
126 rawTags, s = s[1:idx], s[idx+1:]
132 for _, tag := range strings.Split(rawTags, ";") {
/dports/irc/komanda-cli/komanda-cli-b5ba03b/vendor/github.com/fluffle/goirc/goirc-1.0.1/client/
H A Dline.go123 var rawTags string
126 rawTags, s = s[1:idx], s[idx+1:]
132 for _, tag := range strings.Split(rawTags, ";") {
/dports/irc/komanda-cli/komanda-cli-b5ba03b/vendor/github.com/fluffle/goirc/client/
H A Dline.go123 var rawTags string
126 rawTags, s = s[1:idx], s[idx+1:]
132 for _, tag := range strings.Split(rawTags, ";") {
/dports/games/anki/anki-2.1.16/anki/importing/
H A Dmnemo.py59 rawTags = row[2]
60 if rawTags is None:
61 rawTags = ""
63 tags = rawTags.replace(", ", "\x1f").replace(" ", "_")
/dports/mail/py-authheaders/authheaders-0.14.0/authheaders/
H A Ddmarc_lookup.py40 rawTags = [t.split('=') for t in a.split(';') if t]
41 retval = {t[0].strip(): t[1].strip() for t in rawTags}
/dports/irc/quassel/quassel-0.14-rc2/src/common/
H A Dircdecoder.cpp108 QList<QString> rawTags = rawTagStr.split(';'); in parseTags() local
109 for (const QString& rawTag : rawTags) { in parseTags()
/dports/irc/quassel-core/quassel-0.14-rc2/src/common/
H A Dircdecoder.cpp108 QList<QString> rawTags = rawTagStr.split(';'); in parseTags() local
109 for (const QString& rawTag : rawTags) { in parseTags()
/dports/audio/p5-Audio-FLAC-Header/Audio-FLAC-Header-2.4/
H A DHeader.pm469 my $rawTags = [];
491 push(@$rawTags, $tagStr);
520 $self->{'rawTags'} = $rawTags;
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/java/org/opengrok/indexer/web/
H A DSearchHelper.java428 byte[] rawTags = tagsField.binaryValue().bytes; in maybeRedirectToDefinition()
429 Definitions tags = Definitions.deserialize(rawTags); in maybeRedirectToDefinition()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/View/Compilers/
H A DBladeCompiler.php79 protected $rawTags = ['{!!', '!!}']; variable in Illuminate\\View\\Compilers\\BladeCompiler
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/common/apps/platform_apps/api/
H A Dmedia_galleries.idl127 StreamInfo[] rawTags;
/dports/irc/smartirc4net/smartirc4net-1.1/src/IrcClient/
H A DIrcClient.cs889 string rawTags = null; in MessageParser()
904 rawTags = rawline.Substring(1, spcidx - 1); in MessageParser()
908 string[] sTags = rawTags.Split(new char[] { ';' }); in MessageParser()
1019 "tags: '"+rawTags+"' " in MessageParser()
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/ifc/xml/
H A Dvabstractpattern.cpp2112 const QString rawTags = tags.join(','); in SetGroupTags() local
2113 SetAttributeOrRemoveIf(group, AttrTags, rawTags, rawTags.isEmpty()); in SetGroupTags()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/common/apps/platform_apps/api/
H A Dmedia_galleries.idl155 StreamInfo[] rawTags;
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/
H A Dmasterserver.actor.cpp676 …Standalone<VectorRef<KeyValueRef>> rawTags = wait( self->txnStateStore->readRange( serverTagKeys )… in readTransactionSystemState() local
684 for(auto& kv : rawTags) { in readTransactionSystemState()
691 for(auto& kv : rawTags) { in readTransactionSystemState()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/common/extensions/api/
H A Dfile_manager_private.idl782 StreamInfo[] rawTags;