Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 710 for prefixer (0.11 sec)

  1. src/vendor/golang.org/x/crypto/cryptobyte/builder.go

    }
    
    // BuilderContinuation is a continuation-passing interface for building
    // length-prefixed byte sequences. Builder methods for length-prefixed
    // sequences (AddUint8LengthPrefixed etc) will invoke the BuilderContinuation
    // supplied to them. The child builder passed to the continuation can be used
    // to build the content of the length-prefixed sequence. For example:
    //
    //	parent := cryptobyte.NewBuilder()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 10 16:32:44 UTC 2023
    - 9.9K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/pluggable_profiler/BUILD

            "//tensorflow/core:protos_all_cc",
            "//tensorflow/core/common_runtime/device:device_utils",
            "//tensorflow/core/profiler/lib:profiler_factory",
            "//tensorflow/core/profiler/lib:profiler_interface",
            "//tensorflow/core/profiler/protobuf:xplane_proto_cc",
        ],
    )
    
    cc_library(
        name = "pluggable_profiler_internal",
        hdrs = [
            "pluggable_profiler.h",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 2K bytes
    - Viewed (0)
  3. pilot/pkg/security/authz/builder/testdata/tcp/audit-both-http-tcp-out.yaml

                        prefixLen: 32
                - notId:
                    orIds:
                      ids:
                      - remoteIp:
                          addressPrefix: 10.133.154.65
                          prefixLen: 32
                - orIds:
                    ids:
                    - directRemoteIp:
                        addressPrefix: 1.2.3.4
                        prefixLen: 32
                - notId:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 16:35:46 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  4. src/crypto/ed25519/ed25519.go

    	return signature
    }
    
    // Domain separation prefixes used to disambiguate Ed25519/Ed25519ph/Ed25519ctx.
    // See RFC 8032, Section 2 and Section 5.1.
    const (
    	// domPrefixPure is empty for pure Ed25519.
    	domPrefixPure = ""
    	// domPrefixPh is dom2(phflag=1) for Ed25519ph. It must be followed by the
    	// uint8-length prefixed context.
    	domPrefixPh = "SigEd25519 no Ed25519 collisions\x01"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:11:18 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  5. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/internal/configurer/HierarchicalElementDeduplicator.java

                String prefix = deduplicatedName.substring(0, deduplicatedName.lastIndexOf(originalName));
                if (prefix.isEmpty()) {
                    return deduplicatedName;
                }
    
                Splitter splitter = Splitter.on('-').omitEmptyStrings();
                List<String> prefixParts = Lists.newArrayList(splitter.split(prefix));
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 10.6K bytes
    - Viewed (0)
  6. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheGradlePropertiesIntegrationTest.groovy

            configurationCacheRun "help"
    
            then:
            outputContains '2!'
            outputContains "because the set of environment variables prefixed by '$ENV_PROJECT_PROPERTIES_PREFIX' has changed."
            configurationCache.assertStateStored()
    
            when: 'the set of prefixed environment variables changes'
            executer.withEnvironmentVars([
                (ENV_PROJECT_PROPERTIES_PREFIX + 'unused'): 1,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  7. internal/bucket/versioning/versioning.go

    	return v.Status == Enabled
    }
    
    // Versioned returns if 'prefix' has versioning enabled or suspended.
    func (v Versioning) Versioned(prefix string) bool {
    	return v.PrefixEnabled(prefix) || v.PrefixSuspended(prefix)
    }
    
    // PrefixEnabled - returns true if versioning is enabled at the bucket and given
    // prefix, false otherwise.
    func (v Versioning) PrefixEnabled(prefix string) bool {
    	if v.Status != Enabled {
    		return false
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  8. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/fixture/AbstractBuildExperimentRunner.java

    import org.gradle.profiler.BenchmarkResultCollector;
    import org.gradle.profiler.BuildMutator;
    import org.gradle.profiler.InvocationSettings;
    import org.gradle.profiler.Profiler;
    import org.gradle.profiler.ProfilerFactory;
    import org.gradle.profiler.ScenarioDefinition;
    import org.gradle.profiler.report.Format;
    import org.gradle.profiler.result.BuildInvocationResult;
    
    import java.io.File;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  9. pilot/pkg/security/authz/builder/testdata/http/extended-single-policy-out.yaml

                        addressPrefix: 172.16.10.10
                        prefixLen: 32
                - orIds:
                    ids:
                    - directRemoteIp:
                        addressPrefix: 10.0.0.1
                        prefixLen: 32
                    - directRemoteIp:
                        addressPrefix: 10.0.0.2
                        prefixLen: 32
                - orIds:
                    ids:
                    - header:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 10:39:25 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  10. cmd/object-api-datatypes_gen.go

    					return
    				}
    			}
    		case "Prefixes":
    			var zb0003 uint32
    			zb0003, bts, err = msgp.ReadArrayHeaderBytes(bts)
    			if err != nil {
    				err = msgp.WrapError(err, "Prefixes")
    				return
    			}
    			if cap(z.Prefixes) >= int(zb0003) {
    				z.Prefixes = (z.Prefixes)[:zb0003]
    			} else {
    				z.Prefixes = make([]string, zb0003)
    			}
    			for za0002 := range z.Prefixes {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 70.1K bytes
    - Viewed (0)
Back to top