Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 577 for encodeTo (0.14 sec)

  1. src/main/java/jcifs/smb1/dcerpc/msrpc/srvsvc.java

        public static String getSyntax() {
            return "4b324fc8-1670-01d3-1278-5a47bf6ee188:3.0";
        }
    
        public static class ShareInfo0 extends NdrObject {
    
            public String netname;
    
            public void encode(NdrBuffer _dst) throws NdrException {
                _dst.align(4);
                _dst.enc_ndr_referent(netname, 1);
    
                if (netname != null) {
                    _dst = _dst.deferred;
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 18.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/versioning/versioning_unstructured_test.go

    		targetVersion runtime.GroupVersioner
    		outObj        runtime.Object
    		typer         runtime.ObjectTyper
    
    		errFunc     func(error) bool
    		expectedObj runtime.Object
    	}{
    		{
    			name: "encode v1 unstructured with v2 encode version",
    			typer: &mockTyper{
    				gvks: []schema.GroupVersionKind{v1GVK},
    			},
    			outObj:        v1UnstructuredDecodable,
    			targetVersion: v2GVK.GroupVersion(),
    			convertor: &checkConvertor{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 08 14:55:24 UTC 2018
    - 10.9K bytes
    - Viewed (0)
  3. okhttp/src/main/kotlin/okhttp3/Cache.kt

         * certificates are base64-encoded and appear each on their own line. The next line contains the
         * length of the local certificate chain. These certificates are also base64-encoded and appear
         * each on their own line. A length of -1 is used to encode a null array. The last line is
         * optional. If present, it contains the TLS version.
         */
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 26.8K bytes
    - Viewed (0)
  4. src/compress/flate/deflate.go

    			default:
    				d.w.writeBlockHuff(false, d.window[:d.windowEnd])
    				d.err = d.w.err
    			}
    			d.windowEnd = 0
    			d.bestSpeed.reset()
    			return
    		}
    
    	}
    	// Encode the block.
    	d.tokens = d.bestSpeed.encode(d.tokens[:0], d.window[:d.windowEnd])
    
    	// If we removed less than 1/16th, Huffman compress the block.
    	if len(d.tokens) > d.windowEnd-(d.windowEnd>>4) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 13:32:40 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  5. src/fmt/format.go

    		// No byte slice present. Assume string s should be encoded.
    		length = len(s)
    	}
    	// Set length to not process more bytes than the precision demands.
    	if f.precPresent && f.prec < length {
    		length = f.prec
    	}
    	// Compute width of the encoding taking into account the f.sharp and f.space flag.
    	width := 2 * length
    	if width > 0 {
    		if f.space {
    			// Each element encoded by two hexadecimals will get a leading 0x or 0X.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:31:55 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/transforms/dense_to_sparse.cc

      bool can_compress;
      // If the weight tensor cannot be encoded in a block configuration that the op
      // supports, a Densify() op will be inserted afterwards to fall back to dense
      // execution.
      bool needs_densify;
      // Among the supported block configs of an op, which got selected to encode
      // the sparse weight.
      std::vector<int> selected_block_size;
    } InspectResult;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 16.1K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/fe.tld

        <example>
          ${fe:facetQueryViewList()}
        </example>
      </function>
    
      <function>
        <description>
          Returns base64 encoded value.
        </description>
        <name>base64</name>
        <function-class>org.codelibs.fess.taglib.FessFunctions</function-class>
        <function-signature>java.lang.String base64(java.lang.String)</function-signature>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 28 07:49:35 UTC 2020
    - 10K bytes
    - Viewed (0)
  8. platforms/jvm/language-jvm/src/integTest/groovy/org/gradle/api/tasks/bundling/JarEncodingIntegrationTest.groovy

    class JarEncodingIntegrationTest extends AbstractIntegrationSpec {
        // Only works on Java 8, see https://bugs.openjdk.java.net/browse/JDK-7050570
        @Issue(['GRADLE-1506'])
        def "create Jar with metadata encoded using UTF-8 when platform default charset is not UTF-8"() {
            given:
            buildScript """
                task jar(type: Jar) {
                    from file('test')
                    destinationDirectory = file('dest')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 12:15:28 UTC 2023
    - 10.5K bytes
    - Viewed (0)
  9. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/testng/TestNGXmlResultAndHtmlReportIntegrationTest.groovy

    no EOL, non-ascii char: ż
    xml entity: &amp;
    """))
                        .assertStderr(equalTo("< html allowed, cdata closing token ]]> encoded!\n"))
            } else {
                encoding
                        .assertTestCaseStdout("encodesCdata", equalTo("""< html allowed, cdata closing token ]]> encoded!
    no EOL, non-ascii char: ż
    xml entity: &amp;
    """))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 25 21:27:42 UTC 2023
    - 15.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/certificates/v1/types_swagger_doc_generated.go

    	"":                  "CertificateSigningRequestSpec contains the certificate request.",
    	"request":           "request contains an x509 certificate signing request encoded in a \"CERTIFICATE REQUEST\" PEM block. When serialized as JSON or YAML, the data is additionally base64-encoded.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 22 00:51:25 UTC 2023
    - 10.9K bytes
    - Viewed (0)
Back to top