Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1381 - 1390 of 1,540 for edata (0.09 sec)

  1. fastapi/params.py

            self,
            default: Any = Undefined,
            *,
            default_factory: Union[Callable[[], Any], None] = _Unset,
            annotation: Optional[Any] = None,
            media_type: str = "multipart/form-data",
            alias: Optional[str] = None,
            alias_priority: Union[int, None] = _Unset,
            # TODO: update when deprecating Pydantic v1, import these types
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Sep 06 18:06:20 UTC 2024
    - 27.5K bytes
    - Viewed (0)
  2. tensorflow/c/eager/parallel_device/parallel_device_lib.cc

      // Currently only required for non-TFRT use cases, e.g., EagerOp.
      if (step_id_.has_value()) {
        tensorflow::unwrap(op_.get())->SetStepId(step_id_.value());
      }
    
      TFE_Execute(op_.get(), unwrapped_results.data(), &real_num_outputs, status);
      if (TF_GetCode(status) != TF_OK) {
        cancellation_manager_->StartCancel();
        return;
      }
      unwrapped_results.resize(real_num_outputs);
      outputs->reserve(real_num_outputs);
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Mon Oct 21 04:14:14 UTC 2024
    - 25.9K bytes
    - Viewed (0)
  3. docs/em/docs/tutorial/sql-databases.md

    ///
    
    Pydantic `orm_mode` ๐Ÿ”œ ๐Ÿ’ฌ Pydantic *๐Ÿท* โœ ๐Ÿ’ฝ ๐Ÿšฅ โšซ๏ธ ๐Ÿšซ `dict`, โœ‹๏ธ ๐Ÿœ ๐Ÿท (โš–๏ธ ๐Ÿ™† ๐ŸŽ โŒ ๐ŸŽš โฎ๏ธ ๐Ÿ”ข).
    
    ๐Ÿ‘‰ ๐ŸŒŒ, โ†ฉ๏ธ ๐Ÿ•ด ๐Ÿ”„ ๐Ÿคš `id` ๐Ÿ’ฒ โšช๏ธโžก๏ธ `dict`,:
    
    ```Python
    id = data["id"]
    ```
    
    โšซ๏ธ ๐Ÿ”œ ๐Ÿ”„ ๐Ÿคš โšซ๏ธ โšช๏ธโžก๏ธ ๐Ÿ”ข,:
    
    ```Python
    id = data.id
    ```
    
    & โฎ๏ธ ๐Ÿ‘‰, Pydantic *๐Ÿท* ๐Ÿ”— โฎ๏ธ ๐Ÿœ, & ๐Ÿ‘† ๐Ÿ’ช ๐Ÿ“ฃ โšซ๏ธ `response_model` โŒ ๐Ÿ‘† *โžก ๐Ÿ› ๏ธ*.
    
    ๐Ÿ‘† ๐Ÿ”œ ๐Ÿ’ช ๐Ÿ“จ ๐Ÿ’ฝ ๐Ÿท & โšซ๏ธ ๐Ÿ”œ โœ ๐Ÿ’ฝ โšช๏ธโžก๏ธ โšซ๏ธ.
    
    #### ๐Ÿ“ก โ„น ๐Ÿ”ƒ ๐Ÿœ ๐Ÿ“ณ
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 25K bytes
    - Viewed (0)
  4. cmd/perf-tests.go

    }
    
    func (n *netPerfRX) Reset() {
    	n.Lock()
    	defer n.Unlock()
    	n.RX = 0
    	n.RXSample = 0
    	n.lastToConnect = time.Time{}
    	n.firstToDisconnect = time.Time{}
    }
    
    // Reader to read random data.
    type netperfReader struct {
    	n   uint64
    	eof chan struct{}
    	buf []byte
    }
    
    func (m *netperfReader) Read(b []byte) (int, error) {
    	select {
    	case <-m.eof:
    		return 0, io.EOF
    	default:
    	}
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/job/CrawlJob.java

            } else {
                for (final String id : fileConfigIds) {
                    resultBuf.append(' ').append(id);
                }
                resultBuf.append('\n');
            }
            resultBuf.append("Data Config Id:");
            if (dataConfigIds == null) {
                if (runAll) {
                    resultBuf.append(" ALL\n");
                } else {
                    resultBuf.append(" NONE\n");
                }
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sun Jun 23 04:13:47 UTC 2024
    - 15.1K bytes
    - Viewed (0)
  6. src/main/java/jcifs/smb1/netbios/NameServiceClient.java

                    socket.setSoTimeout( closeTimeout );
                    socket.receive( in );
    
                    if( log.level > 3 )
                        log.println( "NetBIOS: new data read from socket" );
    
                    nameTrnId = NameServicePacket.readNameTrnId( rcv_buf, 0 );
                    response = (NameServicePacket)responseTable.get( new Integer( nameTrnId ));
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 17.4K bytes
    - Viewed (0)
  7. docs/ko/docs/help-fastapi.md

      - ๋ฌธ์„œ์—์„œ ์ฐพ์€ ์˜คํƒ€๋ฅผ ์ˆ˜์ •ํ•  ๋•Œ.
    
      - FastAPI๋ฅผ [ํŽธ์ง‘ํ•˜์—ฌ](https://github.com/fastapi/fastapi/edit/master/docs/en/data/external_links.yml) ์ž‘์„ฑํ–ˆ๊ฑฐ๋‚˜ ์ฐพ์€ ๋ฌธ์„œ, ๋น„๋””์˜ค ๋˜๋Š” ํŒŸ์บ์ŠคํŠธ๋ฅผ ๊ณต์œ ํ•  ๋•Œ.
    
        - ํ•ด๋‹น ์„น์…˜์˜ ์‹œ์ž‘ ๋ถ€๋ถ„์— ๋งํฌ๋ฅผ ์ถ”๊ฐ€ํ–ˆ๋Š”์ง€ ํ™•์ธํ•˜์‹ญ์‹œ์˜ค.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Mon Aug 12 21:47:53 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  8. tests/scan_test.go

    		t.Errorf("Scan into struct map, got %#v", results)
    	}
    
    	type ID uint64
    	var id ID
    	DB.Raw("select id from users where id = ?", user2.ID).Scan(&id)
    	if uint(id) != user2.ID {
    		t.Errorf("Failed to scan to customized data type")
    	}
    
    	var resInt interface{}
    	resInt = &User{}
    	if err := DB.Table("users").Select("id, name, age").Where("id = ?", user3.ID).Find(&resInt).Error; err != nil {
    Registered: Sun Nov 03 09:35:10 UTC 2024
    - Last Modified: Wed Jun 12 10:57:36 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  9. architecture/ambient/ztunnel-cni-lifecycle.md

    Because the application(s) are already entirely gone, there is no need to have any "draining" time -- we can immediately terminate.
    Furthermore, because the Pod is torn down, we cannot even send any data at all (at least on most clusters, the `veth` is torn down upon Pod deletion).
    Notably, this prevents us from sending a GOAWAY to notify peers we have shutdown.
    
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Wed Jul 17 23:10:17 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  10. src/main/java/jcifs/smb/SmbTransportImpl.java

            if ( ( readn(this.in, this.sbuf, 4, SmbConstants.SMB1_HEADER_LENGTH) ) < SmbConstants.SMB1_HEADER_LENGTH ) {
                return null;
            }
    
            if ( log.isTraceEnabled() ) {
                log.trace("New data read: " + this);
                log.trace(Hexdump.toHexString(this.sbuf, 4, 32));
            }
    
            for ( ;; ) {
                /*
                 * 01234567
                 * 00SSFSMB
                 * 0 - 0's
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Wed Jan 18 23:47:00 UTC 2023
    - 67K bytes
    - Viewed (0)
Back to top