Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 380 for outLines (0.11 sec)

  1. pkg/util/goroutinemap/goroutinemap.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    /*
    Package goroutinemap implements a data structure for managing go routines
    by name. It prevents the creation of new go routines if an existing go routine
    with the same name exists.
    */
    package goroutinemap
    
    import (
    	"fmt"
    	"sync"
    
    	k8sRuntime "k8s.io/apimachinery/pkg/util/runtime"
    	"k8s.io/klog/v2"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 16 11:54:27 UTC 2020
    - 6.8K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/admin/wizard/admin_wizard_config.jsp

            </div>
            <section class="content">
                <la:form action="/admin/wizard/">
                    <div class="row">
                        <div class="col-md-12">
                            <div class="card card-outline card-success">
                                <div class="card-header">
                                    <h3 class="card-title">
                                        <la:message key="labels.wizard_crawling_setting_title"/>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 6.6K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb1/util/DES.java

            leftt ^= work;
            right ^= (work << 16);
            work   = ((right >>>  4) ^ leftt) & 0x0f0f0f0f;
            leftt ^= work;
            right ^= (work << 4);
            outInts[0] = right;
            outInts[1] = leftt;
        }
    
    
        /// Encrypt a block of bytes.
        public void encrypt( byte[] clearText, byte[] cipherText )  {
            encrypt( clearText, 0, cipherText, 0 );
        }
    
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 21.4K bytes
    - Viewed (0)
  4. tensorflow/c/experimental/saved_model/core/saved_model_utils.h

    // Callers must ensure that `graphdef` outlives the returned map.
    gtl::FlatMap<StringPiece, const AttrValueMap*, StringPieceHasher> NodeToAttrMap(
        const tensorflow::GraphDef& graphdef);
    
    // Maps the name of each FunctionDef in `library` to its corresponding
    // FunctionDef. Callers must ensure `library` outlives the returned map.
    gtl::FlatMap<StringPiece, const tensorflow::FunctionDef*, StringPieceHasher>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Dec 13 04:18:52 UTC 2022
    - 5.7K bytes
    - Viewed (0)
  5. src/cmd/cover/cfg_test.go

    	// Write the pkgcfg file.
    	outcfg := filepath.Join(outdir, "outcfg.txt")
    
    	// Form up the arguments and run the tool.
    	outfiles, outfilelist := writeOutFileList(t, infiles, outdir, tag)
    	args := []string{"-pkgcfg", incfg, "-mode=" + mode, "-var=var" + tag, "-outfilelist", outfilelist}
    	args = append(args, infiles...)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 15 12:51:11 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  6. src/syscall/mkasm.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:build ignore
    
    // mkasm.go generates assembly trampolines to call library routines from Go.
    // This program must be run after mksyscall.pl.
    package main
    
    import (
    	"bytes"
    	"fmt"
    	"log"
    	"os"
    	"strings"
    )
    
    func main() {
    	if len(os.Args) != 3 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  7. tensorflow/c/experimental/ops/gen/common/case_format.h

    #define TENSORFLOW_C_EXPERIMENTAL_OPS_GEN_COMMON_CASE_FORMAT_H_
    
    #include "tensorflow/core/platform/str_util.h"
    #include "tensorflow/core/platform/types.h"
    
    namespace tensorflow {
    namespace generator {
    
    // Conversion routines between upper/lower camel/snake case formats, e.g.:
    //   "lowerCamelCase"
    //   "lower_snake_case"
    //   "UpperCamelCase"
    //   "UPPER_SNAKE_CASE"
    //
    // The input format is automatically detected.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 15 18:23:40 UTC 2021
    - 1.8K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/admin/esreq/admin_esreq.jsp

    						<la:info id="msg" message="true">
    							<div class="alert alert-info">${msg}</div>
    						</la:info>
    						<la:errors />
    					</div>
    					<div class="col-md-12">
    						<div class="card card-outline card-primary">
    							<div class="card-header">
    								<h3 class="card-title">
    									<la:message key="labels.esreq_configuration" />
    								</h3>
    							</div>
    							<div class="card-body">
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 20 09:26:42 UTC 2020
    - 2.3K bytes
    - Viewed (0)
  9. cmd/signals.go

    		for _, p := range globalProfiler {
    			p.Stop()
    		}
    
    		if success {
    			os.Exit(0)
    		}
    
    		os.Exit(1)
    	}
    
    	stopProcess := func() bool {
    		// send signal to various go-routines that they need to quit.
    		cancelGlobalContext()
    
    		if httpServer := newHTTPServerFn(); httpServer != nil {
    			if err := httpServer.Shutdown(); err != nil && !errors.Is(err, http.ErrServerClosed) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 01 17:57:52 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  10. src/main/webapp/WEB-INF/view/admin/log/admin_log.jsp

                    </div>
                </div>
            </div>
            <section class="content">
                <div class="row">
                    <div class="col-md-12">
                        <div class="card card-outline card-primary">
                            <div class="card-header">
                                <h3 class="card-title">
                                    <la:message key="labels.log_configuration"/>
                                </h3>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Feb 12 20:25:27 UTC 2020
    - 4K bytes
    - Viewed (0)
Back to top