Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1781 - 1790 of 1,987 for dita (0.04 sec)

  1. scripts/docs.py

        match_pre = re.search(r"</style>\n\n", content)
        match_start = re.search(r"<!-- sponsors -->", content)
        match_end = re.search(r"<!-- /sponsors -->", content)
        sponsors_data_path = en_docs_path / "data" / "sponsors.yml"
        sponsors = mkdocs.utils.yaml_load(sponsors_data_path.read_text(encoding="utf-8"))
        if not (match_start and match_end):
            raise RuntimeError("Couldn't auto-generate sponsors section")
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Oct 08 11:01:17 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. docs/em/docs/tutorial/sql-databases.md

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

    - The API server and client-go libraries have been fixed to support additional non-alpha-numeric characters in UserInfo "extra" data keys. Both should be updated in order to properly support extra data containing "/" characters or other characters disallowed in HTTP headers. ([#65799](https://github.com/kubernetes/kubernetes/pull/65799), [@dekkagaijin](https://github.com/dekkagaijin)) Courtesy of SIG Auth
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  8. 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)
  9. 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)
  10. 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)
Back to top