Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 28 for Span (0.12 sec)

  1. platforms/documentation/docs/src/docs/css/manual.css

    }
    
    #header .details span.email a {
    	color: var(--header-color);
    }
    
    #header .details br {
    	display: none;
    }
    
    #header .details br+span:before {
    	content: "\00a0\2013\00a0";
    }
    
    #header .details br+span.author:before {
    	content: "\00a0\22c5\00a0";
    	color: var(--header-color);
    }
    
    #header .details br+span#revremark:before {
    	content: "\00a0|\00a0";
    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  2. src/runtime/mgcpacer.go

    	// excludes these objects (and hence only goes up between GCs).
    	//
    	// To reduce contention, this is updated only when obtaining a span
    	// from an mcentral and at this point it counts all of the unallocated
    	// slots in that span (which will be allocated before that mcache
    	// obtains another span from that mcentral). Hence, it slightly
    	// overestimates the "true" live heap size. It's better to overestimate
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/arm/asm5.go

    // Inferno utils/5l/span.c
    // https://bitbucket.org/inferno-os/inferno-os/src/master/utils/5l/span.c
    //
    //	Copyright © 1994-1999 Lucent Technologies Inc.  All rights reserved.
    //	Portions Copyright © 1995-1997 C H Forsyth (******@****.***)
    //	Portions Copyright © 1997-1999 Vita Nuova Limited
    //	Portions Copyright © 2000-2007 Vita Nuova Holdings Limited (www.vitanuova.com)
    //	Portions Copyright © 2004,2006 Bruce Ellis
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  4. operator/pkg/apis/istio/v1alpha1/values_types.proto

      google.protobuf.BoolValue debug = 1;
    
      // The global default max number of attributes per span.
      uint32 maxNumberOfAttributes = 2;
    
      // The global default max number of annotation events per span.
      uint32 maxNumberOfAnnotations = 3;
    
      // The global default max number of message events per span.
      uint32 maxNumberOfMessageEvents = 4;
    }
    
    message BaseConfig {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  5. okhttp/src/main/kotlin/okhttp3/OkHttpClient.kt

      builder: Builder,
    ) : Call.Factory, WebSocket.Factory {
      @get:JvmName("dispatcher")
      val dispatcher: Dispatcher = builder.dispatcher
    
      /**
       * Returns an immutable list of interceptors that observe the full span of each call: from before
       * the connection is established (if any) until after the response source is selected (either the
       * origin server, cache, or both).
       */
      @get:JvmName("interceptors")
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 06 04:21:33 UTC 2024
    - 52K bytes
    - Viewed (0)
  6. src/main/webapp/js/admin/adminlte.min.js.map

    />').html(this._config.subtitle))\n      }\n\n      if (this._config.close == true) {\n        var toast_close = $('<button data-dismiss=\"toast\" />').attr('type', 'button').addClass('ml-2 mb-1 close').attr('aria-label', 'Close').append('<span aria-hidden=\"true\">&times;</span>')\n        \n        if (this._config.title == null) {\n          toast_close.toggleClass('ml-2 ml-auto')\n        }\n        \n        toast_header.append(toast_close)\n      }\n\n      toast.append(toast_header)\n\n      if (this._config.body...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Feb 12 07:55:41 UTC 2020
    - 77K bytes
    - Viewed (0)
  7. src/cmd/go/internal/test/test.go

    		}
    		defer func() {
    			if err := close(); err != nil {
    				base.Fatalf("failed to stop trace: %v", err)
    			}
    		}()
    	}
    
    	ctx, span := trace.StartSpan(ctx, fmt.Sprint("Running ", cmd.Name(), " command"))
    	defer span.Done()
    
    	work.FindExecCmd() // initialize cached result
    
    	work.BuildInit()
    	work.VetFlags = testVet.flags
    	work.VetExplicit = testVet.explicit
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 71.9K bytes
    - Viewed (0)
  8. src/regexp/testdata/testregex.c

    	"SHELL_DOT",
    #endif
    #ifndef REG_SHELL_ESCAPED
    	"SHELL_ESCAPED",
    #endif
    #ifndef REG_SHELL_GROUP
    	"SHELL_GROUP",
    #endif
    #ifndef REG_SHELL_PATH
    	"SHELL_PATH",
    #endif
    #ifndef REG_SPAN
    	"SPAN",
    #endif
    #if REG_NOSUB & REG_TEST_DEFAULT
    	"SUBMATCH",
    #endif
    #if !_REG_nexec
    	"regnexec",
    #endif
    #if !_REG_subcomp
    	"regsubcomp",
    #endif
    #if !_REG_decomp
    	"redecomp",
    #endif
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 51.3K bytes
    - Viewed (0)
  9. tensorflow/compiler/jit/mark_for_compilation_pass_test.cc

    }
    
    namespace {
    Node* MakeStageNode(GraphDefBuilder& builder, string name,
                        std::initializer_list<DataType> dtypes,
                        absl::Span<const ops::NodeOut> values) {
      auto opts = builder.opts()
                      .WithName(std::move(name))
                      .WithAttr("dtypes", std::move(dtypes));
      if (opts.HaveError()) {
        return nullptr;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 14 10:11:10 UTC 2024
    - 79.6K bytes
    - Viewed (0)
  10. src/time/time_test.go

    		ns := t.Unix()*1e9 + int64(t.Nanosecond())
    		return ns == nsec
    	}
    	f32 := func(nsec int32) bool { return f(int64(nsec)) }
    	cfg := &quick.Config{MaxCount: 10000}
    
    	// Try a small date first, then the large ones. (The span is only a few hundred years
    	// for nanoseconds in an int64.)
    	if err := quick.Check(f32, cfg); err != nil {
    		t.Fatal(err)
    	}
    	if err := quick.Check(f, cfg); err != nil {
    		t.Fatal(err)
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:13:47 UTC 2024
    - 56.5K bytes
    - Viewed (0)
Back to top