Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for FileDescriptor (0.45 sec)

  1. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheUnsupportedTypesIntegrationTest.groovy

            ByteArrayOutputStream                 | OutputStream                   | "new java.io.ByteArrayOutputStream()"
            FileDescriptor                        | FileDescriptor                 | "FileDescriptor.in"
            RandomAccessFile                      | RandomAccessFile               | "new RandomAccessFile(project.file('some').tap { text = '' }, 'r').tap { close() }"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 28.3K bytes
    - Viewed (0)
  2. pkg/dns/proto/nds.pb.go

    func (x *NameTable_NameInfo) GetAltHosts() []string {
    	if x != nil {
    		return x.AltHosts
    	}
    	return nil
    }
    
    var File_dns_proto_nds_proto protoreflect.FileDescriptor
    
    var file_dns_proto_nds_proto_rawDesc = []byte{
    	0x0a, 0x13, 0x64, 0x6e, 0x73, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x6e, 0x64, 0x73, 0x2e,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  3. pkg/zdsapi/zds.pb.go

    }
    
    type WorkloadResponse_Ack struct {
    	Ack *Ack `protobuf:"bytes,1,opt,name=ack,proto3,oneof"`
    }
    
    func (*WorkloadResponse_Ack) isWorkloadResponse_Payload() {}
    
    var File_zdsapi_zds_proto protoreflect.FileDescriptor
    
    var file_zdsapi_zds_proto_rawDesc = []byte{
    	0x0a, 0x10, 0x7a, 0x64, 0x73, 0x61, 0x70, 0x69, 0x2f, 0x7a, 0x64, 0x73, 0x2e, 0x70, 0x72, 0x6f,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 25.8K bytes
    - Viewed (0)
  4. CHANGELOG.md

     *  New: `Cookie.newBuilder()` to build upon an existing cookie.
     *  New: Use TLSv1.3 when running on JDK 8u261 or newer.
     *  New: `QueueDispatcher.clear()` may be used to reset a MockWebServer instance.
     *  New: `FileDescriptor.toRequestBody()` may be particularly useful for users of Android's Storage
        Access Framework.
     *  Upgrade: [Kotlin 1.5.31][kotlin_1_5_31].
     *  Upgrade: [Okio 3.0.0][okio_3_0_0].
    
    
    ## Version 5.0.0-alpha.2
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Thu Apr 18 01:31:39 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  5. pkg/workloadapi/security/authorization.pb.go

    func (*StringMatch_Suffix) isStringMatch_MatchType() {}
    
    func (*StringMatch_Presence) isStringMatch_MatchType() {}
    
    var File_workloadapi_security_authorization_proto protoreflect.FileDescriptor
    
    var file_workloadapi_security_authorization_proto_rawDesc = []byte{
    	0x0a, 0x28, 0x77, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x61, 0x70, 0x69, 0x2f, 0x73, 0x65,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/apiv4-repo/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar

    ; public void LazyFileOutputStream(java.io.File); public void close() throws java.io.IOException; public boolean equals(Object); public void flush() throws java.io.IOException; public java.nio.channels.FileChannel getChannel(); public java.io.FileDescriptor getFD() throws java.io.IOException; public int hashCode(); public String toString(); public void write(byte[]) throws java.io.IOException; public void write(byte[], int, int) throws java.io.IOException; public void write(int) throws java.io.IOException;...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 45.2K bytes
    - Viewed (1)
  7. pkg/test/echo/proto/echo.pb.go

    }
    
    func (x *ForwardEchoResponse) GetOutput() []string {
    	if x != nil {
    		return x.Output
    	}
    	return nil
    }
    
    var File_test_echo_proto_echo_proto protoreflect.FileDescriptor
    
    var file_test_echo_proto_echo_proto_rawDesc = []byte{
    	0x0a, 0x1a, 0x74, 0x65, 0x73, 0x74, 0x2f, 0x65, 0x63, 0x68, 0x6f, 0x2f, 0x70, 0x72, 0x6f, 0x74,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  8. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar

    ; public void LazyFileOutputStream(java.io.File); public void close() throws java.io.IOException; public boolean equals(Object); public void flush() throws java.io.IOException; public java.nio.channels.FileChannel getChannel(); public java.io.FileDescriptor getFD() throws java.io.IOException; public int hashCode(); public String toString(); public void write(byte[]) throws java.io.IOException; public void write(byte[], int, int) throws java.io.IOException; public void write(int) throws java.io.IOException;...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 45.2K bytes
    - Viewed (1)
  9. src/main/java/org/codelibs/fess/app/web/api/admin/stats/ApiAdminStatsAction.java

            final ProcessProbe processProbe = ProcessProbe.getInstance();
            final ProcessFileDescriptorObj processFileDescriptorObj = new ProcessFileDescriptorObj();
            processObj.fileFescriptor = processFileDescriptorObj;
            processFileDescriptorObj.open = processProbe.getOpenFileDescriptorCount();
            processFileDescriptorObj.max = processProbe.getMaxFileDescriptorCount();
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 12.1K bytes
    - Viewed (0)
Back to top