Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 120 for 28 (0.07 sec)

  1. src/cmd/asm/internal/arch/arm.go

    	if op == arm.AMRC {
    		op1 = 1
    	}
    	bits, ok := ParseARMCondition(cond)
    	if !ok {
    		return
    	}
    	offset = (0xe << 24) | // opcode
    		(op1 << 20) | // MCR/MRC
    		((int64(bits) ^ arm.C_SCOND_XOR) << 28) | // scond
    		((x0 & 15) << 8) | //coprocessor number
    		((x1 & 7) << 21) | // coprocessor operation
    		((x2 & 15) << 12) | // ARM register
    		((x3 & 15) << 16) | // Crn
    		((x4 & 15) << 0) | // Crm
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Oct 23 15:18:14 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  2. src/main/java/jcifs/pac/PacLogonInfo.java

                // Skip some reserved fields
                pacStream.skipBytes(8);
    
                this.userAccountControl = pacStream.readInt();
    
                // Skip some reserved fields
                pacStream.skipBytes(28);
    
                // Extra SIDs information
                int extraSidCount = pacStream.readInt();
                int extraSidPointer = pacStream.readInt();
    
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 11.4K bytes
    - Viewed (0)
  3. okhttp/src/test/resources/web-platform-test-urltestdata.txt

    http://example.com/foo%41%7a  s:http h:example.com p:/foo%41%7a
    http://example.com/foo\t\u0091%91  s:http h:example.com p:/foo%C2%91%91
    http://example.com/foo%00%51  s:http h:example.com p:/foo%00%51
    http://example.com/(%28:%3A%29)  s:http h:example.com p:/(%28:%3A%29)
    http://example.com/%3A%3a%3C%3c  s:http h:example.com p:/%3A%3a%3C%3c
    http://example.com/foo\tbar  s:http h:example.com p:/foobar
    http://example.com\\\\foo\\\\bar  s:http h:example.com p://foo//bar
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 14.3K bytes
    - Viewed (0)
  4. src/main/java/jcifs/SmbConstants.java

        static final int WRITE_DAC = 0x00040000; // 18
        static final int WRITE_OWNER = 0x00080000; // 19
        static final int SYNCHRONIZE = 0x00100000; // 20
        static final int GENERIC_ALL = 0x10000000; // 28
        static final int GENERIC_EXECUTE = 0x20000000; // 29
        static final int GENERIC_WRITE = 0x40000000; // 30
        static final int GENERIC_READ = 0x80000000; // 31
    
        // flags for move and copy
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 8.9K bytes
    - Viewed (0)
  5. src/main/java/jcifs/smb1/smb1/ACE.java

        public static final int WRITE_OWNER           = 0x00080000; // 19
        public static final int SYNCHRONIZE           = 0x00100000; // 20
        public static final int GENERIC_ALL           = 0x10000000; // 28
        public static final int GENERIC_EXECUTE       = 0x20000000; // 29
        public static final int GENERIC_WRITE         = 0x40000000; // 30
        public static final int GENERIC_READ          = 0x80000000; // 31
    
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 7.2K bytes
    - Viewed (0)
  6. docs/ru/docs/tutorial/body-multiple-params.md

    ```
    
    ////
    
    //// tab | Python 3.9+
    
    ```Python hl_lines="27"
    {!> ../../docs_src/body_multiple_params/tutorial004_an_py39.py!}
    ```
    
    ////
    
    //// tab | Python 3.8+
    
    ```Python hl_lines="28"
    {!> ../../docs_src/body_multiple_params/tutorial004_an.py!}
    ```
    
    ////
    
    //// tab | Python 3.10+ non-Annotated
    
    /// tip | "Заметка"
    
    Рекомендуется использовать `Annotated` версию, если это возможно.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  7. docs/em/docs/tutorial/body-nested-models.md

    ////
    
    //// tab | 🐍 3️⃣.9️⃣ &amp; 🔛
    
    ```Python hl_lines="4  10"
    {!> ../../docs_src/body_nested_models/tutorial005_py39.py!}
    ```
    
    ////
    
    //// tab | 🐍 3️⃣.1️⃣0️⃣ &amp; 🔛
    
    ```Python hl_lines="2  8"
    {!> ../../docs_src/body_nested_models/tutorial005_py310.py!}
    ```
    
    ////
    
    🎻 🔜 ✅ ☑ 📛, &amp; 📄 🎻 🔗 / 🗄 ✅.
    
    ## 🔢 ⏮️ 📇 📊
    
    👆 💪 ⚙️ Pydantic 🏷 🏾 `list`, `set`, ♒️:
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  8. api/go1.1.txt

    pkg syscall (darwin-386), const AF_E164 = 28
    pkg syscall (darwin-386), const AF_ECMA = 8
    pkg syscall (darwin-386), const AF_HYLINK = 15
    pkg syscall (darwin-386), const AF_IEEE80211 = 37
    pkg syscall (darwin-386), const AF_IMPLINK = 3
    pkg syscall (darwin-386), const AF_INET6 = 30
    pkg syscall (darwin-386), const AF_IPX = 23
    pkg syscall (darwin-386), const AF_ISDN = 28
    pkg syscall (darwin-386), const AF_ISO = 7
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  9. docs/fr/docs/tutorial/body-multiple-params.md

    ```
    
    ////
    
    //// tab | Python 3.9+
    
    ```Python hl_lines="27"
    {!> ../../docs_src/body_multiple_params/tutorial004_an_py39.py!}
    ```
    
    ////
    
    //// tab | Python 3.8+
    
    ```Python hl_lines="28"
    {!> ../../docs_src/body_multiple_params/tutorial004_an.py!}
    ```
    
    ////
    
    //// tab | Python 3.10+ non-Annotated
    
    /// tip
    
    Préférez utiliser la version `Annotated` si possible.
    
    ///
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  10. fess-crawler/src/test/resources/extractor/eml/sample2.eml

    <tbody>
    <tr align="left">
    <td align="left" width="15" style="width:15px;padding:0;margin:0;line-height:1px;font-size:1px;"></td>
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Sat Jan 16 07:50:35 UTC 2016
    - 91.6K bytes
    - Viewed (0)
Back to top