Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 215 for Option (0.11 sec)

  1. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    // xlC defines __EXCEPTIONS to 1 iff exceptions are enabled.
    #  define GTEST_HAS_EXCEPTIONS 1
    # elif defined(__HP_aCC)
    // Exception handling is in effect by default in HP aCC compiler. It has to
    // be turned of by +noeh compiler option if desired.
    #  define GTEST_HAS_EXCEPTIONS 1
    # else
    // For other compilers, we assume exceptions are disabled to be
    // conservative.
    #  define GTEST_HAS_EXCEPTIONS 0
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  2. src/crypto/x509/x509.go

    // generate the signature is not secure, and the signature has been rejected.
    //
    // To temporarily restore support for SHA-1 signatures, include the value
    // "x509sha1=1" in the GODEBUG environment variable. Note that this option will
    // be removed in a future release.
    type InsecureAlgorithmError SignatureAlgorithm
    
    func (e InsecureAlgorithmError) Error() string {
    	var override string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:20:15 UTC 2024
    - 82K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    // xlC defines __EXCEPTIONS to 1 iff exceptions are enabled.
    #  define GTEST_HAS_EXCEPTIONS 1
    # elif defined(__HP_aCC)
    // Exception handling is in effect by default in HP aCC compiler. It has to
    // be turned of by +noeh compiler option if desired.
    #  define GTEST_HAS_EXCEPTIONS 1
    # else
    // For other compilers, we assume exceptions are disabled to be
    // conservative.
    #  define GTEST_HAS_EXCEPTIONS 0
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
  4. src/net/dnsclient_unix_test.go

    			} else if opt, ok := q.Additionals[0].Body.(*dnsmessage.OPTResource); !ok {
    				t.Errorf("additional record type %T, expected OPTResource", q.Additionals[0])
    			} else if len(opt.Options) != 0 {
    				t.Errorf("found %d Options, expected none", len(opt.Options))
    			} else {
    				got := int(q.Additionals[0].Header.Class)
    				t.Logf("EDNS packet size == %d", got)
    				if got != maxDNSPacketSize {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:23:45 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  5. cmd/xl-storage.go

    //
    // This program is free software: you can redistribute it and/or modify
    // it under the terms of the GNU Affero General Public License as published by
    // the Free Software Foundation, either version 3 of the License, or
    // (at your option) any later version.
    //
    // This program is distributed in the hope that it will be useful
    // but WITHOUT ANY WARRANTY; without even the implied warranty of
    // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  6. pilot/pkg/serviceregistry/serviceentry/controller_test.go

    	serviceController := NewController(configController, fx, meshcfg)
    	return configController, serviceController
    }
    
    func initServiceDiscoveryWithOpts(t test.Failer, workloadOnly bool, opts ...Option) (model.ConfigStore, *Controller, *xdsfake.Updater) {
    	store := memory.Make(collections.Pilot)
    	configController := memory.NewSyncController(store)
    
    	stop := test.NewStop(t)
    	go configController.Run(stop)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  7. src/cmd/go/internal/modload/init.go

    			}
    		}
    		// Don't override an explicit '-mod=' argument.
    		return
    	}
    
    	// TODO(#40775): commands should pass in the module mode as an option
    	// to modload functions instead of relying on an implicit setting
    	// based on command name.
    	switch cfg.CmdName {
    	case "get", "mod download", "mod init", "mod tidy", "work sync":
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:36:30 UTC 2024
    - 69.8K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/arm/asm5.go

    				enc := uint32(c.instoffset)
    				if f.enc == enc {
    					mbop = enc
    					break
    				}
    			}
    		case C_NONE:
    			mbop = 0xf
    		}
    
    		if mbop == 0 {
    			c.ctxt.Diag("illegal mb option:\n%v", p)
    		}
    		o1 |= mbop
    	}
    
    	out[0] = o1
    	out[1] = o2
    	out[2] = o3
    	out[3] = o4
    	out[4] = o5
    	out[5] = o6
    }
    
    func (c *ctxt5) movxt(p *obj.Prog) uint32 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  9. subprojects/core/src/test/groovy/org/gradle/api/internal/AbstractDomainObjectCollectionSpec.groovy

            0 * action._
        }
    
        def "can add action to execute only when object added"() {
            def action = Mock(Action)
    
            addToContainer(c)
    
            when:
            container.whenObjectAdded(action)
    
            then:
            // Does not fire for existing elements
            0 * action._
    
            when:
            addToContainer(a)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 13:46:07 UTC 2024
    - 52.4K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/css/javadoc.css

    .requiresSummary caption a:hover, .packagesSummary caption a:hover, .providesSummary caption a:hover,
    .usesSummary caption a:hover,
    .overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active,
    .constantsSummary caption a:active, .deprecatedSummary caption a:active,
    .requiresSummary caption a:active, .packagesSummary caption a:active, .providesSummary caption a:active,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
Back to top