- Sort Score
- Result 10 results
- Languages All
Results 81 - 90 of 747 for group (0.05 sec)
-
src/main/java/jcifs/smb1/smb1/SID.java
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 21:10:40 UTC 2019 - 26.6K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/accesstoken/admin_accesstoken_edit.jsp
</la:info> <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.access_token_name"/></label>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 6K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/reqheader/admin_reqheader_edit.jsp
</la:info> <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.reqheader_name"/></label>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 5.1K bytes - Viewed (0) -
tests/count_test.go
t.Errorf(fmt.Sprintf("Count should work, but got err %v", err)) } if count1 != 1 { t.Errorf("Count with group should be 1, but got count: %v", count1) } var count2 int64 if err := DB.Model(&Company{}).Where("name in ?", []string{"company_count_group_b", "company_count_group_c"}).Group("name").Count(&count2).Error; err != nil {
Registered: Sun Nov 03 09:35:10 UTC 2024 - Last Modified: Mon Oct 30 09:15:49 UTC 2023 - 6.9K bytes - Viewed (0) -
README.md
- [guava-announce: Announcements of releases and upcoming significant changes](https://groups.google.com/group/guava-announce) - [guava-discuss: For open-ended questions and discussion](https://groups.google.com/group/guava-discuss) ## IMPORTANT WARNINGS 1. APIs marked with the `@Beta` annotation at the class or method level are
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Sep 24 18:34:38 UTC 2024 - 5.9K bytes - Viewed (0) -
src/main/java/jcifs/SID.java
* </tr> * <tr> * <td>SID_TYPE_DOM_GRP</td> * <td>Domain group</td> * </tr> * <tr> * <td>SID_TYPE_DOMAIN</td> * <td>Domain</td> * </tr> * <tr> * <td>SID_TYPE_ALIAS</td> * <td>Local group</td> * </tr> * <tr> * <td>SID_TYPE_WKN_GRP</td> * <td>Builtin group</td> * </tr> * <tr> * <td>SID_TYPE_DELETED</td>
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 5.1K bytes - Viewed (0) -
build-logic-commons/code-quality-rules/build.gradle.kts
plugins { id("java-library") } description = "Provides a custom CodeNarc rule used by the Gradle build" group = "gradlebuild" dependencies { api(platform(projects.buildPlatform)) compileOnly(localGroovy()) compileOnly("org.codenarc:CodeNarc") { exclude(group = "org.apache.groovy") exclude(group = "org.codehaus.groovy") }
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Sep 17 10:11:26 UTC 2024 - 980 bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword_edit.jsp
</c:if> </h3> <div class="card-tools"> <div class="btn-group"> <la:link href="/admin/elevateword" styleClass="btn btn-default btn-xs">
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 9.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/group/EditBody.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.api.admin.group; import org.codelibs.fess.app.web.admin.group.EditForm; public class EditBody extends EditForm {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 772 bytes - Viewed (0) -
build-logic/buildquality/src/main/kotlin/gradlebuild.incubation-report-aggregation.gradle.kts
} val allIncubationReports = tasks.register<IncubatingApiAggregateReportTask>("allIncubationReports") { group = "verification" reports.from(resolver("txt")) htmlReportFile = project.layout.buildDirectory.file("reports/incubation/all-incubating.html") } tasks.register<Zip>("allIncubationReportsZip") { group = "verification" destinationDirectory = layout.buildDirectory.dir("reports/incubation")
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Sat Sep 30 16:17:28 UTC 2023 - 1.4K bytes - Viewed (0)