Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 191 for uuid_t (0.14 sec)

  1. src/main/java/jcifs/dcerpc/msrpc/SamrDomainHandle.java

         * @throws IOException if an I/O error occurs during handle creation
         */
        public SamrDomainHandle(final DcerpcHandle handle, final SamrPolicyHandle policyHandle, final int access, final rpc.sid_t sid)
                throws IOException {
            this.handle = handle;
            final MsrpcSamrOpenDomain rpc = new MsrpcSamrOpenDomain(policyHandle, access, sid, this);
            handle.sendrecv(rpc);
            if (rpc.retval != 0) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 2.5K bytes
    - Viewed (0)
  2. tests/generics_test.go

    	ctx := context.Background()
    	users := []User{
    		{Name: uuid.NewString(), Age: 21},
    		{Name: uuid.NewString(), Age: 22},
    		{Name: uuid.NewString(), Age: 23},
    	}
    
    	if err := gorm.G[User](DB).CreateInBatches(ctx, &users, 2); err != nil {
    		t.Fatalf("CreateInBatches failed: %v", err)
    	}
    
    	userIds := []uuid.UUID{}
    Registered: Sun Sep 07 09:35:13 UTC 2025
    - Last Modified: Thu Sep 04 13:13:16 UTC 2025
    - 28K bytes
    - Viewed (0)
  3. src/main/config/es/fess_config_web_config.json

                    "array" : "true"
                  }
                }
              }
            },
            "creation_date" : "1509021057900",
            "number_of_shards" : "5",
            "number_of_replicas" : "1",
            "uuid" : "OYkqmnvbTJami5vnLYfYNg",
            "version" : {
              "created" : "6000051"
            },
            "provided_name" : "fess_config.web_config"
          }
        }
      }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 2.3K bytes
    - Viewed (0)
  4. src/test/java/jcifs/dcerpc/DcerpcConstantsTest.java

    import org.junit.jupiter.api.Test;
    
    @DisplayName("DcerpcConstants Tests")
    class DcerpcConstantsTest {
    
        @Nested
        @DisplayName("UUID Constants Tests")
        class UuidConstantsTests {
    
            @Test
            @DisplayName("DCERPC_UUID_SYNTAX_NDR should have correct UUID value")
            void testDcerpcUuidSyntaxNdr() {
                // Arrange
                String expectedUuid = "8a885d04-1ceb-11c9-9fe8-08002b104860";
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 13.5K bytes
    - Viewed (0)
  5. src/test/java/jcifs/dcerpc/msrpc/MsrpcSamrOpenDomainTest.java

    import org.mockito.Mock;
    import org.mockito.MockitoAnnotations;
    
    import jcifs.dcerpc.rpc;
    
    class MsrpcSamrOpenDomainTest {
    
        @Mock
        private SamrPolicyHandle mockHandle;
        @Mock
        private rpc.sid_t mockSid;
        @Mock
        private SamrDomainHandle mockDomainHandle;
    
        @BeforeEach
        void setUp() {
            MockitoAnnotations.openMocks(this);
        }
    
        @Test
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  6. src/main/config/es/fess_user_role.json

              }
            }
          }
        },
        "settings" : {
          "index" : {
            "creation_date" : "1509021059090",
            "number_of_shards" : "5",
            "number_of_replicas" : "1",
            "uuid" : "ugUWT7UpRCau5xEMgWOBsw",
            "version" : {
              "created" : "6000051"
            },
            "provided_name" : "fess_user.role"
          }
        }
      }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 517 bytes
    - Viewed (0)
  7. src/main/config/es/fess_config_crawling_info.json

              }
            }
          }
        },
        "settings" : {
          "index" : {
            "creation_date" : "1509021050413",
            "number_of_shards" : "5",
            "number_of_replicas" : "1",
            "uuid" : "Oh0_KGaLRLGjpIm2zjB83Q",
            "version" : {
              "created" : "6000051"
            },
            "provided_name" : "fess_config.crawling_info"
          }
        }
      }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 756 bytes
    - Viewed (0)
  8. src/main/java/jcifs/smb1/dcerpc/msrpc/SamrDomainHandle.java

         * @throws IOException if an I/O error occurs during handle creation
         */
        public SamrDomainHandle(final DcerpcHandle handle, final SamrPolicyHandle policyHandle, final int access, final rpc.sid_t sid)
                throws IOException {
            this.handle = handle;
            final MsrpcSamrOpenDomain rpc = new MsrpcSamrOpenDomain(policyHandle, access, sid, this);
            handle.sendrecv(rpc);
            if (rpc.retval != 0) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 2.4K bytes
    - Viewed (0)
  9. src/main/config/es/fess_config_thumbnail_queue.json

              }
            }
          }
        },
        "settings" : {
          "index" : {
            "creation_date" : "1509021057304",
            "number_of_shards" : "5",
            "number_of_replicas" : "1",
            "uuid" : "gofu2g1ATH6L2rVweOWmtg",
            "version" : {
              "created" : "6000051"
            },
            "provided_name" : "fess_config.thumbnail_queue"
          }
        }
      }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 903 bytes
    - Viewed (0)
  10. src/main/config/es/fess_config_related_content.json

              }
            }
          }
        },
        "settings" : {
          "index" : {
            "creation_date" : "1509021055837",
            "number_of_shards" : "5",
            "number_of_replicas" : "1",
            "uuid" : "34AXOK0ITy6U7fzGItZJsQ",
            "version" : {
              "created" : "6000051"
            },
            "provided_name" : "fess_config.related_content"
          }
        }
      }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 1K bytes
    - Viewed (0)
Back to top