- Sort Score
- Result 10 results
- Languages All
Results 331 - 340 of 1,189 for norm (0.07 sec)
-
src/main/java/org/codelibs/fess/app/web/base/FessSearchAction.java
- return false;
- }
- protected void buildFormParams(final SearchForm form) {
- final HttpSession session = request.getSession(false);
- if (session != null) {
- final Object resultsPerPage = session.getAttribute(Constants.RESULTS_PER_PAGE);
- if (resultsPerPage instanceof Integer) {
- form.num = (Integer) resultsPerPage;
- }
- }
- // label
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 10K bytes - Viewed (0) -
tests/delete_test.go
- package tests_test
- import (
- "errors"
- "testing"
- "gorm.io/gorm"
- "gorm.io/gorm/clause"
- . "gorm.io/gorm/utils/tests"
- )
- func TestDelete(t *testing.T) {
- users := []User{*GetUser("delete", Config{}), *GetUser("delete", Config{}), *GetUser("delete", Config{})}
- if err := DB.Create(&users).Error; err != nil {
- t.Errorf("errors happened when create: %v", err)
- }
- for _, user := range users {
- if user.ID == 0 {
Registered: Sun Nov 03 09:35:10 UTC 2024 - Last Modified: Tue Oct 10 07:03:34 UTC 2023 - 9.4K bytes - Viewed (0) -
src/main/webapp/css/admin/adminlte.min.css.map
1;\n}\n\n.form-control:-ms-input-placeholder {\n color: #939ba2;\n opacity: 1;\n}\n\n.form-control::-ms-input-placeholder {\n color: #939ba2;\n opacity: 1;\n}\n\n.form-control::placeholder {\n color: #939ba2;\n opacity: 1;\n}\n\n.form-control:disabled, .form-control[readonly] {\n background-color: #e9ecef;\n opacity: 1;\n}\n\ninput[type=\"date\"].form-control,\ninput[type=\"time\"].form-control,\ninput[type=\"datetime-local\"].form-control,\ninput[type=\"month\"].form-control {\n -webkit-appearance:...
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 3.7M bytes - Viewed (1) -
src/main/webapp/WEB-INF/view/admin/relatedquery/admin_relatedquery.jsp
- </div>
- </div>
- <div class="form-group row">
- <label for="queries" class="col-sm-2 text-sm-right col-form-label"><la:message
- key="labels.related_query_queries"/></label>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Mar 31 05:47:05 UTC 2020 - 7.4K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/duplicatehost/admin_duplicatehost.jsp
- styleClass="form-control"/>
- </div>
- </div>
- <div class="form-group row">
- <label for="duplicateHostName" class="col-sm-2 text-sm-right col-form-label"><la:message
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Mar 31 05:47:05 UTC 2020 - 7.7K bytes - Viewed (0) -
cmd/signature-v4-parser.go
- return signedHeaders, ErrNone
- }
- // signValues data type represents structured form of AWS Signature V4 header.
- type signValues struct {
- Credential credentialHeader
- SignedHeaders []string
- Signature string
- }
- // preSignValues data type represents structured form of AWS Signature V4 query string.
- type preSignValues struct {
- signValues
- Date time.Time
- Expires time.Duration
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Jan 18 07:03:17 UTC 2024 - 9.4K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/group/admin_group_edit.jsp
- <la:errors property="_global"/>
- </div>
- <div class="form-group row">
- <label for="name" class="col-sm-3 text-sm-right col-form-label"><la:message
- key="labels.group_name"/></label>
- <div class="col-sm-9">
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Feb 14 12:15:45 UTC 2020 - 4.3K bytes - Viewed (0) -
android/guava/src/com/google/common/hash/Hashing.java
- * that this uses unsigned integers (see {@link com.google.common.primitives.UnsignedInts}).
- * Comparisons between the two should take this into account.
- *
- * <p>Fingerprint2011() is a form of Murmur2 on strings up to 32 bytes and a form of CityHash for
- * longer strings. It could have been one or the other throughout. The main advantage of the
- * combination is that CityHash has a bunch of special cases for short strings that don't need to
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Jul 19 16:02:36 UTC 2024 - 29.3K bytes - Viewed (0) -
callbacks/raw.go
- package callbacks
- import (
- "gorm.io/gorm"
- )
- func RawExec(db *gorm.DB) {
- if db.Error == nil && !db.DryRun {
- result, err := db.Statement.ConnPool.ExecContext(db.Statement.Context, db.Statement.SQL.String(), db.Statement.Vars...)
- if err != nil {
- db.AddError(err)
- return
- }
- db.RowsAffected, _ = result.RowsAffected()
- }
Registered: Sun Nov 03 09:35:10 UTC 2024 - Last Modified: Mon Nov 29 01:33:20 UTC 2021 - 336 bytes - Viewed (0) -
licenses/github.com/spf13/afero/LICENSE.txt
- exercising permissions granted by this License.
- "Source" form shall mean the preferred form for making modifications,
- including but not limited to software source code, documentation
- source, and configuration files.
- "Object" form shall mean any form resulting from mechanical
- transformation or translation of a Source form, including but
- not limited to compiled object code, generated documentation,
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Sat Oct 26 02:47:39 UTC 2019 - 9.9K bytes - Viewed (0)