Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,803 for xsglobal (0.18 sec)

  1. src/runtime/mfinal_test.go

    	xs := x[objsize:] // change objsize to objsize-1 and the test passes
    
    	fin := make(chan bool, 1)
    	runtime.SetFinalizer(y, func(z *objtype) { fin <- true })
    	runtime.GC()
    	<-fin
    	xsglobal = xs // keep empty slice alive until here
    }
    
    var xsglobal []byte
    
    func adjStringChunk() (string, *objtype) {
    	b := make([]byte, objsize)
    	for {
    		s := string(b)
    		t := new(objtype)
    		p := *(*uintptr)(unsafe.Pointer(&s))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jan 19 20:45:58 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  2. maven-toolchain-builder/src/test/resources/org/apache/maven/toolchain/global.xml

    under the License.
    -->
    
    <toolchains>
      <toolchain>
         <type>basic</type>
         <configuration>
           <global>true</global>
         </configuration>
      </toolchain>
      <toolchain>
         <type>rare</type>
         <configuration>
           <global>true</global>
         </configuration>
      </toolchain>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Oct 13 14:10:22 UTC 2021
    - 1.1K bytes
    - Viewed (0)
  3. test-site/app/Global.java

    import org.codelibs.fess.suggest.Suggester;
    import play.Application;
    import play.GlobalSettings;
    import play.Logger;
    
    import static org.codelibs.elasticsearch.runner.ElasticsearchClusterRunner.newConfigs;
    
    public class Global extends GlobalSettings {
        @Override
        public void onStart(Application var1) {
            Logger.info("Start Elasticsearch cluster.");
            esRun();
            Logger.info("Setup suggest... wait 1min");
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Sat Feb 23 14:02:03 UTC 2019
    - 2.2K bytes
    - Viewed (0)
  4. releasenotes/notes/deprecate-global-archconfig.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: installation
    issue:
      - 30027
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 15 17:01:59 UTC 2021
    - 193 bytes
    - Viewed (0)
  5. docs/en/docs/tutorial/dependencies/global-dependencies.md

    # Global Dependencies
    
    For some types of applications you might want to add dependencies to the whole application.
    
    Similar to the way you can [add `dependencies` to the *path operation decorators*](dependencies-in-path-operation-decorators.md){.internal-link target=_blank}, you can add them to the `FastAPI` application.
    
    In that case, they will be applied to all the *path operations* in the application:
    
    === "Python 3.9+"
    
        ```Python hl_lines="16"
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Oct 17 05:59:11 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  6. tests/integration/security/testdata/authz/deny-global.yaml.tmpl

    # The following policy denies access to path /global-deny for all workloads
    
    apiVersion: security.istio.io/v1beta1
    kind: AuthorizationPolicy
    metadata:
      name: policy-deny-system
    spec:
      action: DENY
      rules:
      - to:
        - operation:
            # Generally we don't expect users to set global policies, since they
            # impact anything in the istio-system namespace. For these tests,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 08 07:03:01 UTC 2023
    - 796 bytes
    - Viewed (0)
  7. releasenotes/notes/multicluster-global-domain.yaml

    area: traffic-management
    releaseNotes:
      - |
        **Deprecated** the use of the `.global` stub domain for multi-primary
        (formerly "replicated control planes") multicluster configurations. The new
        onboarding flow uses a simpler configuration which allows services across
        the mesh to be accessed via `*.cluster.local`. There were several
        limitations with `.global`, such as poor load balancing when using
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Dec 16 18:47:12 UTC 2020
    - 998 bytes
    - Viewed (0)
  8. operator/samples/values-global.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
      values:
        global:
          logging:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jan 12 18:15:24 UTC 2020
    - 155 bytes
    - Viewed (0)
  9. src/cmd/cgo/internal/testshared/testdata/globallib/global.go

    Austin Clements <******@****.***> 1683216807 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 11:59:56 UTC 2023
    - 485 bytes
    - Viewed (0)
  10. docs/ko/docs/tutorial/dependencies/global-dependencies.md

    김명기 <******@****.***> 1707923147 +0900
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Feb 14 15:05:47 UTC 2024
    - 1.6K bytes
    - Viewed (0)
Back to top