Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 67 for 51 (0.02 sec)

  1. go.mod

    	github.com/pkg/xattr v0.4.10
    	github.com/prometheus/client_golang v1.22.0
    	github.com/prometheus/client_model v0.6.2
    	github.com/prometheus/common v0.63.0
    	github.com/prometheus/procfs v0.16.1
    	github.com/puzpuzpuz/xsync/v3 v3.5.1
    	github.com/rabbitmq/amqp091-go v1.10.0
    	github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9
    	github.com/rs/cors v1.11.1
    	github.com/secure-io/sio-go v0.3.1
    	github.com/shirou/gopsutil/v3 v3.24.5
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Sat Sep 06 17:33:19 UTC 2025
    - 12.3K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/collect/ContiguousSetTest.java

        assertEquals(ImmutableSet.of(), set.intersection(emptySet));
        assertEquals(ImmutableSet.of(), emptySet.intersection(set));
        assertEquals(
            ImmutableSet.of(),
            ContiguousSet.create(Range.closed(-5, -1), integers())
                .intersection(ContiguousSet.create(Range.open(3, 64), integers())));
      }
    
      public void testIntersection() {
        ContiguousSet<Integer> set = ContiguousSet.create(Range.closed(1, 3), integers());
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 19.6K bytes
    - Viewed (0)
  3. LICENSE

                      GNU LESSER GENERAL PUBLIC LICENSE
                           Version 2.1, February 1999
    
     Copyright (C) 1991, 1999 Free Software Foundation, Inc.
     51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
     Everyone is permitted to copy and distribute verbatim copies
     of this license document, but changing it is not allowed.
    
    (This is the first released version of the Lesser GPL.  It also counts
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Mon Jan 18 20:25:38 UTC 2016
    - 25.8K bytes
    - Viewed (0)
  4. docs/pt/docs/tutorial/sql-databases.md

    ### Ler Heroes
    
    Podemos **ler** `Hero`s do banco de dados usando um `select()`. Podemos incluir um `limit` e `offset` para paginar os resultados.
    
    {* ../../docs_src/sql_databases/tutorial001_an_py310.py ln[48:55] hl[51:52,54] *}
    
    ### Ler um Único Hero
    
    Podemos **ler** um único `Hero`.
    
    {* ../../docs_src/sql_databases/tutorial001_an_py310.py ln[58:63] hl[60] *}
    
    ### Deletar um Hero
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Oct 27 15:25:29 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  5. docs/ru/docs/tutorial/sql-databases.md

    Мы можем **читать** данные героев из базы данных с помощью `select()`. Мы можем включить `limit` и `offset` для постраничного считывания результатов.
    
    {* ../../docs_src/sql_databases/tutorial001_an_py310.py ln[48:55] hl[51:52,54] *}
    
    ### Чтение данных отдельного героя
    
    Мы можем прочитать данные отдельного героя (`Hero`).
    
    {* ../../docs_src/sql_databases/tutorial001_an_py310.py ln[58:63] hl[60] *}
    
    ### Удаление данных героя
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Tue Dec 17 21:20:20 UTC 2024
    - 25.7K bytes
    - Viewed (0)
  6. src/test/java/jcifs/internal/dtyp/SecurityDescriptorTest.java

            testBuffer[46] = 0x00; // identifier authority
            testBuffer[47] = 0x00;
            testBuffer[48] = 0x00;
            testBuffer[49] = 0x00;
            testBuffer[50] = 0x00;
            testBuffer[51] = 0x05;
            SMBUtil.writeInt4(32, testBuffer, 52); // sub-authority 1
            SMBUtil.writeInt4(544, testBuffer, 56); // sub-authority 2
    
            int size = securityDescriptor.decode(testBuffer, 0, testBuffer.length);
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 18.6K bytes
    - Viewed (0)
  7. src/main/java/jcifs/internal/smb1/trans/SmbComTransaction.java

        // relative to headerStart
        private static final int PRIMARY_SETUP_OFFSET = 61;
        private static final int SECONDARY_PARAMETER_OFFSET = 51;
    
        static final int DISCONNECT_TID = 0x01;
        static final int ONE_WAY_TRANSACTION = 0x02;
    
        static final int PADDING_SIZE = 4;
    
        private final int tflags = 0x00;
        private int pad1 = 0;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 17.3K bytes
    - Viewed (0)
  8. docs/smb3-features/01-smb3-lease-design.md

        private void invalidateReadCache(String path) {
            // Implementation to invalidate read cache
            // This will be called when losing read cache
        }
    }
    ```
    
    ## 5. Lease Break Handling
    
    ### 5.1 Lease Break Notification
    ```java
    package jcifs.internal.smb2.lease;
    
    import jcifs.internal.smb2.ServerMessageBlock2;
    
    public class Smb2LeaseBreakNotification extends ServerMessageBlock2 {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 02:53:50 UTC 2025
    - 22K bytes
    - Viewed (0)
  9. docs/es/docs/tutorial/sql-databases.md

    ### Leer Heroes
    
    Podemos **leer** `Hero`s de la base de datos usando un `select()`. Podemos incluir un `limit` y `offset` para paginar los resultados.
    
    {* ../../docs_src/sql_databases/tutorial001_an_py310.py ln[48:55] hl[51:52,54] *}
    
    ### Leer Un Hero
    
    Podemos **leer** un único `Hero`.
    
    {* ../../docs_src/sql_databases/tutorial001_an_py310.py ln[58:63] hl[60] *}
    
    ### Eliminar un Hero
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 18:26:57 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  10. docs/smb3-features/04-directory-leasing-design.md

        private static final int FILE_NOTIFY_CHANGE_SIZE = 0x00000008;
        private static final int FILE_NOTIFY_CHANGE_LAST_WRITE = 0x00000010;
    }
    ```
    
    ## 5. Integration with Existing Code
    
    ### 5.1 SmbFile Directory Operations
    ```java
    // In SmbFile.java
    private DirectoryLeaseManager directoryLeaseManager;
    private Smb2LeaseKey directoryLeaseKey;
    
    @Override
    public SmbFile[] listFiles() throws IOException {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 02:53:50 UTC 2025
    - 36.2K bytes
    - Viewed (0)
Back to top