Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 1,030 for Rparen (0.44 sec)

  1. maven-model-builder/src/test/resources/poms/inheritance/no-append-urls-parent.xml

      child.project.url.inherit.append.path="false">
      <modelVersion>4.0.0</modelVersion>
    
      <groupId>inheritance</groupId>
      <artifactId>parent</artifactId>
      <version>11-SNAPSHOT</version>
    
      <name>Model urls inheritance test parent</name>
      <description>MNG-5951 MNG-6059 child.x.y.inherit.append.path="false" for each url to avoid automatic path addition when inheriting</description>
    
      <modules>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Nov 07 15:16:39 UTC 2019
    - 2.1K bytes
    - Viewed (0)
  2. maven-model-builder/src/test/resources/poms/inheritance/tricky-flat-directory-urls-parent.xml

      <modelVersion>4.0.0</modelVersion>
    
      <groupId>inheritance</groupId>
      <artifactId>parent</artifactId>
      <version>11-SNAPSHOT</version>
    
      <name>Model urls inheritance test parent</name>
      <description>Flat directory structure case: module = ../child directory path + child directory path != child-artifact-id</description>
    
      <modules>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Nov 07 15:16:39 UTC 2019
    - 1.8K bytes
    - Viewed (0)
  3. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/execution/KotlinGrammar.kt

            )
    
        val parenthesizedType by debug {
            paren(type)
        }
    
        val parenthesizedExpression by debug {
            paren(expression)
        }
    
        val valueArgument by debug {
            optional(annotation) * optional(simpleIdentifier * token(EQ)) * optional(token(MUL)) * expression
        }
    
        val valueArguments by debug {
            paren(
                optional(
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 8.4K bytes
    - Viewed (0)
  4. src/cmd/dist/buildtag.go

    		v = t.infix(v, p.parse(t.prec+1))
    	}
    	return v
    }
    
    // not is the prefix parser for a ! token.
    func (p *exprParser) not() val {
    	p.next()
    	return !p.parse(100)
    }
    
    // paren is the prefix parser for a ( token.
    func (p *exprParser) paren() val {
    	p.next()
    	v := p.parse(0)
    	if p.t.tok != ")" {
    		panic("missing )")
    	}
    	p.next()
    	return v
    }
    
    // next advances the parser to the next token,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 03:35:04 UTC 2021
    - 3K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/tools/go/analysis/passes/unmarshal/unmarshal.go

    		switch t.Underlying().(type) {
    		case *types.Pointer, *types.Interface, *types.TypeParam:
    			return
    		}
    
    		switch argidx {
    		case 0:
    			pass.Reportf(call.Lparen, "call of %s passes non-pointer", fn.Name())
    		case 1:
    			pass.Reportf(call.Lparen, "call of %s passes non-pointer as second argument", fn.Name())
    		}
    	})
    	return nil, nil
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  6. src/go/printer/printer_test.go

    	// now remove parentheses from the declaration
    	for i := 0; i != len(f.Decls); i++ {
    		f.Decls[i].(*ast.GenDecl).Lparen = token.NoPos
    	}
    	buf.Reset()
    	err = Fprint(&buf, fset, f)
    	if err != nil {
    		t.Fatal(err)
    	}
    	noparen := buf.String()
    
    	if noparen != original {
    		t.Errorf("got %q, want %q", noparen, original)
    	}
    }
    
    // Verify that we don't print a newline between "return" and its results, as
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  7. maven-core/src/test/resources-project-builder/dependency-inheritance/maven-parent.xml

      <modelVersion>4.0.0</modelVersion>
    
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-parent</artifactId>
      <version>11</version>
      <packaging>pom</packaging>
    
      <name>Apache Maven</name>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Mar 29 19:02:56 UTC 2020
    - 1.2K bytes
    - Viewed (0)
  8. maven-model-builder/src/test/resources/poms/validation/incomplete-parent.xml

    KIND, either express or implied.  See the License for the
    specific language governing permissions and limitations
    under the License.
    -->
    
    <project>
      <modelVersion>4.0.0</modelVersion>
    
      <parent>
        <!-- all fields missing -->
      </parent>
    
      <artifactId>aid</artifactId>
      <groupId>gid</groupId>
      <version>0.1</version>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Nov 18 14:08:28 UTC 2009
    - 963 bytes
    - Viewed (0)
  9. src/main/webapp/js/admin/adminlte.min.js

    i=t.Event(s.EXPANDED);this._element.trigger(i,this._parent)},i.remove=function(){this._parent.slideUp();var e=t.Event(s.REMOVED);this._element.trigger(e,this._parent)},i.toggle=function(){this._parent.hasClass(o.COLLAPSED)?this.expand():this.collapse()},i.maximize=function(){this._parent.find(this._settings.maximizeTrigger+" ."+this._settings.maximizeIcon).addClass(this._settings.minimizeIcon).removeClass(this._settings.maximizeIcon),this._parent.css({height:this._parent.height(),width:this._parent.width(),transition:"all...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Feb 12 07:55:41 UTC 2020
    - 23.7K bytes
    - Viewed (0)
  10. src/go/printer/testdata/statements.golden

    		use(x)
    	}	// no parens printed
    }
    
    // Formatting of for-statement headers for multi-line for-loops.
    func _() {
    	for {
    	}
    	for expr {
    	}
    	for expr {
    	}	// no parens printed
    	for {
    	}	// no semicolons printed
    	for x := expr; ; {
    		use(x)
    	}
    	for expr {
    	}	// no semicolons printed
    	for expr {
    	}	// no semicolons and parens printed
    	for ; ; expr = false {
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 12 18:18:12 UTC 2014
    - 8K bytes
    - Viewed (0)
Back to top