- Sort Score
- Result 10 results
- Languages All
Results 201 - 210 of 2,707 for nAme (0.07 sec)
-
okhttp/src/jvmTest/kotlin/okhttp3/CookieTest.kt
assertThat(parse(url, "a b=cd")!!.name).isEqualTo("a b") } @Test fun spaceInValue() { assertThat(parse(url, "ab=c d")!!.value).isEqualTo("c d") } @Test fun trimLeadingAndTrailingWhitespaceFromName() { assertThat(parse(url, " a=b")!!.name).isEqualTo("a") assertThat(parse(url, "a =b")!!.name).isEqualTo("a") assertThat(parse(url, "\r\t \na\n\t \n=b")!!.name).isEqualTo("a") }
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 24.4K bytes - Viewed (0) -
tests/prepared_stmt_test.go
} }() if err := tx.Error; err != nil { t.Errorf("Failed to start transaction, got error %v\n", err) } if err := tx.Where("name=?", "zzjin").Delete(&User{}).Error; err != nil { tx.Rollback() t.Errorf("Failed to run one transaction, got error %v\n", err) } if err := tx.Create(&User{Name: "zzjin"}).Error; err != nil { tx.Rollback() t.Errorf("Failed to run one transaction, got error %v\n", err) }
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Fri Apr 25 08:22:26 UTC 2025 - 8K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/DependencyResolverResult.java
* <p>{@link #getModuleName(Path)} is preferred when only the module name is desired, * because a name may be present even if the descriptor is absent. This method is for * cases when more information is desired, such as the set of exported packages.</p> * * @param dependency path to the dependency for which to get the module name * @return module name of the dependency at the given path, or empty if the dependency is not modular
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Mar 05 14:29:21 UTC 2025 - 6.3K bytes - Viewed (0) -
api/maven-api-xml/src/site/site.xml
<edit>${project.scm.url}</edit> <body> <menu name="Overview"> <item name="Introduction" href="index.html"/> <item name="Javadocs" href="apidocs/index.html"/> <item name="Source Xref" href="xref/index.html"/> <!--item name="FAQ" href="faq.html"/--> </menu> <menu ref="parent"/> <menu ref="reports"/> </body>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Mar 21 04:56:21 UTC 2025 - 1.3K bytes - Viewed (0) -
guava-gwt/src/com/google/common/escape/Escape.gwt.xml
(I hope that this workaround does not cause its own problems in the future.) --> <super-source path="super"/> <inherits name="com.google.common.annotations.Annotations" /> <inherits name="com.google.common.base.Base" /> <inherits name="com.google.gwt.core.Core" /> <inherits name="com.google.gwt.user.User" />
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Jul 19 16:02:36 UTC 2024 - 1.5K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/reqheader/admin_reqheader_edit.jsp
<label for="name" class="col-sm-3 text-sm-right col-form-label"><la:message key="labels.reqheader_name"/></label> <div class="col-sm-9"> <la:errors property="name"/> <la:text styleId="name" property="name" styleClass="form-control"/>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 5.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/it/admin/AccessTokenTests.java
assertEquals(val, "{role}admin-api2"); } } private void testPermission() { // Create access token final String name = NAME_PREFIX + 0; final Map<String, Object> requestBody = new HashMap<>(); requestBody.put("name", name); requestBody.put("permissions", "Radmin-api"); String response = checkPostMethod(requestBody, ITEM_ENDPOINT_SUFFIX).asString();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jun 12 02:18:38 UTC 2025 - 3.7K bytes - Viewed (0) -
src/main/java/org/codelibs/core/beans/BeanDesc.java
* * @param propertyName * The property name. Must not be {@literal null} or empty string * @return Whether the {@link PropertyDesc} exists */ boolean hasPropertyDesc(String propertyName); /** * Returns the {@link PropertyDesc}. * * @param propertyName * The property name. Must not be {@literal null} or empty string * @return {@link PropertyDesc}
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 24 01:52:43 UTC 2025 - 7.9K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.user_configuration=Benutzer labels.user_list_name=Name labels.user_password=Passwort labels.user_confirm_password=Passwort (bestätigen) labels.user_title_details=Benutzer labels.role_configuration=Rolle labels.role_list_name=Name labels.role_name=Name labels.role_title_details=Rolle labels.group_configuration=Gruppe labels.group_list_name=Name labels.group_name=Name labels.group_title_details=Gruppe
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.5K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/opensearch/user/exentity/Group.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 1.8K bytes - Viewed (0)