Home
last modified time | relevance | path

Searched refs:NewLiteral (Results 1 – 25 of 46) sorted by relevance

12

/dports/sysutils/nomad/nomad-1.1.0/drivers/docker/
H A Dconfig.go140 hclspec.NewLiteral(`true`),
144 hclspec.NewLiteral(`"5m"`),
148 hclspec.NewLiteral(`"5m"`),
152 hclspec.NewLiteral(`false`),
208 })), hclspec.NewLiteral(`{
222 hclspec.NewLiteral("true"),
230 hclspec.NewLiteral("true"),
234 hclspec.NewLiteral(`{
240 })), hclspec.NewLiteral(`{
283 hclspec.NewLiteral(`"5m"`),
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/drivers/docker/
H A Dconfig.go140 hclspec.NewLiteral(`true`),
144 hclspec.NewLiteral(`"5m"`),
148 hclspec.NewLiteral(`"5m"`),
152 hclspec.NewLiteral(`false`),
207 hclspec.NewLiteral("true"),
215 hclspec.NewLiteral("true"),
219 hclspec.NewLiteral(`{
225 })), hclspec.NewLiteral(`{
241 hclspec.NewLiteral("true"),
265 hclspec.NewLiteral(`"2m"`),
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ir/
H A Dconst.go17 return NewLiteral(constant.MakeBool(b))
21 return NewLiteral(constant.MakeInt64(v))
25 return NewLiteral(constant.MakeString(s))
H A Dval.go94 func NewLiteral(v constant.Value) Node { func
/dports/japanese/uim-mozc/macuim-0.6.16.2.1/Anthy/AnthyDict/English.lproj/
H A DLocalizable.strings11 "NewLiteral" = "NewLiteral";
/dports/sysutils/nomad/nomad-1.1.0/devices/gpu/nvidia/
H A Ddevice.go62 hclspec.NewLiteral("true"),
66 hclspec.NewLiteral("[]"),
70 hclspec.NewLiteral("\"1m\""),
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/devices/gpu/nvidia/
H A Ddevice.go64 hclspec.NewLiteral("[]"),
68 hclspec.NewLiteral("\"1m\""),
/dports/japanese/uim-mozc/macuim-0.6.16.2.1/Anthy/AnthyDict/Japanese.lproj/
H A DLocalizable.strings11 "NewLiteral" = "新規書き";
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/plugins/device/cmd/example/
H A Ddevice.go50 hclspec.NewLiteral("\".\""),
54 hclspec.NewLiteral("\"5s\""),
58 hclspec.NewLiteral("\"-rwxrwxrwx\""),
/dports/sysutils/nomad/nomad-1.1.0/plugins/device/cmd/example/
H A Ddevice.go50 hclspec.NewLiteral("\".\""),
54 hclspec.NewLiteral("\"5s\""),
58 hclspec.NewLiteral("\"-rwxrwxrwx\""),
/dports/devel/cc65/cc65-2.19/src/cc65/
H A Dlitpool.c95 static Literal* NewLiteral (const void* Buf, unsigned Len) in NewLiteral() function
481 Literal* L = NewLiteral (Buf, Len); in AddLiteralBuf()
/dports/sysutils/nomad/nomad-1.1.0/drivers/exec/
H A Ddriver.go68 hclspec.NewLiteral("false"),
72 hclspec.NewLiteral(`"private"`),
76 hclspec.NewLiteral(`"private"`),
80 hclspec.NewLiteral(capabilities.HCLSpecLiteral),
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/plugins/shared/hclspec/
H A Dspec.go169 func NewLiteral(value string) *Spec { func
/dports/sysutils/nomad/nomad-1.1.0/plugins/shared/hclspec/
H A Dspec.go169 func NewLiteral(value string) *Spec { func
/dports/sysutils/nomad/nomad-1.1.0/drivers/java/
H A Ddriver.go71 hclspec.NewLiteral(`"private"`),
75 hclspec.NewLiteral(`"private"`),
79 hclspec.NewLiteral(capabilities.HCLSpecLiteral),
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/linkeddata/gojsonld/
H A Dterm.go75 func NewLiteral(value string) (term Term) { func
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/drivers/rawexec/
H A Ddriver.go79 hclspec.NewLiteral("false"),
83 hclspec.NewLiteral("false"),
/dports/sysutils/nomad/nomad-1.1.0/drivers/rawexec/
H A Ddriver.go79 hclspec.NewLiteral("false"),
83 hclspec.NewLiteral("false"),
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/drivers/mock/
H A Ddriver.go63 hclspec.NewLiteral(fmt.Sprintf("%q", drivers.FSIsolationNone)),
67 hclspec.NewLiteral("false"),
/dports/sysutils/nomad/nomad-1.1.0/drivers/mock/
H A Ddriver.go63 hclspec.NewLiteral(fmt.Sprintf("%q", drivers.FSIsolationNone)),
67 hclspec.NewLiteral("false"),
/dports/japanese/uim-mozc/macuim-0.6.16.2.1/Anthy/AnthyDict/
H A DWord.m45 [self setDesc:NSLocalizedString(@"NewLiteral", nil)];
/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/re2/re2/
H A Dregexp.cc283 Regexp* Regexp::NewLiteral(Rune rune, ParseFlags flags) { in NewLiteral() function in re2::Regexp
293 return NewLiteral(runes[0], flags); in LiteralString()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/re2/src/re2/
H A Dregexp.cc315 Regexp* Regexp::NewLiteral(Rune rune, ParseFlags flags) { in NewLiteral() function in re2::Regexp
325 return NewLiteral(runes[0], flags); in LiteralString()
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/re2/re2/
H A Dregexp.cc283 Regexp* Regexp::NewLiteral(Rune rune, ParseFlags flags) { in NewLiteral() function in re2::Regexp
293 return NewLiteral(runes[0], flags); in LiteralString()
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/re2/re2/
H A Dregexp.cc283 Regexp* Regexp::NewLiteral(Rune rune, ParseFlags flags) { in NewLiteral() function in re2::Regexp
293 return NewLiteral(runes[0], flags); in LiteralString()

12