Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 294 for zonder (0.26 sec)

  1. pkg/scheduler/framework/plugins/volumebinding/binder.go

    /*
    Copyright 2017 The Kubernetes Authors.
    
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
    
        http://www.apache.org/licenses/LICENSE-2.0
    
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 14:55:34 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  2. tensorflow/cc/saved_model/loader.cc

    See the License for the specific language governing permissions and
    limitations under the License.
    ==============================================================================*/
    
    #include "tensorflow/cc/saved_model/loader.h"
    
    #include <memory>
    #include <string>
    #include <unordered_set>
    #include <utility>
    
    #include "absl/status/status.h"
    #include "absl/strings/str_cat.h"
    #include "absl/strings/str_join.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 02 04:36:00 UTC 2024
    - 23K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/walk/order.go

    		// but it doesn't. So we use the first statement's position instead.
    		ir.SetPos((*n)[0])
    	}
    	var order orderState
    	order.free = free
    	mark := order.markTemp()
    	order.edge()
    	order.stmtList(*n)
    	order.popTemp(mark)
    	*n = order.out
    }
    
    // exprInPlace orders the side effects in *np and
    // leaves them as the init list of the final *np.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 02:00:33 UTC 2024
    - 42.7K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/noder/noder.go

    	base.Timer.Start("fe", "parse")
    
    	// Limit the number of simultaneously open files.
    	sem := make(chan struct{}, runtime.GOMAXPROCS(0)+10)
    
    	noders := make([]*noder, len(filenames))
    	for i := range noders {
    		p := noder{
    			err: make(chan syntax.Error),
    		}
    		noders[i] = &p
    	}
    
    	// Move the entire syntax processing logic into a separate goroutine to avoid blocking on the "sem".
    	go func() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 11 20:40:57 UTC 2023
    - 12.5K bytes
    - Viewed (0)
  5. javadoc-stylesheet.css

        background-color:#dee3e9;
        border-top:1px solid #9eadc0;
        border-bottom:1px solid #9eadc0;
        margin:0 0 6px -8px;
        padding:2px 5px;
    }
    ul.blockList ul.blockList ul.blockList li.blockList h3 {
        background-color:#dee3e9;
        border-top:1px solid #9eadc0;
        border-bottom:1px solid #9eadc0;
        margin:0 0 6px -8px;
        padding:2px 5px;
    }
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Jul 17 21:01:06 UTC 2013
    - 11.2K bytes
    - Viewed (0)
  6. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/registry/DefaultModelRegistry.java

            private final RuleBinder binder;
            private boolean bindInputs;
    
            public RunModelAction(ModelPath path, RuleBinder binder) {
                super(path);
                this.binder = binder;
            }
    
            @Override
            public String toString() {
                return "run action for " + binder.getSubjectBinding().getPredicate() + ", rule: " + binder.getDescriptor() + ", state: " + state;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 15:40:00 UTC 2024
    - 45.7K bytes
    - Viewed (0)
  7. pkg/ctrlz/assets/static/css/all.css

        font-weight: 400
    }
    
    tr.oneof > td {
        border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
        border-top: 1px dashed rgba(255, 255, 255, 0.1)
    }
    
    table {
        border-collapse: separate;
        border-spacing: 0
    }
    
    th, td {
        border-left: 1px solid #ddd;
        border-top: 1px solid #ddd
    }
    
    tr:first-child th:first-child {
        border-radius: 4px 0 0 0
    }
    
    tr:first-child td:first-child {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 17.1K bytes
    - Viewed (0)
  8. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/eclipse/model/internal/SourceFoldersCreator.java

            SourceFolder folder = new SourceFolder(relativePath, null);
            folder.setDir(dir);
            folder.setName(dir.getName());
            folder.setIncludes(getIncludesForTree(sourceSet, tree));
            folder.setExcludes(getExcludesForTree(sourceSet, tree));
            folder.setOutput(sourceSetOutputPaths.get(sourceSet));
            addScopeAttributes(folder, sourceSet, sourceSetUsages);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 13:57:30 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/css/base.css

        padding-top: 0;
    }
    
    .bottom {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    
    .citetitle {
        font-style: normal;
    }
    
    table th.border-right {
        border-right: solid #d0d0d0 1px;
    }
    
    table th.no-border-bottom {
        border-bottom: none;
    }
    
    h3.releaseinfo {
        color: #999;
        font-weight: normal;
        margin-top: -0.5em;
    }
    
    /* Site header specific styles */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  10. src/main/webapp/js/admin/plugins/form-validator/theme-default.min.css

    sPgMCEAY7Cg04Uk48LAsDhRA8MVQPEF0GAgqYYwSRlycNcWskCkApIyEAOwAAAAAAAAAAAA==);background-position:right 5px center;background-repeat:no-repeat;background-color:#FFF}div.form-error{background-color:#f2dede;padding:15px;margin-bottom:20px;border:1px solid #b94a48;border-radius:4px}div.form-error strong{font-weight:700;display:block;margin:0;padding:0 0 10px}div.form-error strong,div.form-error ul li{line-height:140%;color:#b94a48;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px}div.form-error...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Jan 01 05:12:47 UTC 2018
    - 33.3K bytes
    - Viewed (0)
Back to top