Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 232 for _notoc (0.11 sec)

  1. testing/precondition-tester/README.md

    The issue is that we _ignore_ tests, where the precondition is not satisfied.
    Albeit being the correct solution, this can cause problems where a test is _not running anywhere_ and we don't know anything about it.
    
    For example, a `RunsOnPDP11` precondition, which we won't satisfy anywhere as we don't run tests on such hardware, will always be ignored.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  2. tests/integration/security/ca_custom_root/trust_domain_alias_secure_naming_test.go

    								},
    								Address: to.Config().Service,
    								Scheme:  s,
    							}
    							if success {
    								opts.Check = check.And(check.OK(), check.ReachedTargetClusters(t))
    							} else {
    								opts.Check = check.NotOK()
    							}
    
    							from.CallOrFail(t, opts)
    						})
    					}
    
    					client := match.Cluster(cluster).FirstOrFail(t, client)
    					cases := []struct {
    						src    echo.Instance
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/cel/common/maplist.go

    			key: key,
    		}
    	}
    
    	return &multiKeyStrategy{
    		sts: sts,
    	}
    }
    
    // MakeMapList returns a queryable interface over the provided x-kubernetes-list-type=map
    // keyedItems. If the provided schema is _not_ an array with x-kubernetes-list-type=map, returns an
    // empty mapList.
    func MakeMapList(sts Schema, items []interface{}) (rv MapList) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 07 02:56:51 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/ClassifierToVariantResolveIntegrationTest.groovy

                            artifact(classifier: 'indy')
                        }
                    }
                }
            }
    
        }
    
        /**
         * A Gradle consumer should _not_ do this, but use attributes instead. However,
         * there's nothing which prevents this from being done, so we must make sure it is
         * supported. The path is exactly the same as when a Maven consumer wants to depend
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 5.7K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/syntax/branches.go

    						} else if ctxt.caseIndex+1 == len(t.Body) {
    							msg = "cannot fallthrough final case in switch"
    						} else {
    							break // fallthrough ok
    						}
    					}
    					ls.err(s.Pos(), msg)
    				case _Goto:
    					fallthrough // should always have a label
    				default:
    					panic("invalid BranchStmt")
    				}
    				break
    			}
    
    			// labeled branch statement
    			name := s.Label.Value
    			switch s.Tok {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Jun 26 00:21:29 UTC 2022
    - 9.8K bytes
    - Viewed (0)
  6. platforms/core-runtime/process-services/src/main/java/org/gradle/process/internal/health/memory/MemInfoOsMemoryInfo.java

            meminfoMatcher = MEMINFO_LINE_PATTERN.matcher("");
        }
    
        @Override
        public synchronized OsMemoryStatus getOsSnapshot() {
            // NOTE: meminfoMatcher is _not_ thread safe and access needs to be limited to a single thread.
            List<String> meminfoOutputLines;
            try {
                meminfoOutputLines = Files.readLines(new File(MEMINFO_FILE_PATH), Charset.defaultCharset());
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:10:02 UTC 2023
    - 5.5K bytes
    - Viewed (0)
  7. fastapi/utils.py

        *extra_items: Union[DefaultPlaceholder, DefaultType],
    ) -> Union[DefaultPlaceholder, DefaultType]:
        """
        Pass items or `DefaultPlaceholder`s by descending priority.
    
        The first one to _not_ be a `DefaultPlaceholder` will be returned.
    
        Otherwise, the first item (a `DefaultPlaceholder`) will be returned.
        """
        items = (first_item,) + extra_items
        for item in items:
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:40:57 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  8. pkg/zdsapi/zds.pb.go

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    // Code generated by protoc-gen-go. DO NOT EDIT.
    // versions:
    // 	protoc-gen-go v1.34.1
    // 	protoc        (unknown)
    // source: zdsapi/zds.proto
    
    // GRPC package - part of the URL. Service is added.
    // URL: /PACKAGE.SERVICE/METHOD
    
    package zdsapi
    
    import (
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 25.8K bytes
    - Viewed (0)
  9. src/cmd/cgo/internal/test/testx.go

    	"runtime/cgo"
    	"runtime/debug"
    	"strings"
    	"sync"
    	"sync/atomic"
    	"testing"
    	"unsafe"
    )
    
    /*
    // threads
    extern void doAdd(int, int);
    extern int callGoInCThread(int);
    
    // issue 1328
    void IntoC(void);
    
    // issue 1560
    extern void Issue1560InC(void);
    
    // twoSleep returns the absolute start time of the first sleep
    // in ms.
    long long twoSleep(int);
    
    // issue 3775
    void lockOSThreadC(void);
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 17 21:53:11 UTC 2023
    - 10.6K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/core-plugins/ear_plugin.adoc

    [[sec:ear_dependency_management]]
    == Dependency management
    
    The Ear plugin adds two dependency configurations: `deploy` and `earlib`. All dependencies in the `deploy` configuration are placed in the root of the EAR archive, and are _not_ transitive. All dependencies in the `earlib` configuration are placed in the 'lib' directory in the EAR archive and _are_ transitive.
    
    [[sec:ear_convention_properties]]
    == Convention properties (ear)
    
    `appDirName` — `String`::
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 5K bytes
    - Viewed (0)
Back to top