Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 224 for capsule (0.21 sec)

  1. tensorflow/c/tf_status.h

    // callable for each one. `key` and `value` is only usable during the callback.
    // `capture` will be passed to the callback without modification.
    #define TF_PayloadVisitor TSL_PayloadVisitor
    TF_CAPI_EXPORT extern void TF_ForEachPayload(const TF_Status* s,
                                                 TF_PayloadVisitor visitor,
                                                 void* capture);
    
    // Convert from an I/O error code (e.g., errno) to a TF_Status value.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 20:00:09 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  2. tools/istio-iptables/pkg/capture/format.go

    // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    package capture
    
    import "strings"
    
    func FormatIptablesCommands(commands [][]string) []string {
    	output := make([]string, 0, len(commands))
    	for _, cmd := range commands {
    		output = append(output, strings.Join(cmd, " "))
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 12 21:27:28 UTC 2021
    - 827 bytes
    - Viewed (0)
  3. subprojects/core-api/src/main/java/org/gradle/api/file/CopyProcessingSpec.java

         * @return this
         */
        CopyProcessingSpec rename(String sourceRegEx, String replaceWith);
    
        /**
         * Renames files based on a regular expression. See {@link #rename(String, String)}.
         *
         * @param sourceRegEx Source regular expression
         * @param replaceWith Replacement string (use $ syntax for capture groups)
         * @return this
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 04 07:53:18 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  4. src/os/file_open_wasip1.go

    	}
    	absPath := filePath
    	// os.(*File).Chdir is emulated by setting the working directory to the
    	// absolute path that this file was opened at, which is why we have to
    	// resolve and capture it here.
    	if filePath[0] != '/' {
    		wd, err := syscall.Getwd()
    		if err != nil {
    			return -1, poll.SysFile{}, err
    		}
    		absPath = joinPath(wd, filePath)
    	}
    	fd, err := syscall.Open(absPath, flag, perm)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 07 23:34:21 UTC 2023
    - 818 bytes
    - Viewed (0)
  5. platforms/core-configuration/bean-serialization-services/src/main/kotlin/org/gradle/internal/serialize/beans/services/BeanSchema.kt

    
    /**
     * Returns every property backing field for which a corresponding convention mapping flag field also exists.
     *
     * The convention mapping flag field is a Boolean field injected by [AsmBackedClassGenerator] in order to capture
     * whether a convention mapped property has been explicitly set or not.
     */
    private
    fun conventionAwareFieldsOf(beanType: Class<*>): Sequence<Pair<Field, Field>> =
        ClassInspector.inspect(beanType).let { details ->
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 23:09:56 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  6. tools/istio-iptables/pkg/constants/constants.go

    	OutboundPorts             = "istio-outbound-ports"
    	LocalOutboundPortsExclude = "istio-local-outbound-ports-exclude"
    	EnvoyPort                 = "envoy-port"
    	InboundCapturePort        = "inbound-capture-port"
    	InboundTunnelPort         = "inbound-tunnel-port"
    	ProxyUID                  = "proxy-uid"
    	ProxyGID                  = "proxy-gid"
    	KubeVirtInterfaces        = "kube-virt-interfaces"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 01:42:30 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  7. .gitattributes

    # line endings. This produces predictable results in different environments.
    #
    # Windows users contributing to Go will need to use a modern version
    # of git and editors capable of LF line endings.
    #
    # Windows .bat files are known to have multiple bugs when run with LF
    # endings, and so they are checked in with CRLF endings, with a test
    # in test/winbatch.go to catch problems. (See golang.org/issue/37791.)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 08 15:31:43 UTC 2020
    - 639 bytes
    - Viewed (0)
  8. internal/http/listener.go

    package http
    
    import (
    	"context"
    	"fmt"
    	"net"
    	"syscall"
    	"time"
    )
    
    type acceptResult struct {
    	conn net.Conn
    	err  error
    	lidx int
    }
    
    // httpListener - HTTP listener capable of handling multiple server addresses.
    type httpListener struct {
    	opts        TCPOptions
    	listeners   []net.Listener    // underlying TCP listeners.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 22 23:07:14 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  9. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r62/CapturingMultipleUserInputCrossVersionSpec.groovy

                    }
                }
            """
    
            file('build.gradle') << """
                apply plugin: MultipleUserInputPlugin
    
                task $DUMMY_TASK_NAME
            """
        }
    
        def "can capture multiple user input if standard input was provided"() {
            when:
            withConnection { ProjectConnection connection ->
                runBuildWithStandardInput(connection, 'something one', 'something two')
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 19:25:32 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  10. platforms/extensibility/test-kit/src/test/groovy/org/gradle/testkit/runner/internal/feature/BuildResultOutputFeatureCheckTest.groovy

            when:
            featureCheck.verify()
    
            then:
            Throwable t = thrown(UnsupportedFeatureException)
            t.message == "The version of Gradle you are using ($UNSUPPORTED_GRADLE_VERSION.version) does not capture build output in debug mode with the GradleRunner. Support for this is available in Gradle $TestKitFeature.CAPTURE_BUILD_RESULT_OUTPUT_IN_DEBUG.since.version and all later versions."
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 22:36:52 UTC 2023
    - 2.2K bytes
    - Viewed (0)
Back to top