- Sort Score
- Result 10 results
- Languages All
Results 601 - 610 of 1,811 for command (0.15 sec)
-
src/archive/tar/common.go
c_ISUID = 04000 // Set uid c_ISGID = 02000 // Set gid c_ISVTX = 01000 // Save text (sticky bit) // Common Unix mode constants; these are not defined in any common tar standard. // Header.FileInfo understands these, but FileInfoHeader will never produce these. c_ISDIR = 040000 // Directory c_ISFIFO = 010000 // FIFO c_ISREG = 0100000 // Regular file
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Sep 13 21:03:27 UTC 2024 - 24.5K bytes - Viewed (0) -
docs/fr/README.md
### Créer un Package Exécutez la commande `package` et le fichier de release sera créé dans target/releases. $ mvn package $ mvn rpm:rpm # package .rpm $ mvn jdeb:jdeb # package .deb ### Générer le Code Source $ mvn dbflute:download # (commande unique) $ mvn dbflute:freegen $ mvn license:format ### Tests d'Intégration
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 07:19:47 UTC 2024 - 7.9K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/common/common.jsp
Shinsuke Sugaya <******@****.***> 1703312328 +0900
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Dec 23 06:18:48 UTC 2023 - 446 bytes - Viewed (0) -
.teamcity/src/test/kotlin/common.kt
Bo Zhang <******@****.***> 1727155280 +0800
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Sep 24 06:22:49 UTC 2024 - 662 bytes - Viewed (0) -
istioctl/pkg/util/common.go
Xiaopeng Han <******@****.***> 1686841337 +0800
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Jun 15 15:02:17 UTC 2023 - 1.6K bytes - Viewed (0) -
cmd/erasure-healing-common.go
latest := "" // Find the common cardinality from previously collected // occurrences of elements. for etag, count := range etagOccurrenceMap { if count < maxima { continue } // We are at or above maxima if count > maxima { maxima = count latest = etag } } // Return the collected common max time, with maxima return latest, maxima }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 31 22:10:24 UTC 2024 - 12.7K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
unc, auth); if (dr != null) { String service = null; if (request != null) { switch( request.command ) { case ServerMessageBlock.SMB_COM_TRANSACTION: case ServerMessageBlock.SMB_COM_TRANSACTION2: switch( ((SmbComTransaction)request).subCommand & 0xFF ) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Mon Mar 13 12:00:57 UTC 2023 - 107.9K bytes - Viewed (0) -
cmd/object-handlers-common.go
if objInfo.ModTime.IsZero() || objInfo.ModTime.Equal(time.Unix(0, 0)) { return false } // Headers to be set of object content is not going to be written to the client. writeHeaders := func() { // set common headers setCommonHeaders(w) // set object-related metadata headers w.Header().Set(xhttp.LastModified, objInfo.ModTime.UTC().Format(http.TimeFormat)) if objInfo.ETag != "" {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Sep 03 06:33:53 UTC 2024 - 15.3K bytes - Viewed (0) -
src/archive/zip/testdata/comment-truncated.zip
Damien Neil <******@****.***> 1715722750 -0700
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu May 16 15:56:19 UTC 2024 - 216 bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
</magic> <!-- XML files can start with a comment but then must not contain processing instructions. This should be rare so we assign lower priority here. Priority is also lower than text/html magics for them to be preferred for HTML starting with comment.--> <magic priority="30"> <match value="<!--" type="string" offset="0"/> </magic>
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Sep 21 06:46:43 UTC 2023 - 298.5K bytes - Viewed (0)