Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 84 for logic (0.07 sec)

  1. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest.h

      // the first test in the current test case.
      static bool HasSameFixtureClass();
    
      // Runs the test after the test fixture has been set up.
      //
      // A sub-class must implement this to define the test logic.
      //
      // DO NOT OVERRIDE THIS FUNCTION DIRECTLY IN A USER PROGRAM.
      // Instead, use the TEST or TEST_F macro.
      virtual void TestBody() = 0;
    
      // Sets up, executes, and tears down the test.
      void Run();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 86.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/storage/testing/store_tests.go

    			key, storedObj = testPropagateStore(ctx, t, store, obj)
    		})
    	}
    }
    
    // The following set of Delete tests are testing the logic of adding `suggestion`
    // as a parameter with probably value of the current state.
    // Introducing it for GuaranteedUpdate cause a number of issues, so we're addressing
    // all of those upfront by adding appropriate tests:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 12:45:33 UTC 2024
    - 91.4K bytes
    - Viewed (0)
  3. pilot/pkg/model/push_context.go

    // by checking the sidecarScope.Config field, that contains the user provided config
    func (ps *PushContext) getSidecarScope(proxy *Proxy, workloadLabels labels.Instance) *SidecarScope {
    	// TODO: logic to merge multiple sidecar resources
    	// Currently we assume that there will be only one sidecar config for a namespace.
    	sidecars, hasSidecar := ps.sidecarIndex.sidecarsByNamespace[proxy.ConfigNamespace]
    	switch proxy.Type {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
  4. docs/en/data/people.yml

    maintainers:
    - login: tiangolo
      answers: 1885
      prs: 577
      avatarUrl: https://avatars.githubusercontent.com/u/1326112?u=740f11212a731f56798f558ceddb0bd07642afa7&v=4
      url: https://github.com/tiangolo
    experts:
    - login: Kludex
      count: 608
      avatarUrl: https://avatars.githubusercontent.com/u/7353520?u=62adc405ef418f4b6c8caa93d3eb8ab107bc4927&v=4
      url: https://github.com/Kludex
    - login: dmontagu
      count: 241
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Jun 03 01:09:53 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  5. src/net/http/transport.go

    	go pconn.writeLoop()
    	return pconn, nil
    }
    
    // persistConnWriter is the io.Writer written to by pc.bw.
    // It accumulates the number of bytes written to the underlying conn,
    // so the retry logic can determine whether any bytes made it across
    // the wire.
    // This is exactly 1 pointer field wide so it can go into an interface
    // without allocation.
    type persistConnWriter struct {
    	pc *persistConn
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 91K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/ldap/LdapManager.java

                        logger.debug("Login failed. No permissions. {}", context);
                    }
                    return OptionalEntity.empty();
                }
                if (logger.isDebugEnabled()) {
                    logger.debug("Logged in. {}", context);
                }
                return OptionalEntity.of(ldapUser);
            } catch (final Exception e) {
                logger.debug("Login failed.", e);
            }
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 65.9K bytes
    - Viewed (0)
  7. src/main/java/jcifs/smb/SmbSessionImpl.java

                                // an invalid parameter error when a SPNEGO MIC is in place and auth fails
                                ex = new SmbAuthException("Login failed", se);
                            }
                            /*
                             * Apparently once a successful NTLMSSP login occurs, the
                             * server will return "Access denied" even if a logoff is
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Nov 14 17:41:04 UTC 2021
    - 49K bytes
    - Viewed (0)
  8. src/math/all_test.go

    		}
    	}
    	if f := Log(10); f != Ln10 {
    		t.Errorf("Log(%g) = %g, want %g", 10.0, f, Ln10)
    	}
    	for i := 0; i < len(vflogSC); i++ {
    		if f := Log(vflogSC[i]); !alike(logSC[i], f) {
    			t.Errorf("Log(%g) = %g, want %g", vflogSC[i], f, logSC[i])
    		}
    	}
    }
    
    func TestLogb(t *testing.T) {
    	for i := 0; i < len(vf); i++ {
    		if f := Logb(vf[i]); logb[i] != f {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jul 07 17:39:26 UTC 2023
    - 86.8K bytes
    - Viewed (0)
  9. pilot/pkg/model/virtualservice_test.go

    								MatchType: &networking.StringMatch_Prefix{Prefix: "/productpage"},
    							},
    						},
    						{
    							Uri: &networking.StringMatch{
    								MatchType: &networking.StringMatch_Exact{Exact: "/login"},
    							},
    						},
    					},
    					Delegate: &networking.Delegate{
    						Name:      "productpage-vs",
    						Namespace: "default",
    					},
    				},
    				{
    					Route: []*networking.HTTPRouteDestination{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  10. src/main/webapp/js/admin/adminlte.min.js.map

    '[data-widget=\"pushmenu\"]',\n    LOGIN_BOX      : '.login-box',\n    REGISTER_BOX   : '.register-box'\n  }\n\n  const ClassName = {\n    HOLD           : 'hold-transition',\n    SIDEBAR        : 'main-sidebar',\n    CONTENT_FIXED  : 'content-fixed',\n    SIDEBAR_FOCUSED: 'sidebar-focused',\n    LAYOUT_FIXED   : 'layout-fixed',\n    NAVBAR_FIXED   : 'layout-navbar-fixed',\n    FOOTER_FIXED   : 'layout-footer-fixed',\n    LOGIN_PAGE     : 'login-page',\n    REGISTER_PAGE  : 'register-page',\n    C...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Feb 12 07:55:41 UTC 2020
    - 77K bytes
    - Viewed (0)
Back to top