anchor
dict
positive
dict
negative
dict
{ "audio": "", "image": "", "text": "func NewBooleanAnd(Variable node.Node, Expression node.Node) *BooleanAnd {\n\treturn &BooleanAnd{\n\t\tFreeFloating: nil,\n", "video": "" }
{ "audio": "", "image": "", "text": "\t\tLeft: Variable,\n\t\tRight: Expression,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewFunctionCall(Function node.Node, ArgumentList *node.ArgumentList) *FunctionCall {\n\treturn &FunctionCall{\n\t\tFreeFloating: nil,\n", "video": "" }
{ "audio": "", "image": "", "text": "\t\tFunction: Function,\n\t\tArgumentList: ArgumentList,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewParameter(VariableType Node, Variable Node, DefaultValue Node, ByRef bool, Variadic bool) *Parameter {\n\treturn &Parameter{\n\t\tFreeFloating: nil,\n\t\tByRef: ByRef,\n\t", "video": "" }
{ "audio": "", "image": "", "text": "\tVariadic: Variadic,\n\t\tVariableType: VariableType,\n\t\tVariable: Variable,\n\t\tDefaultValue: DefaultValue,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\treturn func(g Interface, from, to graph.Node, edgeKinds sets.String) bool {\n\t\treturn allowedKinds.HasAny(edgeKinds.List()...)\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewBooleanOr(Variable node.Node, Expression node.Node) *BooleanOr {\n\treturn &BooleanOr{\n\t\tFreeFloating: nil,\n", "video": "" }
{ "audio": "", "image": "", "text": "\t\tLeft: Variable,\n\t\tRight: Expression,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewEmpty(Expression node.Node) *Empty {\n\treturn &Empty{\n\t", "video": "" }
{ "audio": "", "image": "", "text": "\tFreeFloating: nil,\n\t\tExpr: Expression,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tfunc(node osgraph.Node) graph.Node {\n\t\t\treturn &ImageStreamImageNode{node, isi, false}\n\t\t},\n\t).(*ImageStreamImageNode)\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewDo(Stmt node.Node, Cond node.Node) *Do {\n\treturn &Do{\n\t\tFreeFloating: nil,\n\t\tStmt: ", "video": "" }
{ "audio": "", "image": "", "text": " Stmt,\n\t\tCond: Cond,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewGroupUse(UseType node.Node, Prefix node.Node, UseList []node.Node) *GroupUse {", "video": "" }
{ "audio": "", "image": "", "text": "\n\treturn &GroupUse{\n\t\tFreeFloating: nil,\n\t\tUseType: UseType,\n\t\tPrefix: Prefix,\n\t\tUseList: UseList,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewClass(ClassName node.Node, Modifiers []node.Node, ArgumentList *node.ArgumentList, Extends *ClassExtends, Implements *ClassImplements, Stmts []node.Node, PhpDocComment string) *Class {\n\treturn &Class{\n\t\tFreeFloating: nil,\n\t\tPhpDocComment: PhpDocComment,\n\t\tC...
{ "audio": "", "image": "", "text": " ClassName,\n\t\tModifiers: Modifiers,\n\t\tArgumentList: ArgumentList,\n\t\tExtends: Extends,\n\t\tImplements: Implements,\n\t\tStmts: Stmts,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewParser(src io.Reader, path string) *Parser {\n\tlexer := scanner.NewLexer(src, path)\n\n", "video": "" }
{ "audio": "", "image": "", "text": "\treturn &Parser{\n\t\tlexer,\n\t\tpath,\n\t\tnil,\n\t\tnil,\n\t\tnil,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": " {\n\treturn func(sb *sandbox) {\n\t\tsb.config.originResolvConfPath = path\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (l *Parser) Lex(lval *yySymType) int {\n\tt := l.Lexer.Lex(lval)", "video": "" }
{ "audio": "", "image": "", "text": "\n\tl.currentToken = lval.token\n\treturn t\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\treturn value.BoolType\n\t\tcase lex.TokenMultiply, lex.TokenMinus, lex.TokenAdd, lex.TokenDivide:\n\t\t\treturn value.NumberType\n\t\tcase lex.TokenModulus:\n\t\t\treturn value.IntType\n\t\tcase lex.TokenLT, lex.TokenLE, lex.TokenGT, lex.TokenGE:\n\t\t\treturn value.BoolTy...
{ "audio": "", "image": "", "text": "func (l *Parser) Parse() int {\n\t// init\n\tl.Lexer.Errors = nil\n\tl.rootNode = nil\n\tl.positionBuilder", "video": "" }
{ "audio": "", "image": "", "text": " = &parser.PositionBuilder{}\n\n\t// parse\n\n\treturn yyParse(l)\n}", "video": "" }
{ "audio": "", "image": "", "text": "\n\tcopy(l.notFound, l.middleware)\n\tcopy(l.notFound[len(l.middleware):], l.http404)\n\n\tif l.automaticallyHandleOPTIONS {\n\t\tl.automaticOPTIONS = make(HandlersChain, len(l.middleware)+1)\n\t\tcopy(l.automaticOPTIONS, l.middleware)\n\t\tcopy(l.automaticOPTIONS[len(l.middle...
{ "audio": "", "image": "", "text": "func NewBooleanNot(Expression node.Node) *BooleanNot {\n\treturn &BooleanNot{", "video": "" }
{ "audio": "", "image": "", "text": "\n\t\tFreeFloating: nil,\n\t\tExpr: Expression,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tfunc(node osgraph.Node) graph.Node {\n\t\t\treturn &ImageStreamImageNode{node, isi, false}\n\t\t},\n\t).(*ImageStreamImageNode)\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewPreDec(Variable node.Node) *PreDec {\n\treturn &PreDec{\n\t", "video": "" }
{ "audio": "", "image": "", "text": "\tFreeFloating: nil,\n\t\tVariable: Variable,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tfunc(node osgraph.Node) graph.Node {\n\t\t\treturn &ImageStreamImageNode{node, isi, false}\n\t\t},\n\t).(*ImageStreamImageNode)\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewFunction(FunctionName node.Node, ReturnsRef bool, Params []node.Node, ReturnType node.Node, Stmts []node.Node, PhpDocComment string) *Function {\n\treturn &Function{\n\t\tFreeFloating: nil,\n\t\tReturnsRef: ReturnsRef,\n\t", "video": "" }
{ "audio": "", "image": "", "text": "\tPhpDocComment: PhpDocComment,\n\t\tFunctionName: FunctionName,\n\t\tParams: Params,\n\t\tReturnType: ReturnType,\n\t\tStmts: Stmts,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewPostDec(Variable node.Node) *PostDec {\n\treturn &PostDec{\n", "video": "" }
{ "audio": "", "image": "", "text": "\t\tFreeFloating: nil,\n\t\tVariable: Variable,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tfunc(node osgraph.Node) graph.Node {\n\t\t\treturn &ImageStreamImageNode{node, isi, false}\n\t\t},\n\t).(*ImageStreamImageNode)\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewAltWhile(Cond node.Node, Stmt node.Node) *AltWhile {\n\treturn &AltWhile{\n\t\tFreeFloating: nil,\n\t", "video": "" }
{ "audio": "", "image": "", "text": "\tCond: Cond,\n\t\tStmt: Stmt,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewErrorSuppress(Expression node.Node) *ErrorSuppress {\n\treturn &ErrorSuppress{", "video": "" }
{ "audio": "", "image": "", "text": "\n\t\tFreeFloating: nil,\n\t\tExpr: Expression,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tfunc(node osgraph.Node) graph.Node {\n\t\t\treturn &ImageStreamImageNode{node, isi, false}\n\t\t},\n\t).(*ImageStreamImageNode)\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewFullyQualified(Parts []node.Node) *FullyQualified {\n\treturn &FullyQualified{", "video": "" }
{ "audio": "", "image": "", "text": "\n\t\tFreeFloating: nil,\n\t\tParts: Parts,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\n\t\tparts = set.NewStrings()\n\t\tregistered[component] = parts\n\t}\n\tif parts.Contains(part) {\n\t\treturn false\n\t}\n\tparts.Add(part)\n\treturn true\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewExpression(Expr node.Node) *Expression {\n\treturn &Expression{", "video": "" }
{ "audio": "", "image": "", "text": "\n\t\tFreeFloating: nil,\n\t\tExpr: Expr,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tfunc(node osgraph.Node) graph.Node {\n\t\t\treturn &ImageStreamImageNode{node, isi, false}\n\t\t},\n\t).(*ImageStreamImageNode)\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewClassConstList(Modifiers []node.Node, Consts []node.Node) *ClassConstList", "video": "" }
{ "audio": "", "image": "", "text": " {\n\treturn &ClassConstList{\n\t\tFreeFloating: nil,\n\t\tModifiers: Modifiers,\n\t\tConsts: Consts,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewBitwiseXor(Variable node.Node, Expression node.Node) *BitwiseXor {\n\treturn &BitwiseXor{\n\t\tFreeFloating: nil,\n", "video": "" }
{ "audio": "", "image": "", "text": "\t\tVariable: Variable,\n\t\tExpression: Expression,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewLogicalAnd(Variable node.Node, Expression node.Node) *LogicalAnd {\n\treturn &LogicalAnd{\n\t\tFreeFloating: nil,\n", "video": "" }
{ "audio": "", "image": "", "text": "\t\tLeft: Variable,\n\t\tRight: Expression,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewVariable(VarName node.Node) *Variable {\n\treturn &Variable{\n", "video": "" }
{ "audio": "", "image": "", "text": "\t\tFreeFloating: nil,\n\t\tVarName: VarName,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tfunc(node osgraph.Node) graph.Node {\n\t\t\treturn &ImageStreamImageNode{node, isi, false}\n\t\t},\n\t).(*ImageStreamImageNode)\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewDouble(Expr node.Node) *Double {\n\treturn &Double{\n\t\tFreeFloating:", "video": "" }
{ "audio": "", "image": "", "text": " nil,\n\t\tExpr: Expr,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tfunc(node osgraph.Node) graph.Node {\n\t\t\treturn &ImageStreamImageNode{node, isi, false}\n\t\t},\n\t).(*ImageStreamImageNode)\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewLogicalOr(Variable node.Node, Expression node.Node) *LogicalOr {\n\treturn &LogicalOr{\n\t\tFreeFloating: nil,\n", "video": "" }
{ "audio": "", "image": "", "text": "\t\tLeft: Variable,\n\t\tRight: Expression,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewUnaryPlus(Expression node.Node) *UnaryPlus", "video": "" }
{ "audio": "", "image": "", "text": " {\n\treturn &UnaryPlus{\n\t\tFreeFloating: nil,\n\t\tExpr: Expression,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tfunc(node osgraph.Node) graph.Node {\n\t\t\treturn &ImageStreamImageNode{node, isi, false}\n\t\t},\n\t).(*ImageStreamImageNode)\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewLogicalXor(Variable node.Node, Expression node.Node) *LogicalXor {\n\treturn &LogicalXor{\n\t\tFreeFloating: nil,\n", "video": "" }
{ "audio": "", "image": "", "text": "\t\tLeft: Variable,\n\t\tRight: Expression,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewShortArray(Items []node.Node) *ShortArray {\n\treturn &ShortArray{", "video": "" }
{ "audio": "", "image": "", "text": "\n\t\tFreeFloating: nil,\n\t\tItems: Items,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tfunc(node osgraph.Node) graph.Node {\n\t\t\treturn &ImageStreamImageNode{node, isi, false}\n\t\t},\n\t).(*ImageStreamImageNode)\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewMod(Variable node.Node, Expression node.Node) *Mod {\n\treturn &Mod{\n\t\tFreeFloating: nil,\n\t\tVariable:", "video": "" }
{ "audio": "", "image": "", "text": " Variable,\n\t\tExpression: Expression,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewFinally(Stmts []node.Node) *Finally {\n\treturn &Finally{\n", "video": "" }
{ "audio": "", "image": "", "text": "\t\tFreeFloating: nil,\n\t\tStmts: Stmts,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tfunc(node osgraph.Node) graph.Node {\n\t\t\treturn &ImageStreamImageNode{node, isi, false}\n\t\t},\n\t).(*ImageStreamImageNode)\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewConstList(Consts []node.Node) *ConstList {\n\treturn &ConstList{", "video": "" }
{ "audio": "", "image": "", "text": "\n\t\tFreeFloating: nil,\n\t\tConsts: Consts,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tfunc(node osgraph.Node) graph.Node {\n\t\t\treturn &ImageStreamImageNode{node, isi, false}\n\t\t},\n\t).(*ImageStreamImageNode)\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewExit(Expr node.Node) *Exit {\n\treturn &Exit{\n\t\tFreeFloating:", "video": "" }
{ "audio": "", "image": "", "text": " nil,\n\t\tExpr: Expr,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tfunc(node osgraph.Node) graph.Node {\n\t\t\treturn &ImageStreamImageNode{node, isi, false}\n\t\t},\n\t).(*ImageStreamImageNode)\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewFor(Init []node.Node, Cond []node.Node, Loop []node.Node, Stmt node.Node) *For {\n\treturn &For{\n\t\tFreeFloating: nil,\n\t\tInit: ", "video": "" }
{ "audio": "", "image": "", "text": " Init,\n\t\tCond: Cond,\n\t\tLoop: Loop,\n\t\tStmt: Stmt,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewUseList(UseType node.Node, Uses []node.Node) *UseList {\n\treturn &UseList{\n\t\tFreeFloating: nil,\n", "video": "" }
{ "audio": "", "image": "", "text": "\t\tUseType: UseType,\n\t\tUses: Uses,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewLabel(LabelName node.Node) *Label {\n\treturn &Label{\n\t", "video": "" }
{ "audio": "", "image": "", "text": "\tFreeFloating: nil,\n\t\tLabelName: LabelName,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tfunc(node osgraph.Node) graph.Node {\n\t\t\treturn &ImageStreamImageNode{node, isi, false}\n\t\t},\n\t).(*ImageStreamImageNode)\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewName(Parts []node.Node) *Name {\n\treturn &Name{\n\t\tFreeFloating:", "video": "" }
{ "audio": "", "image": "", "text": " nil,\n\t\tParts: Parts,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\n\t\tparts = set.NewStrings()\n\t\tregistered[component] = parts\n\t}\n\tif parts.Contains(part) {\n\t\treturn false\n\t}\n\tparts.Add(part)\n\treturn true\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewIf(Cond node.Node, Stmt node.Node, ElseIf []node.Node, Else node.Node) *If {\n\treturn &If{\n\t\tFreeFloating: nil,\n\t\tCond: Cond,", "video": "" }
{ "audio": "", "image": "", "text": "\n\t\tStmt: Stmt,\n\t\tElseIf: ElseIf,\n\t\tElse: Else,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (n *If) AddElseIf(ElseIf node.Node) node.Node {\n\tif n.ElseIf == nil {\n\t\tn.ElseIf = make([]node.Node, 0)", "video": "" }
{ "audio": "", "image": "", "text": "\n\t}\n\n\tn.ElseIf = append(n.ElseIf, ElseIf)\n\n\treturn n\n}", "video": "" }
{ "audio": "", "image": "", "text": " err\n\t}\n\tnode := &Node{r: *r}\n\tif n := copy(node.id[:], validSchemes.NodeAddr(&node.r)); n != len(ID{}) {\n\t\treturn nil, fmt.Errorf(\"invalid node ID length %d, need %d\", n, len(ID{}))\n\t}\n\treturn node, nil\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (n *If) SetElse(Else node.Node)", "video": "" }
{ "audio": "", "image": "", "text": " node.Node {\n\tn.Else = Else\n\n\treturn n\n}", "video": "" }
{ "audio": "", "image": "", "text": " as the search makes progress\n\t\twatch = n.mutateCh\n\n\t\t// Consume the search prefix\n\t\tif bytes.HasPrefix(search, n.prefix) {\n\t\t\tsearch = search[len(n.prefix):]\n\n\t\t} else if bytes.HasPrefix(n.prefix, search) {\n\t\t\ti.node = n\n\t\t\treturn\n\t\t} else {\n\t\t...
{ "audio": "", "image": "", "text": "func NewTrait(TraitName node.Node, Stmts []node.Node, PhpDocComment string) *Trait {\n\treturn &Trait{\n\t\tFreeFloating: nil,\n", "video": "" }
{ "audio": "", "image": "", "text": "\t\tPhpDocComment: PhpDocComment,\n\t\tTraitName: TraitName,\n\t\tStmts: Stmts,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewDiv(Variable node.Node, Expression node.Node) *Div {\n\treturn &Div{\n\t\tFreeFloating: nil,\n\t\tVariable:", "video": "" }
{ "audio": "", "image": "", "text": " Variable,\n\t\tExpression: Expression,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewBitwiseOr(Variable node.Node, Expression node.Node) *BitwiseOr {\n\treturn &BitwiseOr{\n\t\tFreeFloating: nil,\n", "video": "" }
{ "audio": "", "image": "", "text": "\t\tLeft: Variable,\n\t\tRight: Expression,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewSpaceship(Variable node.Node, Expression node.Node) *Spaceship {\n\treturn &Spaceship{\n\t\tFreeFloating: nil,\n", "video": "" }
{ "audio": "", "image": "", "text": "\t\tLeft: Variable,\n\t\tRight: Expression,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewShortList(Items []node.Node) *ShortList {\n\treturn &ShortList{", "video": "" }
{ "audio": "", "image": "", "text": "\n\t\tFreeFloating: nil,\n\t\tItems: Items,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tfunc(node osgraph.Node) graph.Node {\n\t\t\treturn &ImageStreamImageNode{node, isi, false}\n\t\t},\n\t).(*ImageStreamImageNode)\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewThrow(Expr node.Node) *Throw {\n\treturn &Throw{\n\t\tFreeFloating:", "video": "" }
{ "audio": "", "image": "", "text": " nil,\n\t\tExpr: Expr,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tfunc(node osgraph.Node) graph.Node {\n\t\t\treturn &ImageStreamImageNode{node, isi, false}\n\t\t},\n\t).(*ImageStreamImageNode)\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewClassImplements(interfaceNames []node.Node) *ClassImplements {\n\treturn &ClassImplements{", "video": "" }
{ "audio": "", "image": "", "text": "\n\t\tFreeFloating: nil,\n\t\tInterfaceNames: interfaceNames,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tfunc(node osgraph.Node) graph.Node {\n\t\t\treturn &ImageStreamImageNode{node, isi, false}\n\t\t},\n\t).(*ImageStreamImageNode)\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewProperty(Variable node.Node, Expr node.Node, PhpDocComment string) *Property {\n\treturn &Property{\n\t\tFreeFloating: nil,\n", "video": "" }
{ "audio": "", "image": "", "text": "\t\tPhpDocComment: PhpDocComment,\n\t\tVariable: Variable,\n\t\tExpr: Expr,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err == nil {\n\t\tnode = stmts[0].(*ast.SelectStmt).Fields.Fields[0].Expr\n\t}\n\treturn node, util.SyntaxError(err)\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewGreater(Variable node.Node, Expression node.Node) *Greater {\n\treturn &Greater{\n\t\tFreeFloating: nil,\n", "video": "" }
{ "audio": "", "image": "", "text": "\t\tLeft: Variable,\n\t\tRight: Expression,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (b *PositionBuilder) NewNodeListPosition(list []node.Node) *position.Position {\n\treturn &position.Position{\n\t\tStartLine: b.getListStartPos(list).startLine,\n\t\tEndLine: b.getListEndPos(list).endLine,\n\t", "video": "" }
{ "audio": "", "image": "", "text": "\tStartPos: b.getListStartPos(list).startPos,\n\t\tEndPos: b.getListEndPos(list).endPos,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": " 0, len(node.FromTables)+len(node.ToTables))\n\t\tlist = append(list, node.FromTables...)\n\t\tlist = append(list, node.ToTables...)\n\t\treturn list\n\t}\n\treturn TableNames{node.Table}\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (b *PositionBuilder) NewNodePosition(n node.Node) *position.Position {\n\treturn &position.Position{\n\t\tStartLine: b.getNodeStartPos(n).startLine,\n\t\tEndLine: b.getNodeEndPos(n).endLine,\n\t", "video": "" }
{ "audio": "", "image": "", "text": "\tStartPos: b.getNodeStartPos(n).startPos,\n\t\tEndPos: b.getNodeEndPos(n).endPos,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\n\t}\n\n\tlastDuration := b.duration(b.n - 1)\n\tdecayed := time.Since(b.lastTry) > lastDuration+b.decay\n\tb.lastTry = time.Now()\n\n\tif !decayed {\n\t\treturn\n\t}\n\n\tb.n = 0\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (b *PositionBuilder) NewTokenPosition(t *scanner.Token) *position.Position {\n\treturn &position.Position{\n\t\tStartLine: t.StartLine,\n\t\tEndLine: ", "video": "" }
{ "audio": "", "image": "", "text": " t.EndLine,\n\t\tStartPos: t.StartPos,\n\t\tEndPos: t.EndPos,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": " gid := range g.Tables() {\n\t\tt := g.Table(gid)\n\t\tb.g.tables[gid] = t\n\t\tif b.colTypes == nil {\n\t\t\tb.colTypes = colTypes(t)\n\t\t}\n\t}\n\treturn &b\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (b *PositionBuilder) NewTokensPosition(startToken *scanner.Token, endToken *scanner.Token) *position.Position {\n\treturn &position.Position{\n\t\tStartLine: startToken.StartLine,\n", "video": "" }
{ "audio": "", "image": "", "text": "\t\tEndLine: endToken.EndLine,\n\t\tStartPos: startToken.StartPos,\n\t\tEndPos: endToken.EndPos,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": " a.baseToken.token,\n\t\tlifetime: lifetime,\n\t\trefreshCb: func(ctx context.Context, prev *internal.Token) (*internal.Token, error) {\n\t\t\treturn a.baseToken.renewToken(ctx, prev, nil)\n\t\t},\n\t})\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (b *PositionBuilder) NewTokenNodePosition(t *scanner.Token, n node.Node) *position.Position {\n\treturn &position.Position{\n\t\tStartLine: t.StartLine,\n\t\tEndLine: ", "video": "" }
{ "audio": "", "image": "", "text": " b.getNodeEndPos(n).endLine,\n\t\tStartPos: t.StartPos,\n\t\tEndPos: b.getNodeEndPos(n).endPos,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": " == nil || element.node == nil || element.node.Children == nil {\n\t\treturn elements\n\t}\n\tt.recursivelyGetChildren(element.node.Children, &elements, tagType)\n\treturn elements\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (b *PositionBuilder) NewNodeTokenPosition(n node.Node, t *scanner.Token) *position.Position {\n\treturn &position.Position{\n\t\tStartLine: b.getNodeStartPos(n).startLine,\n\t\tEndLine: ", "video": "" }
{ "audio": "", "image": "", "text": " t.EndLine,\n\t\tStartPos: b.getNodeStartPos(n).startPos,\n\t\tEndPos: t.EndPos,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\n\t}\n\n\tlastDuration := b.duration(b.n - 1)\n\tdecayed := time.Since(b.lastTry) > lastDuration+b.decay\n\tb.lastTry = time.Now()\n\n\tif !decayed {\n\t\treturn\n\t}\n\n\tb.n = 0\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (b *PositionBuilder) NewNodesPosition(startNode node.Node, endNode node.Node) *position.Position {\n\treturn &position.Position{\n\t\tStartLine: b.getNodeStartPos(startNode).startLine,\n\t\tEndLine: b.getNodeEndPos(endNode).endLine,\n", "video": "" }
{ "audio": "", "image": "", "text": "\t\tStartPos: b.getNodeStartPos(startNode).startPos,\n\t\tEndPos: b.getNodeEndPos(endNode).endPos,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\n\tdefer node.Close()\n\tstartNode(ctx, node)\n\tnode.Wait()\n\treturn nil\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (b *PositionBuilder) NewNodeListTokenPosition(list []node.Node, t *scanner.Token) *position.Position {\n\treturn &position.Position{\n\t\tStartLine: b.getListStartPos(list).startLine,\n\t\tEndLine: ", "video": "" }
{ "audio": "", "image": "", "text": " t.EndLine,\n\t\tStartPos: b.getListStartPos(list).startPos,\n\t\tEndPos: t.EndPos,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\treturn func(g Interface, from, to graph.Node, edgeKinds sets.String) bool {\n\t\treturn allowedKinds.HasAny(edgeKinds.List()...)\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (b *PositionBuilder) NewTokenNodeListPosition(t *scanner.Token, list []node.Node) *position.Position {\n\treturn &position.Position{\n\t\tStartLine: t.StartLine,\n\t\tEndLine: ", "video": "" }
{ "audio": "", "image": "", "text": " b.getListEndPos(list).endLine,\n\t\tStartPos: t.StartPos,\n\t\tEndPos: b.getListEndPos(list).endPos,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": " == nil || element.node == nil || element.node.Children == nil {\n\t\treturn elements\n\t}\n\tt.recursivelyGetChildren(element.node.Children, &elements, tagType)\n\treturn elements\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (b *PositionBuilder) NewNodeNodeListPosition(n node.Node, list []node.Node) *position.Position {\n\treturn &position.Position{\n\t\tStartLine: b.getNodeStartPos(n).startLine,\n\t\tEndLine: ", "video": "" }
{ "audio": "", "image": "", "text": " b.getListEndPos(list).endLine,\n\t\tStartPos: b.getNodeStartPos(n).startPos,\n\t\tEndPos: b.getListEndPos(list).endPos,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": " err\n\t}\n\tnode := &Node{r: *r}\n\tif n := copy(node.id[:], validSchemes.NodeAddr(&node.r)); n != len(ID{}) {\n\t\treturn nil, fmt.Errorf(\"invalid node ID length %d, need %d\", n, len(ID{}))\n\t}\n\treturn node, nil\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (b *PositionBuilder) NewNodeListNodePosition(list []node.Node, n node.Node) *position.Position {\n\treturn &position.Position{\n\t\tStartLine: b.getListStartPos(list).startLine,\n\t\tEndLine: ", "video": "" }
{ "audio": "", "image": "", "text": " b.getNodeEndPos(n).endLine,\n\t\tStartPos: b.getListStartPos(list).startPos,\n\t\tEndPos: b.getNodeEndPos(n).endPos,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": " list.key.RUnlock()\n\tnode, ok := get(list.first, pos)\n\tif ok {\n\t\treturn node.payload, true\n\t}\n\treturn nil, false\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (b *PositionBuilder) NewOptionalListTokensPosition(list []node.Node, t *scanner.Token, endToken *scanner.Token) *position.Position {\n\tif list == nil {\n\t\treturn &position.Position{\n\t\t\tStartLine: t.StartLine,\n", "video": "" }
{ "audio": "", "image": "", "text": "\t\t\tEndLine: endToken.EndLine,\n\t\t\tStartPos: t.StartPos,\n\t\t\tEndPos: endToken.EndPos,\n\t\t}\n\t}\n\n\treturn &position.Position{\n\t\tStartLine: b.getListStartPos(list).startLine,\n\t\tEndLine: endToken.EndLine,\n\t\tStartPos: b.getListStartPos(list).startPos...
{ "audio": "", "image": "", "text": " list.key.RUnlock()\n\tnode, ok := get(list.first, pos)\n\tif ok {\n\t\treturn node.payload, true\n\t}\n\treturn nil, false\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewStaticVar(Variable node.Node, Expr node.Node) *StaticVar {\n\treturn &StaticVar{\n\t\tFreeFloating: nil,\n", "video": "" }
{ "audio": "", "image": "", "text": "\t\tVariable: Variable,\n\t\tExpr: Expr,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err == nil {\n\t\tnode = stmts[0].(*ast.SelectStmt).Fields.Fields[0].Expr\n\t}\n\treturn node, util.SyntaxError(err)\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewObject(Expr node.Node) *Object {\n\treturn &Object{\n\t\tFreeFloating:", "video": "" }
{ "audio": "", "image": "", "text": " nil,\n\t\tExpr: Expr,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tfunc(node osgraph.Node) graph.Node {\n\t\t\treturn &ImageStreamImageNode{node, isi, false}\n\t\t},\n\t).(*ImageStreamImageNode)\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewPow(Variable node.Node, Expression node.Node) *Pow {\n\treturn &Pow{\n\t\tFreeFloating: nil,\n\t\tVariable:", "video": "" }
{ "audio": "", "image": "", "text": " Variable,\n\t\tExpression: Expression,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewTraitAdaptationList(Adaptations []node.Node) *TraitAdaptationList {\n\treturn &TraitAdaptationList{", "video": "" }
{ "audio": "", "image": "", "text": "\n\t\tFreeFloating: nil,\n\t\tAdaptations: Adaptations,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tfunc(node osgraph.Node) graph.Node {\n\t\t\treturn &ImageStreamImageNode{node, isi, false}\n\t\t},\n\t).(*ImageStreamImageNode)\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewShiftRight(Variable node.Node, Expression node.Node) *ShiftRight {\n\treturn &ShiftRight{\n\t\tFreeFloating: nil,\n", "video": "" }
{ "audio": "", "image": "", "text": "\t\tLeft: Variable,\n\t\tRight: Expression,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewAltElse(Stmt node.Node) *AltElse {\n\treturn &AltElse{\n\t", "video": "" }
{ "audio": "", "image": "", "text": "\tFreeFloating: nil,\n\t\tStmt: Stmt,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tfunc(node osgraph.Node) graph.Node {\n\t\t\treturn &ImageStreamImageNode{node, isi, false}\n\t\t},\n\t).(*ImageStreamImageNode)\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewNotIdentical(Variable node.Node, Expression node.Node) *NotIdentical {\n\treturn &NotIdentical{\n\t\tFreeFloating: nil,\n", "video": "" }
{ "audio": "", "image": "", "text": "\t\tLeft: Variable,\n\t\tRight: Expression,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewInterfaceExtends(InterfaceNames []node.Node) *InterfaceExtends {\n\treturn &InterfaceExtends{", "video": "" }
{ "audio": "", "image": "", "text": "\n\t\tFreeFloating: nil,\n\t\tInterfaceNames: InterfaceNames,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tfunc(node osgraph.Node) graph.Node {\n\t\t\treturn &ImageStreamImageNode{node, isi, false}\n\t\t},\n\t).(*ImageStreamImageNode)\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewString(Expr node.Node) *String {\n\treturn &String{\n\t\tFreeFloating:", "video": "" }
{ "audio": "", "image": "", "text": " nil,\n\t\tExpr: Expr,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tfunc(node osgraph.Node) graph.Node {\n\t\t\treturn &ImageStreamImageNode{node, isi, false}\n\t\t},\n\t).(*ImageStreamImageNode)\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewTry(Stmts []node.Node, Catches []node.Node, Finally node.Node) *Try {\n", "video": "" }
{ "audio": "", "image": "", "text": "\treturn &Try{\n\t\tFreeFloating: nil,\n\t\tStmts: Stmts,\n\t\tCatches: Catches,\n\t\tFinally: Finally,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewInclude(Expression node.Node) *Include {\n\treturn &Include{\n", "video": "" }
{ "audio": "", "image": "", "text": "\t\tFreeFloating: nil,\n\t\tExpr: Expression,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tfunc(node osgraph.Node) graph.Node {\n\t\t\treturn &ImageStreamImageNode{node, isi, false}\n\t\t},\n\t).(*ImageStreamImageNode)\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewError(msg string, p *position.Position) *Error {\n\treturn", "video": "" }
{ "audio": "", "image": "", "text": " &Error{\n\t\tMsg: msg,\n\t\tPos: p,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": " nil\n\t} else {\n\t\treturn NewError(e, l.Position())\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewArrayItem(Key node.Node, Val node.Node) *ArrayItem {\n\treturn &ArrayItem{\n\t\tFreeFloating: nil,\n\t", "video": "" }
{ "audio": "", "image": "", "text": "\tKey: Key,\n\t\tVal: Val,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewDefault(Stmts []node.Node) *Default {\n\treturn &Default{\n", "video": "" }
{ "audio": "", "image": "", "text": "\t\tFreeFloating: nil,\n\t\tStmts: Stmts,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tfunc(node osgraph.Node) graph.Node {\n\t\t\treturn &ImageStreamImageNode{node, isi, false}\n\t\t},\n\t).(*ImageStreamImageNode)\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewConstFetch(Constant node.Node) *ConstFetch {\n\treturn &ConstFetch{", "video": "" }
{ "audio": "", "image": "", "text": "\n\t\tFreeFloating: nil,\n\t\tConstant: Constant,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tfunc(node osgraph.Node) graph.Node {\n\t\t\treturn &ImageStreamImageNode{node, isi, false}\n\t\t},\n\t).(*ImageStreamImageNode)\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewIsset(Variables []node.Node) *Isset {\n\treturn &Isset{\n", "video": "" }
{ "audio": "", "image": "", "text": "\t\tFreeFloating: nil,\n\t\tVariables: Variables,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tfunc(node osgraph.Node) graph.Node {\n\t\t\treturn &ImageStreamImageNode{node, isi, false}\n\t\t},\n\t).(*ImageStreamImageNode)\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewEncapsed(Parts []node.Node) *Encapsed {\n\treturn &Encapsed{\n", "video": "" }
{ "audio": "", "image": "", "text": "\t\tFreeFloating: nil,\n\t\tParts: Parts,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\n\t\tparts = set.NewStrings()\n\t\tregistered[component] = parts\n\t}\n\tif parts.Contains(part) {\n\t\treturn false\n\t}\n\tparts.Add(part)\n\treturn true\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewAltFor(Init []node.Node, Cond []node.Node, Loop []node.Node, Stmt node.Node) *AltFor {\n\treturn &AltFor{\n\t\tFreeFloating: nil,\n\t\tInit: ", "video": "" }
{ "audio": "", "image": "", "text": " Init,\n\t\tCond: Cond,\n\t\tLoop: Loop,\n\t\tStmt: Stmt,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewPropertyList(Modifiers []node.Node, Properties []node.Node) *PropertyList {\n\treturn &PropertyList{\n\t\tFreeFloating: nil,\n", "video": "" }
{ "audio": "", "image": "", "text": "\t\tModifiers: Modifiers,\n\t\tProperties: Properties,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewYieldFrom(Expression node.Node) *YieldFrom", "video": "" }
{ "audio": "", "image": "", "text": " {\n\treturn &YieldFrom{\n\t\tFreeFloating: nil,\n\t\tExpr: Expression,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tfunc(node osgraph.Node) graph.Node {\n\t\t\treturn &ImageStreamImageNode{node, isi, false}\n\t\t},\n\t).(*ImageStreamImageNode)\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewReturn(Expr node.Node) *Return {\n\treturn &Return{\n\t\tFreeFloating:", "video": "" }
{ "audio": "", "image": "", "text": " nil,\n\t\tExpr: Expr,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tfunc(node osgraph.Node) graph.Node {\n\t\t\treturn &ImageStreamImageNode{node, isi, false}\n\t\t},\n\t).(*ImageStreamImageNode)\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewTraitUse(Traits []node.Node, InnerAdaptationList node.Node) *TraitUse {\n\treturn &TraitUse{\n\t\tFreeFloating: nil,\n\t\tTraits: ", "video": "" }
{ "audio": "", "image": "", "text": " Traits,\n\t\tTraitAdaptationList: InnerAdaptationList,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewInterface(InterfaceName node.Node, Extends *InterfaceExtends, Stmts []node.Node, PhpDocComment string) *Interface {\n\treturn &Interface{\n\t\tFreeFloating: nil,", "video": "" }
{ "audio": "", "image": "", "text": "\n\t\tPhpDocComment: PhpDocComment,\n\t\tInterfaceName: InterfaceName,\n\t\tExtends: Extends,\n\t\tStmts: Stmts,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewClassConstFetch(Class node.Node, ConstantName node.Node) *ClassConstFetch {\n\treturn &ClassConstFetch{\n\t\tFreeFloating: nil,\n", "video": "" }
{ "audio": "", "image": "", "text": "\t\tClass: Class,\n\t\tConstantName: ConstantName,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewEcho(Exprs []node.Node) *Echo {\n\treturn &Echo{\n\t\tFreeFloating:", "video": "" }
{ "audio": "", "image": "", "text": " nil,\n\t\tExprs: Exprs,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tfunc(node osgraph.Node) graph.Node {\n\t\t\treturn &ImageStreamImageNode{node, isi, false}\n\t\t},\n\t).(*ImageStreamImageNode)\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewUnaryMinus(Expression node.Node) *UnaryMinus {\n\treturn &UnaryMinus{", "video": "" }
{ "audio": "", "image": "", "text": "\n\t\tFreeFloating: nil,\n\t\tExpr: Expression,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tfunc(node osgraph.Node) graph.Node {\n\t\t\treturn &ImageStreamImageNode{node, isi, false}\n\t\t},\n\t).(*ImageStreamImageNode)\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewAssign(Variable node.Node, Expression node.Node) *Assign {\n\treturn &Assign{\n\t\tFreeFloating: nil,\n\t", "video": "" }
{ "audio": "", "image": "", "text": "\tVariable: Variable,\n\t\tExpression: Expression,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewBitwiseNot(Expression node.Node) *BitwiseNot {\n\treturn &BitwiseNot{", "video": "" }
{ "audio": "", "image": "", "text": "\n\t\tFreeFloating: nil,\n\t\tExpr: Expression,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tfunc(node osgraph.Node) graph.Node {\n\t\t\treturn &ImageStreamImageNode{node, isi, false}\n\t\t},\n\t).(*ImageStreamImageNode)\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewCase(Cond node.Node, Stmts []node.Node) *Case {\n", "video": "" }
{ "audio": "", "image": "", "text": "\treturn &Case{\n\t\tFreeFloating: nil,\n\t\tCond: Cond,\n\t\tStmts: Stmts,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewWhile(Cond node.Node, Stmt node.Node) *While {\n\treturn", "video": "" }
{ "audio": "", "image": "", "text": " &While{\n\t\tFreeFloating: nil,\n\t\tCond: Cond,\n\t\tStmt: Stmt,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewNew(Class node.Node, ArgumentList *node.ArgumentList) *New {\n\treturn &New{\n\t\tFreeFloating: nil,\n", "video": "" }
{ "audio": "", "image": "", "text": "\t\tClass: Class,\n\t\tArgumentList: ArgumentList,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewClassExtends(className node.Node) *ClassExtends {\n\treturn &ClassExtends{", "video": "" }
{ "audio": "", "image": "", "text": "\n\t\tFreeFloating: nil,\n\t\tClassName: className,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tfunc(node osgraph.Node) graph.Node {\n\t\t\treturn &ImageStreamImageNode{node, isi, false}\n\t\t},\n\t).(*ImageStreamImageNode)\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewRequireOnce(Expression node.Node) *RequireOnce {\n\treturn &RequireOnce{", "video": "" }
{ "audio": "", "image": "", "text": "\n\t\tFreeFloating: nil,\n\t\tExpr: Expression,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tfunc(node osgraph.Node) graph.Node {\n\t\t\treturn &ImageStreamImageNode{node, isi, false}\n\t\t},\n\t).(*ImageStreamImageNode)\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewCatch(Types []node.Node, Variable node.Node, Stmts []node.Node) *Catch {\n\treturn &Catch{\n\t\tFreeFloating: nil,\n\t\tTypes: ", "video": "" }
{ "audio": "", "image": "", "text": " Types,\n\t\tVariable: Variable,\n\t\tStmts: Stmts,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewHeredoc(Label string, Parts []node.Node) *Heredoc {\n\treturn &Heredoc{\n\t\tFreeFloating: nil,\n\t", "video": "" }
{ "audio": "", "image": "", "text": "\tLabel: Label,\n\t\tParts: Parts,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\n\t\tparts = set.NewStrings()\n\t\tregistered[component] = parts\n\t}\n\tif parts.Contains(part) {\n\t\treturn false\n\t}\n\tparts.Add(part)\n\treturn true\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewMethodCall(Variable node.Node, Method node.Node, ArgumentList *node.ArgumentList) *MethodCall {", "video": "" }
{ "audio": "", "image": "", "text": "\n\treturn &MethodCall{\n\t\tFreeFloating: nil,\n\t\tVariable: Variable,\n\t\tMethod: Method,\n\t\tArgumentList: ArgumentList,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewTraitMethodRef(Trait node.Node, Method node.Node) *TraitMethodRef", "video": "" }
{ "audio": "", "image": "", "text": " {\n\treturn &TraitMethodRef{\n\t\tFreeFloating: nil,\n\t\tTrait: Trait,\n\t\tMethod: Method,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewSmallerOrEqual(Variable node.Node, Expression node.Node) *SmallerOrEqual {\n\treturn &SmallerOrEqual{\n\t\tFreeFloating: nil,\n", "video": "" }
{ "audio": "", "image": "", "text": "\t\tLeft: Variable,\n\t\tRight: Expression,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewPropertyFetch(Variable node.Node, Property node.Node) *PropertyFetch {\n\treturn &PropertyFetch{\n\t\tFreeFloating: nil,\n", "video": "" }
{ "audio": "", "image": "", "text": "\t\tVariable: Variable,\n\t\tProperty: Property,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tif err != nil {\n\t\treturn err\n\t}\n\tnode.setPersistentClient()\n\treturn wrapError(node, node.PushImage(opts, auth))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func NewClosureUse(Uses []node.Node) *ClosureUse {\n\treturn &ClosureUse{", "video": "" }
{ "audio": "", "image": "", "text": "\n\t\tFreeFloating: nil,\n\t\tUses: Uses,\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\tfunc(node osgraph.Node) graph.Node {\n\t\t\treturn &ImageStreamImageNode{node, isi, false}\n\t\t},\n\t).(*ImageStreamImageNode)\n}", "video": "" }