Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 76 for w3 (0.03 sec)

  1. src/encoding/xml/read_test.go

    	}
    }
    
    type Tables struct {
    	HTable string `xml:"http://www.w3.org/TR/html4/ table"`
    	FTable string `xml:"http://www.w3schools.com/furniture table"`
    }
    
    var tables = []struct {
    	xml string
    	tab Tables
    	ns  string
    }{
    	{
    		xml: `<Tables>` +
    			`<table xmlns="http://www.w3.org/TR/html4/">hello</table>` +
    			`<table xmlns="http://www.w3schools.com/furniture">world</table>` +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 29.1K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/value.go

    }
    
    //go:noinline
    func (v *Value) AddArg3(w1, w2, w3 *Value) {
    	if v.Args == nil {
    		v.resetArgs() // use argstorage
    	}
    	v.Args = append(v.Args, w1, w2, w3)
    	w1.Uses++
    	w2.Uses++
    	w3.Uses++
    }
    
    //go:noinline
    func (v *Value) AddArg4(w1, w2, w3, w4 *Value) {
    	v.Args = append(v.Args, w1, w2, w3, w4)
    	w1.Uses++
    	w2.Uses++
    	w3.Uses++
    	w4.Uses++
    }
    
    //go:noinline
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 16:40:22 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  3. guava/src/com/google/common/net/HttpHeaders.java

      public static final String REFERER = "Referer";
      /**
       * The HTTP <a href="https://www.w3.org/TR/referrer-policy/">{@code Referrer-Policy}</a> header
       * field name.
       *
       * @since 23.4
       */
      public static final String REFERRER_POLICY = "Referrer-Policy";
    
      /**
       * Values for the <a href="https://www.w3.org/TR/referrer-policy/">{@code Referrer-Policy}</a>
       * header.
       *
       * @since 23.4
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 01 18:44:57 UTC 2024
    - 34.3K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/net/HttpHeaders.java

      public static final String REFERER = "Referer";
      /**
       * The HTTP <a href="https://www.w3.org/TR/referrer-policy/">{@code Referrer-Policy}</a> header
       * field name.
       *
       * @since 23.4
       */
      public static final String REFERRER_POLICY = "Referrer-Policy";
    
      /**
       * Values for the <a href="https://www.w3.org/TR/referrer-policy/">{@code Referrer-Policy}</a>
       * header.
       *
       * @since 23.4
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 01 18:44:57 UTC 2024
    - 34.3K bytes
    - Viewed (0)
  5. tests/integration/ambient/waypoint_test.go

    				"waypoint",
    				"apply",
    				"--namespace",
    				nsConfig.Name(),
    				"--name",
    				"w3",
    				"--enroll-namespace",
    				"true",
    				"--wait",
    			})
    			nameSet = append(nameSet, "w3")
    
    			output, _ := istioctl.NewOrFail(t, t, istioctl.Config{}).InvokeOrFail(t, []string{
    				"waypoint",
    				"list",
    				"--namespace",
    				nsConfig.Name(),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  6. src/test/java/org/codelibs/fess/helper/CrawlingConfigHelperTest.java

                    list.add((WebConfig) crawlingConfigHelper.getCrawlingConfig("W3"));
                    return list;
                }
            }, WebConfigBhv.class.getCanonicalName());
            final List<WebConfig> configList = crawlingConfigHelper.getWebConfigListByIds(List.of("W1", "W2", "W3"));
            assertEquals(3, configList.size());
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  7. src/encoding/xml/xml_test.go

    <!DOCTYPE [<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">]>
    <!DOCTYPE [<!ENTITY xlt ">">]>
    <!DOCTYPE [<!ENTITY xlt "<">]>
    <!DOCTYPE [<!ENTITY xlt '>'>]>
    <!DOCTYPE [<!ENTITY xlt '<'>]>
    <!DOCTYPE [<!ENTITY xlt '">'>]>
    <!DOCTYPE [<!ENTITY xlt "'<">]>
    `
    
    var nestedDirectivesTokens = []Token{
    	CharData("\n"),
    	Directive(`DOCTYPE [<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">]`),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  8. platforms/jvm/ear/src/integTest/groovy/org/gradle/plugins/ear/EarPluginIntegrationTest.groovy

            modules[0].ejb.text() == 'moduleA.jar'
            modules[1].web.'web-uri'.text() == 'moduleB.war'
        }
    
        void "uses content from application xml located #location"() {
            def xsi = ["xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"", "xsi:schemaLocation=\"http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_6.xsd\""]
    
            if (JavaVersion.current().java8Compatible) {
                xsi = xsi.reverse()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 17.2K bytes
    - Viewed (0)
  9. platforms/documentation/docs-asciidoctor-extensions-base/src/main/resources/multi-language-samples.css

    }
    
    .multi-language-selector .language-option[data-lang='kotlin'],
    .exampleblock[data-lang=kotlin] > .content .title {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 25 00:27:34 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  10. platforms/jvm/jvm-services/src/test/groovy/org/gradle/jvm/toolchain/internal/MavenToolchainsInstallationSupplierTest.groovy

                </toolchain>
                </toolchains>''',
             '''<?xml version="1.0" encoding="UTF-8"?>
                <toolchains xmlns="http://maven.apache.org/TOOLCHAINS/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                xsi:schemaLocation="http://maven.apache.org/TOOLCHAINS/1.1.0 http://maven.apache.org/xsd/toolchains-1.1.0.xsd">
                <toolchain>
                <type>jdk</type>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 15:09:49 UTC 2023
    - 16.3K bytes
    - Viewed (0)
Back to top