Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 115 for 111 (0.03 sec)

  1. go.mod

    	github.com/prometheus/procfs v0.15.1
    	github.com/puzpuzpuz/xsync/v3 v3.4.0
    	github.com/rabbitmq/amqp091-go v1.10.0
    	github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
    	github.com/rs/cors v1.11.1
    	github.com/secure-io/sio-go v0.3.1
    	github.com/shirou/gopsutil/v3 v3.24.5
    	github.com/tinylib/msgp v1.2.3-0.20241022140105-4558fbf3a223
    	github.com/valyala/bytebufferpool v1.0.0
    	github.com/xdg/scram v1.0.5
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Oct 22 15:30:50 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.32.md

    - cloud.google.com/go/videointelligence: v1.11.1 → v1.11.4
    - cloud.google.com/go/vision/v2: v2.7.2 → v2.7.5
    - cloud.google.com/go/vmmigration: v1.7.1 → v1.7.4
    - cloud.google.com/go/vmwareengine: v1.0.0 → v1.0.3
    - cloud.google.com/go/vpcaccess: v1.7.1 → v1.7.4
    - cloud.google.com/go/webrisk: v1.9.1 → v1.9.4
    - cloud.google.com/go/websecurityscanner: v1.6.1 → v1.6.4
    - cloud.google.com/go/workflows: v1.11.1 → v1.12.3
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Oct 29 20:17:52 UTC 2024
    - 121.6K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/lex/input.go

    		in.Error("unquoting #line file name: ", err)
    	}
    	tok = in.Stack.Next()
    	if tok != '\n' {
    		in.Error("unexpected token at end of #line: ", tok)
    	}
    	pos := src.MakePos(in.Base(), uint(in.Line())+1, 1) // +1 because #line nnn means line nnn starts on next line
    	in.Stack.SetBase(src.NewLinePragmaBase(pos, file, objabi.AbsFile(objabi.WorkingDir(), file, *flags.TrimPath), uint(line), 1))
    }
    
    // #undef processing
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Sep 06 13:17:27 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  4. docs/pt/docs/tutorial/sql-databases.md

    ### Criar Modelos
    
    Importe o `SQLModel` e crie um modelo de banco de dados:
    
    {* ../../docs_src/sql_databases/tutorial001_an_py310.py ln[1:11] hl[7:11] *}
    
    A classe `Hero` é muito semelhante a um modelo Pydantic (na verdade, por baixo dos panos, ela *é um modelo Pydantic*).
    
    Existem algumas diferenças:
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 27 15:25:29 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  5. licenses/github.com/hashicorp/errwrap/LICENSE

            from, or modification of the contents of Covered Software; or
    
         b. any new file in Source Code Form that contains any Covered Software.
    
    1.11. “Patent Claims” of a Contributor
    
          means any patent claim(s), including without limitation, method, process,
          and apparatus claims, in any patent Licensable by such Contributor that
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Sat Oct 26 02:47:39 UTC 2019
    - 15.6K bytes
    - Viewed (0)
  6. api/go1.10.txt

    pkg debug/elf, const R_ARM_TLS_GD32 = 104
    pkg debug/elf, const R_ARM_TLS_GD32 R_ARM
    pkg debug/elf, const R_ARM_TLS_GOTDESC = 90
    pkg debug/elf, const R_ARM_TLS_GOTDESC R_ARM
    pkg debug/elf, const R_ARM_TLS_IE12GP = 111
    pkg debug/elf, const R_ARM_TLS_IE12GP R_ARM
    pkg debug/elf, const R_ARM_TLS_IE32 = 107
    pkg debug/elf, const R_ARM_TLS_IE32 R_ARM
    pkg debug/elf, const R_ARM_TLS_LDM32 = 105
    pkg debug/elf, const R_ARM_TLS_LDM32 R_ARM
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Tue Feb 06 05:00:01 UTC 2018
    - 30.1K bytes
    - Viewed (0)
  7. cmd/batch-expire_gen.go

    				return
    			}
    		}
    	}
    	o = bts
    	return
    }
    
    // Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message
    func (z *BatchJobExpire) Msgsize() (s int) {
    	s = 1 + 11 + msgp.StringPrefixSize + len(z.APIVersion) + 7 + msgp.StringPrefixSize + len(z.Bucket) + 7 + z.Prefix.Msgsize() + 16 + z.NotificationCfg.Msgsize() + 6 + z.Retry.Msgsize() + 6 + msgp.ArrayHeaderSize
    	for za0001 := range z.Rules {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Aug 01 12:53:30 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.29.md

    - github.com/emicklei/go-restful/v3: [v3.9.0 → v3.11.0](https://github.com/emicklei/go-restful/v3/compare/v3.9.0...v3.11.0)
    - github.com/envoyproxy/go-control-plane: [v0.10.3 → v0.11.1](https://github.com/envoyproxy/go-control-plane/compare/v0.10.3...v0.11.1)
    - github.com/envoyproxy/protoc-gen-validate: [v0.9.1 → v1.0.2](https://github.com/envoyproxy/protoc-gen-validate/compare/v0.9.1...v1.0.2)
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Oct 23 04:37:31 UTC 2024
    - 375.1K bytes
    - Viewed (1)
  9. android/guava-tests/test/com/google/common/collect/TreeRangeSetTest.java

        rangeSet.add(Range.closed(3, 10));
        rangeSet.addAll(asList(Range.open(1, 3), Range.closed(5, 8), Range.closed(9, 11)));
        assertThat(rangeSet.asRanges()).containsExactly(Range.openClosed(1, 11)).inOrder();
      }
    
      public void testRemoveAll() {
        RangeSet<Integer> rangeSet = TreeRangeSet.create();
        rangeSet.add(Range.closed(3, 10));
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:05:46 UTC 2024
    - 24.3K bytes
    - Viewed (0)
  10. guava/src/com/google/common/math/BigIntegerMath.java

        }
        throw new AssertionError();
      }
    
      @GwtIncompatible // TODO
      private static BigInteger sqrtFloor(BigInteger x) {
        /*
         * Adapted from Hacker's Delight, Figure 11-1.
         *
         * Using DoubleUtils.bigToDouble, getting a double approximation of x is extremely fast, and
         * then we can get a double approximation of the square root. Then, we iteratively improve this
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 16 17:21:56 UTC 2024
    - 18.8K bytes
    - Viewed (0)
Back to top