Home
last modified time | relevance | path

Searched refs:Fluent (Results 1 – 25 of 648) sorted by relevance

12345678910>>...26

/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/database/Schema/Grammars/
H A DSqlServerGrammar.php5 use Illuminate\Support\Fluent; alias
336 protected function typeChar(Fluent $column)
358 protected function typeText(Fluent $column)
490 protected function typeEnum(Fluent $column)
505 protected function typeJson(Fluent $column)
527 protected function typeDate(Fluent $column)
560 protected function typeTime(Fluent $column)
610 protected function typeYear(Fluent $column)
632 protected function typeUuid(Fluent $column)
676 public function typePoint(Fluent $column)
[all …]
H A DMySqlGrammar.php6 use Illuminate\Support\Fluent; alias
430 protected function typeChar(Fluent $column)
452 protected function typeText(Fluent $column)
588 protected function typeEnum(Fluent $column)
599 protected function typeSet(Fluent $column)
610 protected function typeJson(Fluent $column)
632 protected function typeDate(Fluent $column)
667 protected function typeTime(Fluent $column)
713 protected function typeYear(Fluent $column)
735 protected function typeUuid(Fluent $column)
[all …]
H A DPostgresGrammar.php5 use Illuminate\Support\Fluent; alias
416 protected function typeChar(Fluent $column)
438 protected function typeText(Fluent $column)
561 protected function typeFloat(Fluent $column)
583 protected function typeReal(Fluent $column)
616 protected function typeEnum(Fluent $column)
631 protected function typeJson(Fluent $column)
653 protected function typeDate(Fluent $column)
686 protected function typeTime(Fluent $column)
734 protected function typeYear(Fluent $column)
[all …]
H A DSQLiteGrammar.php7 use Illuminate\Support\Fluent; alias
413 protected function typeChar(Fluent $column)
435 protected function typeText(Fluent $column)
567 protected function typeEnum(Fluent $column)
582 protected function typeJson(Fluent $column)
604 protected function typeDate(Fluent $column)
640 protected function typeTime(Fluent $column)
684 protected function typeYear(Fluent $column)
706 protected function typeUuid(Fluent $column)
750 public function typePoint(Fluent $column)
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Database/Schema/Grammars/
H A DSqlServerGrammar.php6 use Illuminate\Support\Fluent; alias
404 protected function typeChar(Fluent $column)
437 protected function typeText(Fluent $column)
569 protected function typeEnum(Fluent $column)
584 protected function typeJson(Fluent $column)
606 protected function typeDate(Fluent $column)
639 protected function typeTime(Fluent $column)
689 protected function typeYear(Fluent $column)
711 protected function typeUuid(Fluent $column)
755 public function typePoint(Fluent $column)
[all …]
H A DMySqlGrammar.php7 use Illuminate\Support\Fluent; alias
477 protected function typeChar(Fluent $column)
510 protected function typeText(Fluent $column)
646 protected function typeEnum(Fluent $column)
657 protected function typeSet(Fluent $column)
668 protected function typeJson(Fluent $column)
690 protected function typeDate(Fluent $column)
729 protected function typeTime(Fluent $column)
779 protected function typeYear(Fluent $column)
801 protected function typeUuid(Fluent $column)
[all …]
H A DSQLiteGrammar.php9 use Illuminate\Support\Fluent; alias
419 protected function typeChar(Fluent $column)
452 protected function typeText(Fluent $column)
584 protected function typeEnum(Fluent $column)
599 protected function typeJson(Fluent $column)
621 protected function typeDate(Fluent $column)
657 protected function typeTime(Fluent $column)
701 protected function typeYear(Fluent $column)
723 protected function typeUuid(Fluent $column)
767 public function typePoint(Fluent $column)
[all …]
H A DPostgresGrammar.php6 use Illuminate\Support\Fluent; alias
459 protected function typeChar(Fluent $column)
492 protected function typeText(Fluent $column)
615 protected function typeFloat(Fluent $column)
637 protected function typeReal(Fluent $column)
670 protected function typeEnum(Fluent $column)
685 protected function typeJson(Fluent $column)
707 protected function typeDate(Fluent $column)
740 protected function typeTime(Fluent $column)
788 protected function typeYear(Fluent $column)
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/debian/
H A Dchangelog3 * Fluent Bit v1.3.0
9 * Fluent Bit v1.2.0
15 * Fluent Bit v1.1.0
21 * Fluent Bit v1.0.6
27 * Fluent Bit v1.0.5
33 * Fluent Bit v1.0.4
39 * Fluent Bit v1.0.3
45 * Fluent Bit v1.0.2
51 * Fluent Bit v1.0.1
57 * Fluent Bit v1.0.0
[all …]
/dports/mail/mailhog/MailHog-1.0.0/vendor/github.com/t-k/fluent-logger-golang/fluent/
H A Dfluent.go34 type Fluent struct { struct
43 func New(config Config) (f *Fluent, err error) {
62 f = &Fluent{Config: config, reconnecting: false}
95 func (f *Fluent) Post(tag string, message interface{}) error { argument
149 func (f *Fluent) PostRawData(data []byte) { argument
171 func (f *Fluent) Close() (err error) { argument
180 func (f *Fluent) close() (err error) { argument
195 func (f *Fluent) connect() (err error) { argument
204 func (f *Fluent) reconnect() { argument
224 func (f *Fluent) flushBuffer() { argument
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/fluent/fluent-logger-golang/fluent/
H A Dfluent.go42 type Fluent struct { struct
54 func New(config Config) (f *Fluent, err error) {
80 f = &Fluent{Config: config, reconnecting: true}
83 f = &Fluent{Config: config, reconnecting: false}
171 func (f *Fluent) PostRawData(data []byte) { argument
175 func (f *Fluent) postRawData(data []byte) error { argument
214 func (f *Fluent) Close() (err error) { argument
234 func (f *Fluent) close() { argument
244 func (f *Fluent) connect() (err error) { argument
267 func (f *Fluent) reconnect() { argument
[all …]
/dports/games/pcgen/pcgen/data/35e/fantasy_flight_games/midnight_campaign/campaign_setting/
H A Dmidnight_languages.lst7 Colonial TYPE:Spoken.Midnight.Unrestricted.Fluent.Colonial PRELANG:1,Colonial (1)
10 Courtier TYPE:Spoken.Midnight.Unrestricted.Fluent.Courtier PRELANG:1,Courtier (1)
15 Erenlander TYPE:Spoken.Midnight.Unrestricted.Fluent.Erenlander PRELANG:1,Erenlander (1)
20 Danisil TYPE:Spoken.Midnight.Unrestricted.Fluent.Danisil PRELANG:1,Danisil (1)
23 Halfling.MOD TYPE:Spoken.Midnight.Unrestricted.Fluent.Halfling PRELANG:1,Halfling (1)
26 High Elven TYPE:Spoken.Midnight.Unrestricted.Fluent.HighElven PRELANG:1,High Elven (1)
31 Norther TYPE:Spoken.Midnight.Unrestricted.Fluent.Norther PRELANG:1,Norther (1)
49 Durgis TYPE:Spoken.Midnight.Unrestricted.Fluent.ClanDialect.Durgis PRELANG:1,Durgis (1)
52 Gorand TYPE:Spoken.Midnight.Unrestricted.Fluent.ClanDialect.Gorand PRELANG:1,Gorand (1)
58 Orcish TYPE:Spoken.Midnight.Unrestricted.Fluent.Orcish PRELANG:1,Orcish (1)
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/github.com/fluent/fluent-logger-golang/fluent/
H A Dfluent.go52 type Fluent struct { struct
64 func New(config Config) (f *Fluent, err error) {
93 f = &Fluent{Config: config, reconnecting: true}
96 f = &Fluent{Config: config, reconnecting: false}
185 func (f *Fluent) PostRawData(data []byte) { argument
189 func (f *Fluent) postRawData(data []byte) error { argument
231 func (f *Fluent) Close() (err error) { argument
251 func (f *Fluent) close() { argument
261 func (f *Fluent) connect() (err error) { argument
284 func (f *Fluent) reconnect() { argument
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/fluent/fluent-logger-golang/fluent/
H A Dfluent.go52 type Fluent struct { struct
64 func New(config Config) (f *Fluent, err error) {
93 f = &Fluent{Config: config, reconnecting: true}
96 f = &Fluent{Config: config, reconnecting: false}
185 func (f *Fluent) PostRawData(data []byte) { argument
189 func (f *Fluent) postRawData(data []byte) error { argument
231 func (f *Fluent) Close() (err error) { argument
251 func (f *Fluent) close() { argument
261 func (f *Fluent) connect() (err error) { argument
284 func (f *Fluent) reconnect() { argument
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/vendor/github.com/fluent/fluent-logger-golang/fluent/
H A Dfluent.go52 type Fluent struct { struct
64 func New(config Config) (f *Fluent, err error) {
93 f = &Fluent{Config: config, reconnecting: true}
96 f = &Fluent{Config: config, reconnecting: false}
185 func (f *Fluent) PostRawData(data []byte) { argument
189 func (f *Fluent) postRawData(data []byte) error { argument
231 func (f *Fluent) Close() (err error) { argument
251 func (f *Fluent) close() { argument
261 func (f *Fluent) connect() (err error) { argument
284 func (f *Fluent) reconnect() { argument
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/vendor/github.com/fluent/fluent-logger-golang/fluent/
H A Dfluent.go52 type Fluent struct { struct
64 func New(config Config) (f *Fluent, err error) {
93 f = &Fluent{Config: config, reconnecting: true}
96 f = &Fluent{Config: config, reconnecting: false}
185 func (f *Fluent) PostRawData(data []byte) { argument
189 func (f *Fluent) postRawData(data []byte) error { argument
231 func (f *Fluent) Close() (err error) { argument
251 func (f *Fluent) close() { argument
261 func (f *Fluent) connect() (err error) { argument
284 func (f *Fluent) reconnect() { argument
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/github.com/fluent/fluent-logger-golang/fluent/
H A Dfluent.go52 type Fluent struct { struct
64 func New(config Config) (f *Fluent, err error) {
93 f = &Fluent{Config: config, reconnecting: true}
96 f = &Fluent{Config: config, reconnecting: false}
185 func (f *Fluent) PostRawData(data []byte) { argument
189 func (f *Fluent) postRawData(data []byte) error { argument
231 func (f *Fluent) Close() (err error) { argument
251 func (f *Fluent) close() { argument
261 func (f *Fluent) connect() (err error) { argument
284 func (f *Fluent) reconnect() { argument
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/fluent/fluent-logger-golang/fluent/
H A Dfluent.go52 type Fluent struct { struct
64 func New(config Config) (f *Fluent, err error) {
93 f = &Fluent{Config: config, reconnecting: true}
96 f = &Fluent{Config: config, reconnecting: false}
185 func (f *Fluent) PostRawData(data []byte) { argument
189 func (f *Fluent) postRawData(data []byte) error { argument
231 func (f *Fluent) Close() (err error) { argument
251 func (f *Fluent) close() { argument
261 func (f *Fluent) connect() (err error) { argument
284 func (f *Fluent) reconnect() { argument
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/production/helm/fluent-bit/
H A DREADME.md1 # ⚠️ DEPRECATED - Fluent Bit Loki chart
41 Alternatively you can install the full [Loki stack](../loki-stack) (Loki + Fluent Bit) using:
52 By default, `rbac.create` is set to true. This enable RBAC support in Fluent Bit and must be true i…
54 The chart will take care of creating the required service accounts and roles for Fluent Bit.
70 The following tables lists the configurable parameters of the Fluent Bit chart and their default va…
72 For more details, read the [Fluent Bit documentation](../../../clients/cmd/fluent-bit/README.md)
81 | `config.port` | the Fluent Bit port to listen. (This is mainly used to serve metrics) …
85 | `config.loglevel` | the Fluent Bit log level (debug,info,warn,error). …
99 | `image.repository` | The Fluent Bit docker image repository …
100 | `image.tag` | The Fluent Bit docker image tag …
[all …]
/dports/www/firefox/firefox-99.0/intl/l10n/docs/fluent/
H A Dindex.rst2 Fluent chapter
5 `Fluent`_ is a localization system developed by Mozilla, which aims to replace
20 * `Fluent Syntax Guide <http://projectfluent.org/fluent/guide/>`_
21 * `Fluent Wiki <https://github.com/projectfluent/fluent/wiki>`_
22 * `Fluent.js Wiki <https://github.com/projectfluent/fluent.js/wiki>`_
23 * `Fluent DOM L10n Tutorial <https://projectfluent.org/dom-l10n-documentation/>`_
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/fluent/fluent-logger-golang/fluent/
H A Dfluent.go71 type Fluent struct { struct
82 func New(config Config) (f *Fluent, err error) {
118 f = &Fluent{
125 f = &Fluent{Config: config}
214 func (f *Fluent) PostRawData(msg *msgToSend) { argument
218 func (f *Fluent) postRawData(msg *msgToSend) error { argument
294 func (f *Fluent) Close() (err error) { argument
314 func (f *Fluent) close() { argument
324 func (f *Fluent) connect() (err error) { argument
337 func (f *Fluent) run() { argument
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/fluent/fluent-logger-golang/fluent/
H A Dfluent.go71 type Fluent struct { struct
82 func New(config Config) (f *Fluent, err error) {
118 f = &Fluent{
125 f = &Fluent{Config: config}
214 func (f *Fluent) PostRawData(msg *msgToSend) { argument
218 func (f *Fluent) postRawData(msg *msgToSend) error { argument
294 func (f *Fluent) Close() (err error) { argument
314 func (f *Fluent) close() { argument
324 func (f *Fluent) connect() (err error) { argument
337 func (f *Fluent) run() { argument
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/fluent/fluent-logger-golang/fluent/
H A Dfluent.go71 type Fluent struct { struct
82 func New(config Config) (f *Fluent, err error) {
118 f = &Fluent{
125 f = &Fluent{Config: config}
214 func (f *Fluent) PostRawData(msg *msgToSend) { argument
218 func (f *Fluent) postRawData(msg *msgToSend) error { argument
294 func (f *Fluent) Close() (err error) { argument
314 func (f *Fluent) close() { argument
324 func (f *Fluent) connect() (err error) { argument
337 func (f *Fluent) run() { argument
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/fluent/fluent-logger-golang/fluent/
H A Dfluent.go71 type Fluent struct { struct
82 func New(config Config) (f *Fluent, err error) {
118 f = &Fluent{
125 f = &Fluent{Config: config}
214 func (f *Fluent) PostRawData(msg *msgToSend) { argument
218 func (f *Fluent) postRawData(msg *msgToSend) error { argument
294 func (f *Fluent) Close() (err error) { argument
314 func (f *Fluent) close() { argument
324 func (f *Fluent) connect() (err error) { argument
337 func (f *Fluent) run() { argument
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/fluent/fluent-logger-golang/fluent/
H A Dfluent.go71 type Fluent struct { struct
82 func New(config Config) (f *Fluent, err error) {
118 f = &Fluent{
125 f = &Fluent{Config: config}
214 func (f *Fluent) PostRawData(msg *msgToSend) { argument
218 func (f *Fluent) postRawData(msg *msgToSend) error { argument
294 func (f *Fluent) Close() (err error) { argument
314 func (f *Fluent) close() { argument
324 func (f *Fluent) connect() (err error) { argument
337 func (f *Fluent) run() { argument
[all …]

12345678910>>...26