Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 68 for 19098 (0.16 sec)

  1. src/mdo/writer-stax.vm

                for (Map.Entry<String, String> attr : dom.getAttributes().entrySet()) {
                    if (attr.getKey().startsWith("xml:")) {
                        serializer.writeAttribute("http://www.w3.org/XML/1998/namespace",
                        attr.getKey().substring(4), attr.getValue());
                    } else {
                        serializer.writeAttribute(attr.getKey(), attr.getValue());
                    }
                }
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 05 08:11:33 UTC 2023
    - 20.2K bytes
    - Viewed (0)
  2. src/os/file_unix.go

    			// On FreeBSD a regular file is always
    			// reported as ready for writing.
    			// On Dragonfly, NetBSD and OpenBSD the fd is signaled
    			// only once as ready (both read and write).
    			// Issue 19093.
    			// Also don't add directories to the netpoller.
    			if err == nil && (typ == syscall.S_IFREG || typ == syscall.S_IFDIR) {
    				pollable = false
    			}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS___NFTW_A                        = 0x772 // 1906
    	SYS_____PASSWD_A                    = 0x773 // 1907
    	SYS___PTHREAD_SECURITY_NP_A         = 0x774 // 1908
    	SYS___QUERYMETRICS_A                = 0x775 // 1909
    	SYS___QUERYSCHENV                   = 0x776 // 1910
    	SYS___READV_A                       = 0x777 // 1911
    	SYS_____SERVER_CLASSIFY_A           = 0x778 // 1912
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  4. src/runtime/zcallback_windows_arm64.s

    	B	runtime·callbackasm1(SB)
    	MOVD	$1905, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1906, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1907, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1908, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1909, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1910, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1911, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1912, R12
    	B	runtime·callbackasm1(SB)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 21:52:38 UTC 2021
    - 89.3K bytes
    - Viewed (0)
  5. src/runtime/zcallback_windows_arm.s

    	B	runtime·callbackasm1(SB)
    	MOVW	$1905, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1906, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1907, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1908, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1909, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1910, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1911, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1912, R12
    	B	runtime·callbackasm1(SB)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 21:52:38 UTC 2021
    - 89.3K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    private void writeDocumentHeaders(); } org/codehaus/plexus/util/xml/pull/MXParser.class package org.codehaus.plexus.util.xml.pull; public synchronized class MXParser implements XmlPullParser { protected static final String XML_URI = http://www.w3.org/XML/1998/namespace; protected static final String XMLNS_URI = http://www.w3.org/2000/xmlns/; protected static final String FEATURE_XML_ROUNDTRIP = http://xmlpull.org/v1/doc/features.html#xml-roundtrip; protected static final String FEATURE_NAMES_INTERNED =...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 164.6K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/main/resources/header.html

    0,1,.8,4.71,3.82,3.82,0,0,1-.29,1.8,1.19,1.19,0,0,1-1.1.46Zm11.23-3.55A7.28,7.28,0,0,0,256,56.4a5.16,5.16,0,0,0-1-1.77,4.44,4.44,0,0,0-1.63-1.21,5.68,5.68,0,0,0-2.3-.44,5.46,5.46,0,0,0-4,1.45,7.13,7.13,0,0,0-1.87,4.13ZM112.26,14a13.72,13.72,0,0,0-19.08-.32,1.27,1.27,0,0,0-.41.93,1.31,1.31,0,0,0,.38.95l1.73,1.73a1.31,1.31,0,0,0,1.71.12,7.78,7.78,0,0,1,4.71-1.57,7.87,7.87,0,0,1,5.57,13.43C96,40.2,81.41,9.66,48.4,25.37a4.48,4.48,0,0,0-2,6.29l5.66,9.79a4.49,4.49,0,0,0,6.07,1.67l.14-.08-.11.08,2.51-1...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 35.6K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/walk/expr.go

    	// Check that first result type is "reflect.Method" or "reflect.Value".
    	// Note that we have to check sym name and sym package separately, as
    	// we can't check for exact string "reflect.Method" reliably
    	// (e.g., see #19028 and #38515).
    	switch s := t.Result(0).Type.Sym(); {
    	case s != nil && types.ReflectSymName(s) == "Method",
    		s != nil && types.ReflectSymName(s) == "Value":
    
    	default:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:34:01 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  9. src/encoding/xml/read_test.go

    	TAttr TAttr
    }
    
    type TAttr struct {
    	HTable string `xml:"http://www.w3.org/TR/html4/ table,attr"`
    	FTable string `xml:"http://www.w3schools.com/furniture table,attr"`
    	Lang   string `xml:"http://www.w3.org/XML/1998/namespace lang,attr,omitempty"`
    	Other1 string `xml:"http://golang.org/xml/ other,attr,omitempty"`
    	Other2 string `xml:"http://golang.org/xmlfoo/ other,attr,omitempty"`
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 29.1K bytes
    - Viewed (0)
  10. pkg/util/iptables/iptables.go

    type LineData struct {
    	// Line holds the line number (the first line is 1).
    	Line int
    	// The data of the line.
    	Data string
    }
    
    var regexpParseError = regexp.MustCompile("line ([1-9][0-9]*) failed$")
    
    // parseRestoreError extracts the line from the error, if it matches returns parseError
    // for example:
    // input: iptables-restore: line 51 failed
    // output: parseError:  cmd = iptables-restore, line = 51
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 28.6K bytes
    - Viewed (0)
Back to top