- Sort Score
- Result 10 results
- Languages All
Results 1 - 7 of 7 for targz (0.09 sec)
-
src/main/assemblies/targz-bin.xml
<?xml version="1.0"?> <assembly> <id>targz</id> <formats> <format>tar.gz</format> </formats> <includeBaseDirectory>false</includeBaseDirectory> <componentDescriptors> <componentDescriptor>src/main/assemblies/common-bin.xml </componentDescriptor> </componentDescriptors>
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sun Dec 13 08:20:29 UTC 2015 - 296 bytes - Viewed (0) -
pom.xml
<outputDirectory>${project.build.directory}/releases/</outputDirectory> <tarLongFileMode>gnu</tarLongFileMode> <descriptors> <!-- descriptor>${basedir}/src/main/assemblies/targz-bin.xml</descriptor --> <descriptor>${basedir}/src/main/assemblies/zip-bin.xml</descriptor> </descriptors> </configuration> <executions> <execution> <phase>package</phase>
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 08:30:43 UTC 2025 - 49.4K bytes - Viewed (0) -
src/main/java/jcifs/smb/SpnegoContext.java
} else if (spToken instanceof final NegTokenTarg targ) { if (this.firstResponse) { if (!this.mechContext.isSupported(targ.getMechanism())) { throw new SmbException("Server chose an unsupported mechanism " + targ.getMechanism()); } this.selectedMech = targ.getMechanism(); if (targ.getResult() == NegTokenTarg.REQUEST_MIC) {
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 14.5K bytes - Viewed (0) -
src/test/java/jcifs/smb/Kerb5ContextTest.java
GSSName src = mock(GSSName.class); GSSName targ = mock(GSSName.class); when(src.export()).thenReturn(buildExportName(new Oid("1.2.3"), "client")); when(targ.export()).thenReturn(buildExportName(new Oid("1.2.3"), "service")); when(gssContext.getSrcName()).thenReturn(src); when(gssContext.getTargName()).thenReturn(targ); when(gssContext.getMech()).thenReturn(new Oid("1.2.3"));
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 14.2K bytes - Viewed (0) -
src/main/java/jcifs/smb/Kerb5Context.java
public String toString() { if (this.gssContext == null || !this.gssContext.isEstablished()) { return String.format("KERB5[src=%s,targ=%s]", this.clientName, this.serviceName); } try { return String.format("KERB5[src=%s,targ=%s,mech=%s]", this.gssContext.getSrcName(), this.gssContext.getTargName(), this.gssContext.getMech()); } catch (GSSException e) {
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 13.5K bytes - Viewed (1) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<mime-type type="image/x-tga"> <alias type="image/x-targa"/> <!-- trailer bytes: 54 52 55 45 56 49 53 49 4F 4E 2D 58 46 49 4C 45 2E 00 trailer as string: TRUEVISION-XFILE\\x2E\\x00 Some .tga files may be conflicting with application/x-123 recognition, therefore this mime-type must be set in front of application/x-123 --> <_comment>Targa image data</_comment> <magic priority="90">Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Oct 16 07:46:32 UTC 2025 - 320.2K bytes - Viewed (2) -
src/main/webapp/css/admin/adminlte.min.css.map
,gIAAA,sHAAA,mIAAA,yHAAA,mIAAA,yHA2EkB,MAAA,0BA3ElB,8IAAA,oIAAA,iJAAA,uIAAA,iJAAA,uIAgFoB,MAAA,0BAhFpB,4JAAA,kJAAA,+JAAA,qJAAA,+JAAA,qJAqFsB,MAAA,0BArFtB,0KAAA,gKAAA,6KAAA,mKAAA,6KAAA,mKA0FwB,MAAA,0BA1FxB,iFAAA,uEAAA,oFAAA,0EAAA,oFAAA,0EAqGY,MAAA,MArGZ,gHAAA,sGAAA,mHAAA,yGAAA,mHAAA,yGA0GgB,MAAA,YA1GhB,8HAAA,oHAAA,iIAAA,uHAAA,iIAAA,uHA+GkB,MAAA,oBA/GlB,4IAAA,kIAAA,+IAAA,qIAAA,+IAAA,qIAoHoB,MAAA,wBApHpB,0JAAA,gJAAA,6JAAA,mJAAA,6JAAA,mJAyHsB,MAAA,wBAzHtB,wKAAA,8JAAA,2KAAA,iKAAA,2KAAA,iKA8HwB,MAAA,w...
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 3.7M bytes - Viewed (3)