Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 90 for Nl (0.02 sec)

  1. android/guava-tests/test/com/google/common/net/InternetDomainNameTest.java

              "it-trace.ch",
              "cool.dk",
              "cool.co.uk",
              "cool.de",
              "cool.es",
              "cool\uFF61fr", // Alternate dot character
              "cool.nl",
              "members.blah.nl.",
              "cool.se",
              "utenti.blah.it",
              "kt.co",
              "a\u7f51\u7edcA.\u7f51\u7edc.Cn" // "a网络A.网络.Cn"
              );
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Mar 05 13:16:00 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/walk/order.go

    	results := n.Rhs[0].Type()
    	as := ir.NewAssignListStmt(n.Pos(), ir.OAS2, nil, nil)
    	for i, nl := range n.Lhs {
    		if !ir.IsBlank(nl) {
    			typ := results.Field(i).Type
    			tmp := o.newTemp(typ, typ.HasPointers())
    			n.Lhs[i] = tmp
    			as.Lhs = append(as.Lhs, nl)
    			as.Rhs = append(as.Rhs, tmp)
    		}
    	}
    
    	o.out = append(o.out, n)
    	o.stmt(typecheck.Stmt(as))
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 02:00:33 UTC 2024
    - 42.7K bytes
    - Viewed (0)
  3. src/go/printer/testdata/expressions.golden

    		t.Zone == u.Zone
    }
    
    func (p *parser) charClass() {
    	// respect source lines in multi-line expressions
    	if cc.negate && len(cc.ranges) == 2 &&
    		cc.ranges[0] == '\n' && cc.ranges[1] == '\n' {
    		nl := new(_NotNl)
    		p.re.add(nl)
    	}
    }
    
    func addState(s []state, inst instr, match []int) {
    	// handle comments correctly in multi-line expressions
    	for i := 0; i < l; i++ {
    		if s[i].inst.index() == index &&	// same instruction
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 03 16:41:54 UTC 2017
    - 12.4K bytes
    - Viewed (0)
  4. src/go/printer/testdata/expressions.raw

    		t.Zone == u.Zone
    }
    
    func (p *parser) charClass() {
    	// respect source lines in multi-line expressions
    	if cc.negate && len(cc.ranges) == 2 &&
    		cc.ranges[0] == '\n' && cc.ranges[1] == '\n' {
    		nl := new(_NotNl)
    		p.re.add(nl)
    	}
    }
    
    func addState(s []state, inst instr, match []int) {
    	// handle comments correctly in multi-line expressions
    	for i := 0; i < l; i++ {
    		if s[i].inst.index() == index &&	// same instruction
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 03 16:41:54 UTC 2017
    - 12.4K bytes
    - Viewed (0)
  5. src/packaging/deb/init.d/fess

    #!/bin/sh
    #
    # /etc/init.d/fess -- startup script for Fess
    #
    # Written by Miquel van Smoorenburg <miquels@cistron.nl>.
    # Modified for Debian GNU/Linux	by Ian Murdock <******@****.***>.
    # Modified for Tomcat by Stefan Gybas <******@****.***>.
    # Modified for Tomcat6 by Thierry Carrez <******@****.***>.
    # Additional improvements by Jason Brittain <******@****.***>.
    # Modified by Nicolas Huray for Fess <******@****.***>.
    #
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sun Jan 15 06:32:15 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  6. src/html/template/css.go

    	case '\t', '\n', '\f', ' ':
    		return c[1:]
    	case '\r':
    		// This differs from CSS3's wc production because it contains a
    		// probable spec error whereby wc contains all the single byte
    		// sequences in nl (newline) but not CRLF.
    		if len(c) >= 2 && c[1] == '\n' {
    			return c[2:]
    		}
    		return c[1:]
    	}
    	return c
    }
    
    // isCSSSpace reports whether b is a CSS space char as defined in wc.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 02 19:38:18 UTC 2023
    - 7K bytes
    - Viewed (0)
  7. src/fmt/scan_test.go

    		{"space vs newline no-percent 0100", "1\n 2", "1\n2", 0, false},  // fails: space after nl in input but not pattern
    		{"space vs newline no-percent 0101", "1\n 2", "1\n2 ", 0, false}, // fails: space after nl in input but not pattern
    		{"space vs newline no-percent 0110", "1\n 2", "1 \n2", 0, false}, // fails: space after nl in input but not pattern
    		{"space vs newline no-percent 0111", "1\n 2", "1 \n 2", 0, true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 23 20:25:13 UTC 2023
    - 39.3K bytes
    - Viewed (0)
  8. src/go/internal/gccgoimporter/testdata/unicode.gox

    var Mro <type 1>;
    var Multani <type 1>;
    var Myanmar <type 1>;
    var N <type 1>;
    var Nabataean <type 1>;
    var Nd <type 1>;
    var New_Tai_Lue <type 1>;
    var Newa <type 1>;
    var Nko <type 1>;
    var Nl <type 1>;
    var No <type 1>;
    var Noncharacter_Code_Point <type 1>;
    var Number <type 1>;
    var Ogham <type 1>;
    var Ol_Chiki <type 1>;
    var Old_Hungarian <type 1>;
    var Old_Italic <type 1>;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 30 21:33:51 UTC 2021
    - 7.3K bytes
    - Viewed (0)
  9. platforms/jvm/language-java/src/test/groovy/org/gradle/external/javadoc/StandardJavadocDocletOptionsTest.java

            assertEquals(options, options.breakIterator());
            assertTrue(options.isBreakIterator());
        }
    
        @Test
        public void testFluentLocale() {
            final String localeValue = "nl";
            assertEquals(options, options.locale(localeValue));
            assertEquals(localeValue, options.getLocale());
        }
    
        @Test
        public void testFluentEncoding() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 15.5K bytes
    - Viewed (0)
  10. src/main/resources/fess_config.properties

    fa=fa\n\
    fi=fi\n\
    fr=fr\n\
    gl=gl\n\
    gu=gu\n\
    he=he\n\
    hi=hi\n\
    hr=hr\n\
    hu=hu\n\
    hy=hy\n\
    id=id\n\
    it=it\n\
    ja=ja\n\
    ko=ko\n\
    lt=lt\n\
    lv=lv\n\
    mk=mk\n\
    ml=ml\n\
    nl=nl\n\
    no=no\n\
    pa=pa\n\
    pl=pl\n\
    pt=pt\n\
    pt-br=pt-br\n\
    pt_BR=pt-br\n\
    ro=ro\n\
    ru=ru\n\
    si=si\n\
    sq=sq\n\
    sv=sv\n\
    ta=ta\n\
    te=te\n\
    th=th\n\
    tl=tl\n\
    tr=tr\n\
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 30.6K bytes
    - Viewed (0)
Back to top