- Sort Score
- Result 10 results
- Languages All
Results 181 - 190 of 193 for isDate (0.23 sec)
-
src/main/resources/fess_label_ja.properties
labels.user_destinationIndicator=電報サービスアドレス情報 labels.destinationIndicator=電報サービスアドレス情報 labels.user_internationaliSDNNumber=国際ISDN番号 labels.internationaliSDNNumber=国際ISDN番号 labels.user_state=都道府県 labels.state=都道府県 labels.user_employeeType=雇用形態 labels.employeeType=雇用形態 labels.user_facsimileTelephoneNumber=FAX番号 labels.facsimileTelephoneNumber=FAX番号 labels.user_postOfficeBox=私書箱 labels.postOfficeBox=私書箱
Registered: Mon Oct 28 08:04:08 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 46.2K bytes - Viewed (0) -
doc/go1.17_spec.html
</p> <pre> OuterLoop: for i = 0; i < n; i++ { for j = 0; j < m; j++ { switch a[i][j] { case nil: state = Error break OuterLoop case item: state = Found break OuterLoop } } } </pre> <h3 id="Continue_statements">Continue statements</h3> <p>
Registered: Tue Oct 29 11:13:09 UTC 2024 - Last Modified: Thu Oct 10 18:25:45 UTC 2024 - 211.6K bytes - Viewed (0) -
tensorflow/c/c_api.cc
*handle = buf; } } void TF_DeletePRunHandle(const char* handle) { delete[] handle; // TODO(suharshs): Free up any resources held by the partial run state. } void TF_SessionPRun(TF_Session* session, const char* handle, const TF_Output* inputs, TF_Tensor* const* input_values, int ninputs, const TF_Output* outputs,
Registered: Tue Oct 29 12:39:09 UTC 2024 - Last Modified: Sat Oct 12 16:27:48 UTC 2024 - 102.3K bytes - Viewed (0) -
cmd/erasure-object.go
return objInfo, ObjectNotFound{ Bucket: bucket, Object: object, } } if opts.DeletePrefix { if opts.Expiration.Expire { // Expire all versions expiration must still verify the state() on disk // via a getObjectInfo() call as follows, any read quorum issues we // must not proceed further for safety reasons. attempt a MRF heal // while we see such quorum errors.
Registered: Sun Oct 27 19:28:09 UTC 2024 - Last Modified: Tue Oct 22 21:10:34 UTC 2024 - 78.5K bytes - Viewed (0) -
cmd/sts-handlers_test.go
if err != nil { c.Fatalf("export %d: policy add error: %v", caseNum, err) } } for userDN, policies := range content.ldapUserPolicyMappings { // No need to detach, we are starting from a clean slate after exporting. _, err := s.adm.AttachPolicyLDAP(ctx, madmin.PolicyAssociationReq{ Policies: policies, User: userDN, }) if err != nil {
Registered: Sun Oct 27 19:28:09 UTC 2024 - Last Modified: Thu Oct 10 23:40:37 UTC 2024 - 97.1K bytes - Viewed (0) -
docs/en/docs/release-notes.md
## 0.41.0 * Upgrade required Starlette to `0.12.9`, the new range is `>=0.12.9,<=0.12.9`. * Add `State` to FastAPI apps at `app.state`. * PR [#593](https://github.com/tiangolo/fastapi/pull/593). * Improve handling of custom classes for `Request`s and `APIRoute`s. * This helps to more easily solve use cases like:
Registered: Sun Oct 27 07:19:11 UTC 2024 - Last Modified: Sat Oct 26 16:51:17 UTC 2024 - 449.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
String LDAP_ATTR_INTERNATIONALI_S_D_N_NUMBER = "ldap.attr.internationaliSDNNumber"; /** The key of the configuration. e.g. st */ String LDAP_ATTR_STATE = "ldap.attr.state"; /** The key of the configuration. e.g. employeeType */ String LDAP_ATTR_EMPLOYEE_TYPE = "ldap.attr.employeeType"; /** The key of the configuration. e.g. facsimileTelephoneNumber */
Registered: Mon Oct 28 08:04:08 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 468.5K bytes - Viewed (0) -
doc/go_spec.html
</p> <pre> OuterLoop: for i = 0; i < n; i++ { for j = 0; j < m; j++ { switch a[i][j] { case nil: state = Error break OuterLoop case item: state = Found break OuterLoop } } } </pre> <h3 id="Continue_statements">Continue statements</h3> <p>
Registered: Tue Oct 29 11:13:09 UTC 2024 - Last Modified: Wed Oct 02 00:58:01 UTC 2024 - 282.5K bytes - Viewed (1) -
api/go1.txt
pkg fmt, type Scanner interface { Scan } pkg fmt, type Scanner interface, Scan(ScanState, int32) error pkg fmt, type State interface { Flag, Precision, Width, Write } pkg fmt, type State interface, Flag(int) bool pkg fmt, type State interface, Precision() (int, bool) pkg fmt, type State interface, Width() (int, bool) pkg fmt, type State interface, Write([]uint8) (int, error) pkg fmt, type Stringer interface { String }
Registered: Tue Oct 29 11:13:09 UTC 2024 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0) -
api/go1.1.txt
pkg syscall (linux-386), type TCPInfo struct, Snd_mss uint32 pkg syscall (linux-386), type TCPInfo struct, Snd_ssthresh uint32 pkg syscall (linux-386), type TCPInfo struct, State uint8 pkg syscall (linux-386), type TCPInfo struct, Total_retrans uint32 pkg syscall (linux-386), type TCPInfo struct, Unacked uint32 pkg syscall (linux-386-cgo), const AF_ALG = 38
Registered: Tue Oct 29 11:13:09 UTC 2024 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0)