Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 38 of 38 for 0777 (0.05 sec)

  1. src/archive/tar/common.go

    		mode |= fs.ModeSetgid
    	}
    	if fi.h.Mode&c_ISVTX != 0 {
    		mode |= fs.ModeSticky
    	}
    
    	// Set file mode bits; clear perm, setuid, setgid, and sticky bits.
    	switch m := fs.FileMode(fi.h.Mode) &^ 07777; m {
    	case c_ISDIR:
    		mode |= fs.ModeDir
    	case c_ISFIFO:
    		mode |= fs.ModeNamedPipe
    	case c_ISLNK:
    		mode |= fs.ModeSymlink
    	case c_ISBLK:
    		mode |= fs.ModeDevice
    	case c_ISCHR:
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Sep 13 21:03:27 UTC 2024
    - 24.5K bytes
    - Viewed (0)
  2. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    0A75          ; valid                                  # 5.1  GURMUKHI SIGN YAKASH
    0A76          ; valid                  ;      ; NV8    # 11.0 GURMUKHI ABBREVIATION SIGN
    0A77..0A80    ; disallowed                             # NA   <reserved-0A77>..<reserved-0A80>
    0A81..0A83    ; valid                                  # 1.1  GUJARATI SIGN CANDRABINDU..GUJARATI SIGN VISARGA
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  3. doc/asm.html

    	LEAL	ret_lo+4(FP), BX
    	// MOVQ (%EAX), %MM0
    	BYTE $0x0f; BYTE $0x6f; BYTE $0x00
    	// MOVQ %MM0, 0(%EBX)
    	BYTE $0x0f; BYTE $0x7f; BYTE $0x03
    	// EMMS
    	BYTE $0x0F; BYTE $0x77
    	RET
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue Nov 28 19:15:27 UTC 2023
    - 36.3K bytes
    - Viewed (0)
  4. docs/en/docs/release-notes.md

    * ⬆ Bump dawidd6/action-download-artifact from 2.28.0 to 3.0.0. PR [#10777](https://github.com/tiangolo/fastapi/pull/10777) by [@dependabot[bot]](https://github.com/apps/dependabot).
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
  5. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	DPPS $7, (R11), X11                     // 66450f3a401b07
    	DPPS $7, X2, X11                        // 66440f3a40da07
    	DPPS $7, X11, X11                       // 66450f3a40db07
    	EMMS                                    // 0f77
    	//TODO: ENTERQ $0x12, $0xf123           // c823f112
    	EXTRACTPS $0, X2, (BX)                  // 660f3a171300
    	EXTRACTPS $1, X11, (BX)                 // 66440f3a171b01
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (1)
  6. api/go1.1.txt

    pkg syscall (linux-386), const ARPHRD_IEEE802154_PHY = 805
    pkg syscall (linux-386), const ARPHRD_IEEE802_TR = 800
    pkg syscall (linux-386), const ARPHRD_INFINIBAND = 32
    pkg syscall (linux-386), const ARPHRD_IPDDP = 777
    pkg syscall (linux-386), const ARPHRD_IPGRE = 778
    pkg syscall (linux-386), const ARPHRD_IRDA = 783
    pkg syscall (linux-386), const ARPHRD_LAPB = 516
    pkg syscall (linux-386), const ARPHRD_LOCALTLK = 773
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  7. src/main/webapp/css/admin/adminlte.min.css.map

    inherit;\n  color: #292d32;\n}\n\n[class*=\"sidebar-light-\"] .sidebar a {\n  color: #343a40;\n}\n\n[class*=\"sidebar-light-\"] .sidebar a:hover {\n  text-decoration: none;\n}\n\n[class*=\"sidebar-light-\"] .nav-treeview > .nav-item > .nav-link {\n  color: #777;\n}\n\n[class*=\"sidebar-light-\"] .nav-treeview > .nav-item > .nav-link:hover, [class*=\"sidebar-light-\"] .nav-treeview > .nav-item > .nav-link:focus {\n  background-color: rgba(0, 0, 0, 0.1);\n  color: #000;\n}\n\n[class*=\"sidebar-light-\"] .nav-treeview...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 3.7M bytes
    - Viewed (1)
  8. src/main/webapp/css/admin/adminlte.min.css

    ass*=sidebar-light-] .nav-header{background-color:inherit;color:#292d32}[class*=sidebar-light-] .sidebar a{color:#343a40}[class*=sidebar-light-] .sidebar a:hover{text-decoration:none}[class*=sidebar-light-] .nav-treeview>.nav-item>.nav-link{color:#777}[class*=sidebar-light-] .nav-treeview>.nav-item>.nav-link:focus,[class*=sidebar-light-] .nav-treeview>.nav-item>.nav-link:hover{background-color:rgba(0,0,0,.1);color:#000}[class*=sidebar-light-] .nav-treeview>.nav-item>.nav-link.active,[class*=sidebar-light-]...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 1.3M bytes
    - Viewed (0)
Back to top