Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1231 - 1240 of 1,405 for rIndex (0.1 sec)

  1. guava-testlib/test/com/google/common/testing/EqualsTesterTest.java

        EqualsTester tester = new EqualsTester();
        NullPointerException e =
            assertThrows(NullPointerException.class, () -> tester.addEqualityGroup(1, null, 3));
        assertErrorMessage(e, "at index 1");
      }
    
      public void testSymmetryBroken() {
        EqualsTester tester =
            new EqualsTester().addEqualityGroup(named("foo").addPeers("bar"), named("bar"));
        try {
          tester.testEquals();
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 18 15:00:32 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  2. internal/s3select/sql/parser.go

    	As    string    `parser:"( \"AS\"? @Ident )?"`
    }
    
    // JSONPathElement represents a keypath component
    type JSONPathElement struct {
    	Key            *ObjectKey `parser:"  @@"`               // ['name'] and .name forms
    	Index          *int       `parser:"| \"[\" @Int \"]\""` // [3] form
    	ObjectWildcard bool       `parser:"| @\".*\""`          // .* form
    	ArrayWildcard  bool       `parser:"| @\"[*]\""`         // [*] form
    }
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  3. docs/em/docs/tutorial/bigger-applications.md

    ```Python hl_lines="1  4-6" title="app/dependencies.py"
    {!../../docs_src/bigger_applications/app/dependencies.py!}
    ```
    
    /// tip
    
    ๐Ÿ‘ฅ โš™๏ธ ๐Ÿ’ญ ๐ŸŽš ๐Ÿ“‰ ๐Ÿ‘‰ ๐Ÿ–ผ.
    
    โœ‹๏ธ ๐ŸŽฐ ๐Ÿ’ผ ๐Ÿ‘† ๐Ÿ”œ ๐Ÿคš ๐Ÿ‘ ๐Ÿ โš™๏ธ ๐Ÿ› ๏ธ [๐Ÿ’‚โ€โ™‚ ๐Ÿš™](security/index.md){.internal-link target=_blank}.
    
    ///
    
    ## โž•1๏ธโƒฃ ๐Ÿ•น โฎ๏ธ `APIRouter`
    
    โžก๏ธ ๐Ÿ’ฌ ๐Ÿ‘† โœ”๏ธ ๐Ÿ”— ๐Ÿ’ก ๐Ÿšš "๐Ÿฌ" โšช๏ธโžก๏ธ ๐Ÿ‘† ๐Ÿˆธ ๐Ÿ•น `app/routers/items.py`.
    
    ๐Ÿ‘† โœ”๏ธ *โžก ๐Ÿ› ๏ธ* :
    
    * `/items/`
    * `/items/{item_id}`
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  4. src/main/java/jcifs/SmbResource.java

         * @return the child resource
         * @throws CIFSException
         */
        SmbResource resolve ( String name ) throws CIFSException;
    
    
        /**
         * Get the file index
         * 
         * @return server side file index, 0 if unavailable
         * @throws CIFSException
         */
        long fileIndex () throws CIFSException;
    
    
        /**
         * Return the attributes of this file. Attributes are represented as a
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Dec 20 14:09:34 UTC 2020
    - 26K bytes
    - Viewed (0)
  5. docs/fr/docs/async.md

    Pour comprendre comment mettre en place ce parallรฉlisme en production, allez lire la section [Dรฉploiement](deployment/index.md){.internal-link target=_blank}.
    
    ## `async` et `await`
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 25.4K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/collect/TopKSelector.java

            threshold = buffer[i];
          }
        }
      }
    
      /**
       * Partitions the contents of buffer in the range [left, right] around the pivot element
       * previously stored in buffer[pivotValue]. Returns the new index of the pivot element,
       * pivotNewIndex, so that everything in [left, pivotNewIndex] is โ‰ค pivotValue and everything in
       * (pivotNewIndex, right] is greater than pivotValue.
       */
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 30 16:15:19 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  7. guava/src/com/google/common/hash/Striped64.java

              }
              collide = false;
              continue; // Retry with expanded table
            }
            h ^= h << 13; // Rehash
            h ^= h >>> 17;
            h ^= h << 5;
            hc[0] = h; // Record index for next time
          } else if (busy == 0 && cells == as && casBusy()) {
            boolean init = false;
            try { // Initialize table
              if (cells == as) {
                Cell[] rs = new Cell[2];
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Jun 14 17:55:55 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  8. internal/config/notify/legacy.go

    			Key:   target.ElasticFormat,
    			Value: cfg.Format,
    		},
    		config.KV{
    			Key:   target.ElasticURL,
    			Value: cfg.URL.String(),
    		},
    		config.KV{
    			Key:   target.ElasticIndex,
    			Value: cfg.Index,
    		},
    		config.KV{
    			Key:   target.ElasticQueueDir,
    			Value: cfg.QueueDir,
    		},
    		config.KV{
    			Key:   target.ElasticQueueLimit,
    			Value: strconv.Itoa(int(cfg.QueueLimit)),
    		},
    		config.KV{
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Mar 19 04:37:54 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  9. internal/s3select/unused-errors.go

    		statusCode: 400,
    		cause:      err,
    	}
    }
    
    func errInvalidColumnIndex(err error) *s3Error {
    	return &s3Error{
    		code:       "InvalidColumnIndex",
    		message:    "Column index in the SQL expression is invalid.",
    		statusCode: 400,
    		cause:      err,
    	}
    }
    
    func errInvalidTextEncoding(err error) *s3Error {
    	return &s3Error{
    		code:       "InvalidTextEncoding",
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Feb 20 08:16:35 UTC 2024
    - 17.5K bytes
    - Viewed (0)
  10. okhttp/src/main/kotlin/okhttp3/CertificatePinner.kt

     *
     * See also [OWASP: Certificate and Public Key Pinning][owasp].
     *
     * [charles]: http://charlesproxy.com
     * [fiddler]: http://fiddlertool.com
     * [langley]: http://goo.gl/AIx3e5
     * [owasp]: https://www.owasp.org/index.php/Certificate_and_Public_Key_Pinning
     * [rfc_7469]: http://tools.ietf.org/html/rfc7469
     * [static_certificates]: http://goo.gl/XDh6je
     */
    @Suppress("NAME_SHADOWING")
    class CertificatePinner internal constructor(
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 14.2K bytes
    - Viewed (0)
Back to top