Home
last modified time | relevance | path

Searched refs:PipeNode (Results 1 – 25 of 218) sorted by relevance

123456789

/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/libraries/nacl_io/pipe/
H A Dpipe_node.cc22 PipeNode::PipeNode(Filesystem* fs) in PipeNode() function in nacl_io::PipeNode
26 PipeEventEmitter* PipeNode::GetEventEmitter() { in GetEventEmitter()
30 Error PipeNode::Read(const HandleAttr& attr, in Read()
47 Error PipeNode::Write(const HandleAttr& attr, in Write()
/dports/lang/gcc48/gcc-4.8.5/libgo/go/text/template/parse/
H A Dnode.go136 type PipeNode struct { struct
144 func newPipeline(pos Pos, line int, decl []*VariableNode) *PipeNode {
148 func (p *PipeNode) append(command *CommandNode) { argument
152 func (p *PipeNode) String() string { argument
172 func (p *PipeNode) CopyPipe() *PipeNode { argument
187 func (p *PipeNode) Copy() Node { argument
198 Pipe *PipeNode // The pipeline in the action.
201 func newAction(pos Pos, line int, pipe *PipeNode) *ActionNode { argument
236 if arg, ok := arg.(*PipeNode); ok {
406 if _, ok := c.Node.(*PipeNode); ok {
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/text/template/parse/
H A Dnode.go138 type PipeNode struct { struct
146 func newPipeline(pos Pos, line int, decl []*VariableNode) *PipeNode {
150 func (p *PipeNode) append(command *CommandNode) { argument
154 func (p *PipeNode) String() string { argument
174 func (p *PipeNode) CopyPipe() *PipeNode { argument
189 func (p *PipeNode) Copy() Node { argument
200 Pipe *PipeNode // The pipeline in the action.
203 func newAction(pos Pos, line int, pipe *PipeNode) *ActionNode { argument
238 if arg, ok := arg.(*PipeNode); ok {
408 if _, ok := c.Node.(*PipeNode); ok {
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/text/template/parse/
H A Dnode.go136 type PipeNode struct { struct
144 func newPipeline(pos Pos, line int, decl []*VariableNode) *PipeNode {
148 func (p *PipeNode) append(command *CommandNode) { argument
152 func (p *PipeNode) String() string { argument
172 func (p *PipeNode) CopyPipe() *PipeNode { argument
187 func (p *PipeNode) Copy() Node { argument
198 Pipe *PipeNode // The pipeline in the action.
201 func newAction(pos Pos, line int, pipe *PipeNode) *ActionNode { argument
236 if arg, ok := arg.(*PipeNode); ok {
406 if _, ok := c.Node.(*PipeNode); ok {
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/text/template/parse/
H A Dnode.go144 type PipeNode struct { struct
157 func (p *PipeNode) append(command *CommandNode) { argument
161 func (p *PipeNode) String() string { argument
181 func (p *PipeNode) tree() *Tree { argument
185 func (p *PipeNode) CopyPipe() *PipeNode { argument
200 func (p *PipeNode) Copy() Node { argument
212 Pipe *PipeNode // The pipeline in the action.
255 if arg, ok := arg.(*PipeNode); ok {
471 if _, ok := c.Node.(*PipeNode); ok {
733 Pipe *PipeNode // The pipeline to be evaluated.
[all …]
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/github.com/alecthomas/template/parse/
H A Dnode.go144 type PipeNode struct { struct
157 func (p *PipeNode) append(command *CommandNode) { argument
161 func (p *PipeNode) String() string { argument
181 func (p *PipeNode) tree() *Tree { argument
185 func (p *PipeNode) CopyPipe() *PipeNode { argument
200 func (p *PipeNode) Copy() Node { argument
212 Pipe *PipeNode // The pipeline in the action.
255 if arg, ok := arg.(*PipeNode); ok {
471 if _, ok := c.Node.(*PipeNode); ok {
728 Pipe *PipeNode // The pipeline to be evaluated.
[all …]
/dports/net-mgmt/blackbox_exporter/blackbox_exporter-0.17.0/vendor/github.com/alecthomas/template/parse/
H A Dnode.go144 type PipeNode struct { struct
157 func (p *PipeNode) append(command *CommandNode) { argument
161 func (p *PipeNode) String() string { argument
181 func (p *PipeNode) tree() *Tree { argument
185 func (p *PipeNode) CopyPipe() *PipeNode { argument
200 func (p *PipeNode) Copy() Node { argument
212 Pipe *PipeNode // The pipeline in the action.
255 if arg, ok := arg.(*PipeNode); ok {
471 if _, ok := c.Node.(*PipeNode); ok {
728 Pipe *PipeNode // The pipeline to be evaluated.
[all …]
/dports/lang/gcc8/gcc-8.5.0/libgo/go/text/template/parse/
H A Dnode.go144 type PipeNode struct { struct
157 func (p *PipeNode) append(command *CommandNode) { argument
161 func (p *PipeNode) String() string { argument
181 func (p *PipeNode) tree() *Tree { argument
185 func (p *PipeNode) CopyPipe() *PipeNode { argument
200 func (p *PipeNode) Copy() Node { argument
212 Pipe *PipeNode // The pipeline in the action.
255 if arg, ok := arg.(*PipeNode); ok {
471 if _, ok := c.Node.(*PipeNode); ok {
733 Pipe *PipeNode // The pipeline to be evaluated.
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/text/template/parse/
H A Dnode.go144 type PipeNode struct { struct
157 func (p *PipeNode) append(command *CommandNode) { argument
161 func (p *PipeNode) String() string { argument
181 func (p *PipeNode) tree() *Tree { argument
185 func (p *PipeNode) CopyPipe() *PipeNode { argument
200 func (p *PipeNode) Copy() Node { argument
212 Pipe *PipeNode // The pipeline in the action.
255 if arg, ok := arg.(*PipeNode); ok {
471 if _, ok := c.Node.(*PipeNode); ok {
733 Pipe *PipeNode // The pipeline to be evaluated.
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/alecthomas/template/parse/
H A Dnode.go144 type PipeNode struct { struct
157 func (p *PipeNode) append(command *CommandNode) { argument
161 func (p *PipeNode) String() string { argument
181 func (p *PipeNode) tree() *Tree { argument
185 func (p *PipeNode) CopyPipe() *PipeNode { argument
200 func (p *PipeNode) Copy() Node { argument
212 Pipe *PipeNode // The pipeline in the action.
255 if arg, ok := arg.(*PipeNode); ok {
471 if _, ok := c.Node.(*PipeNode); ok {
728 Pipe *PipeNode // The pipeline to be evaluated.
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/text/template/parse/
H A Dnode.go144 type PipeNode struct { struct
157 func (p *PipeNode) append(command *CommandNode) { argument
161 func (p *PipeNode) String() string { argument
181 func (p *PipeNode) tree() *Tree { argument
185 func (p *PipeNode) CopyPipe() *PipeNode { argument
200 func (p *PipeNode) Copy() Node { argument
212 Pipe *PipeNode // The pipeline in the action.
255 if arg, ok := arg.(*PipeNode); ok {
471 if _, ok := c.Node.(*PipeNode); ok {
733 Pipe *PipeNode // The pipeline to be evaluated.
[all …]
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/alecthomas/template/parse/
H A Dnode.go144 type PipeNode struct { struct
157 func (p *PipeNode) append(command *CommandNode) { argument
161 func (p *PipeNode) String() string { argument
181 func (p *PipeNode) tree() *Tree { argument
185 func (p *PipeNode) CopyPipe() *PipeNode { argument
200 func (p *PipeNode) Copy() Node { argument
212 Pipe *PipeNode // The pipeline in the action.
255 if arg, ok := arg.(*PipeNode); ok {
471 if _, ok := c.Node.(*PipeNode); ok {
728 Pipe *PipeNode // The pipeline to be evaluated.
[all …]
/dports/dns/rdap/rdap-e2ea151/vendor/github.com/alecthomas/template/parse/
H A Dnode.go144 type PipeNode struct { struct
157 func (p *PipeNode) append(command *CommandNode) { argument
161 func (p *PipeNode) String() string { argument
181 func (p *PipeNode) tree() *Tree { argument
185 func (p *PipeNode) CopyPipe() *PipeNode { argument
200 func (p *PipeNode) Copy() Node { argument
212 Pipe *PipeNode // The pipeline in the action.
255 if arg, ok := arg.(*PipeNode); ok {
471 if _, ok := c.Node.(*PipeNode); ok {
728 Pipe *PipeNode // The pipeline to be evaluated.
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/alecthomas/template/parse/
H A Dnode.go144 type PipeNode struct { struct
157 func (p *PipeNode) append(command *CommandNode) { argument
161 func (p *PipeNode) String() string { argument
181 func (p *PipeNode) tree() *Tree { argument
185 func (p *PipeNode) CopyPipe() *PipeNode { argument
200 func (p *PipeNode) Copy() Node { argument
212 Pipe *PipeNode // The pipeline in the action.
255 if arg, ok := arg.(*PipeNode); ok {
471 if _, ok := c.Node.(*PipeNode); ok {
728 Pipe *PipeNode // The pipeline to be evaluated.
[all …]
/dports/net-mgmt/mysqld_exporter/mysqld_exporter-0.12.1/vendor/github.com/alecthomas/template/parse/
H A Dnode.go144 type PipeNode struct { struct
157 func (p *PipeNode) append(command *CommandNode) { argument
161 func (p *PipeNode) String() string { argument
181 func (p *PipeNode) tree() *Tree { argument
185 func (p *PipeNode) CopyPipe() *PipeNode { argument
200 func (p *PipeNode) Copy() Node { argument
212 Pipe *PipeNode // The pipeline in the action.
255 if arg, ok := arg.(*PipeNode); ok {
471 if _, ok := c.Node.(*PipeNode); ok {
728 Pipe *PipeNode // The pipeline to be evaluated.
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/alecthomas/template/parse/
H A Dnode.go144 type PipeNode struct { struct
157 func (p *PipeNode) append(command *CommandNode) { argument
161 func (p *PipeNode) String() string { argument
181 func (p *PipeNode) tree() *Tree { argument
185 func (p *PipeNode) CopyPipe() *PipeNode { argument
200 func (p *PipeNode) Copy() Node { argument
212 Pipe *PipeNode // The pipeline in the action.
255 if arg, ok := arg.(*PipeNode); ok {
471 if _, ok := c.Node.(*PipeNode); ok {
728 Pipe *PipeNode // The pipeline to be evaluated.
[all …]
/dports/dns/blocky/blocky-0.17/vendor/github.com/alecthomas/template/parse/
H A Dnode.go144 type PipeNode struct { struct
157 func (p *PipeNode) append(command *CommandNode) { argument
161 func (p *PipeNode) String() string { argument
181 func (p *PipeNode) tree() *Tree { argument
185 func (p *PipeNode) CopyPipe() *PipeNode { argument
200 func (p *PipeNode) Copy() Node { argument
212 Pipe *PipeNode // The pipeline in the action.
255 if arg, ok := arg.(*PipeNode); ok {
471 if _, ok := c.Node.(*PipeNode); ok {
728 Pipe *PipeNode // The pipeline to be evaluated.
[all …]
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/github.com/alecthomas/template/parse/
H A Dnode.go144 type PipeNode struct { struct
157 func (p *PipeNode) append(command *CommandNode) { argument
161 func (p *PipeNode) String() string { argument
181 func (p *PipeNode) tree() *Tree { argument
185 func (p *PipeNode) CopyPipe() *PipeNode { argument
200 func (p *PipeNode) Copy() Node { argument
212 Pipe *PipeNode // The pipeline in the action.
255 if arg, ok := arg.(*PipeNode); ok {
471 if _, ok := c.Node.(*PipeNode); ok {
728 Pipe *PipeNode // The pipeline to be evaluated.
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/text/template/parse/
H A Dnode.go144 type PipeNode struct { struct
157 func (p *PipeNode) append(command *CommandNode) { argument
161 func (p *PipeNode) String() string { argument
181 func (p *PipeNode) tree() *Tree { argument
185 func (p *PipeNode) CopyPipe() *PipeNode { argument
200 func (p *PipeNode) Copy() Node { argument
212 Pipe *PipeNode // The pipeline in the action.
255 if arg, ok := arg.(*PipeNode); ok {
471 if _, ok := c.Node.(*PipeNode); ok {
733 Pipe *PipeNode // The pipeline to be evaluated.
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/text/template/parse/
H A Dnode.go144 type PipeNode struct { struct
158 func (p *PipeNode) append(command *CommandNode) { argument
162 func (p *PipeNode) String() string { argument
182 func (p *PipeNode) tree() *Tree { argument
186 func (p *PipeNode) CopyPipe() *PipeNode { argument
202 func (p *PipeNode) Copy() Node { argument
214 Pipe *PipeNode // The pipeline in the action.
257 if arg, ok := arg.(*PipeNode); ok {
473 if _, ok := c.Node.(*PipeNode); ok {
735 Pipe *PipeNode // The pipeline to be evaluated.
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/text/template/parse/
H A Dnode.go144 type PipeNode struct { struct
157 func (p *PipeNode) append(command *CommandNode) { argument
161 func (p *PipeNode) String() string { argument
181 func (p *PipeNode) tree() *Tree { argument
185 func (p *PipeNode) CopyPipe() *PipeNode { argument
200 func (p *PipeNode) Copy() Node { argument
212 Pipe *PipeNode // The pipeline in the action.
255 if arg, ok := arg.(*PipeNode); ok {
471 if _, ok := c.Node.(*PipeNode); ok {
733 Pipe *PipeNode // The pipeline to be evaluated.
[all …]
/dports/shells/antibody/antibody-6.1.1/vendor/github.com/alecthomas/template/parse/
H A Dnode.go144 type PipeNode struct { struct
157 func (p *PipeNode) append(command *CommandNode) { argument
161 func (p *PipeNode) String() string { argument
181 func (p *PipeNode) tree() *Tree { argument
185 func (p *PipeNode) CopyPipe() *PipeNode { argument
200 func (p *PipeNode) Copy() Node { argument
212 Pipe *PipeNode // The pipeline in the action.
255 if arg, ok := arg.(*PipeNode); ok {
471 if _, ok := c.Node.(*PipeNode); ok {
728 Pipe *PipeNode // The pipeline to be evaluated.
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/text/template/parse/
H A Dnode.go144 type PipeNode struct { struct
157 func (p *PipeNode) append(command *CommandNode) { argument
161 func (p *PipeNode) String() string { argument
181 func (p *PipeNode) tree() *Tree { argument
185 func (p *PipeNode) CopyPipe() *PipeNode { argument
200 func (p *PipeNode) Copy() Node { argument
212 Pipe *PipeNode // The pipeline in the action.
255 if arg, ok := arg.(*PipeNode); ok {
471 if _, ok := c.Node.(*PipeNode); ok {
733 Pipe *PipeNode // The pipeline to be evaluated.
[all …]
/dports/net-mgmt/pushgateway/pushgateway-1.4.2/vendor/github.com/alecthomas/template/parse/
H A Dnode.go144 type PipeNode struct { struct
157 func (p *PipeNode) append(command *CommandNode) { argument
161 func (p *PipeNode) String() string { argument
181 func (p *PipeNode) tree() *Tree { argument
185 func (p *PipeNode) CopyPipe() *PipeNode { argument
200 func (p *PipeNode) Copy() Node { argument
212 Pipe *PipeNode // The pipeline in the action.
255 if arg, ok := arg.(*PipeNode); ok {
471 if _, ok := c.Node.(*PipeNode); ok {
728 Pipe *PipeNode // The pipeline to be evaluated.
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/node_exporter/vendor/github.com/alecthomas/template/parse/
H A Dnode.go144 type PipeNode struct { struct
157 func (p *PipeNode) append(command *CommandNode) { argument
161 func (p *PipeNode) String() string { argument
181 func (p *PipeNode) tree() *Tree { argument
185 func (p *PipeNode) CopyPipe() *PipeNode { argument
200 func (p *PipeNode) Copy() Node { argument
212 Pipe *PipeNode // The pipeline in the action.
255 if arg, ok := arg.(*PipeNode); ok {
471 if _, ok := c.Node.(*PipeNode); ok {
728 Pipe *PipeNode // The pipeline to be evaluated.
[all …]

123456789