- Sort Score
- Result 10 results
- Languages All
Results 11 - 16 of 16 for isBool (0.08 sec)
-
src/main/java/jcifs/smb/SmbEnumerationUtil.java
} return new NetServerFileEntryAdapterIterator(parent, new NetServerEnumIterator(parent, th, wildcard, searchAttributes, fnf), ff); } } else if ( locator.isRoot() ) { return doShareEnum(parent, wildcard, searchAttributes, fnf, ff); } try ( SmbTreeHandleImpl th = parent.ensureTreeConnected() ) { if ( th.isSMB2() ) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sat Jul 20 08:41:19 UTC 2019 - 12.5K bytes - Viewed (0) -
docs/de/docs/tutorial/request-files.md
``` //// `UploadFile` zu verwenden, hat mehrere Vorzüge gegenüber `bytes`: * Sie müssen `File()` nicht als Parameter-Defaultwert verwenden. * Es wird eine <abbr title='Aufgespult, Warteschlangenartig'>„Spool“</abbr>-Datei verwendet: * Eine Datei, die bis zu einem bestimmten Größen-Limit im Arbeitsspeicher behalten wird, und wenn das Limit überschritten wird, auf der Festplatte gespeichert wird.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 11.3K bytes - Viewed (0) -
docs/pt/docs/tutorial/request_files.md
``` //// Utilizando `UploadFile` tem várias vantagens sobre `bytes`: * Você não precisa utilizar `File()` como o valor padrão do parâmetro. * A classe utiliza um arquivo em "spool": * Um arquivo guardado em memória até um tamanho máximo, depois desse limite ele é guardado em disco.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 10.8K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
int t = getType(); if ( t == TYPE_SHARE ) { this.size = fetchAllocationInfo(th).getCapacity(); } else if ( !this.fileLocator.isRoot() && t != TYPE_NAMED_PIPE ) { queryPath(th, this.fileLocator.getUNCPath(), FileInformation.FILE_STANDARD_INFO); } else { this.size = 0L; }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu May 23 01:50:13 UTC 2024 - 82.3K bytes - Viewed (0) -
guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt
`he's perfectly idiotic!' And she opened the door and went in. The door led right into a large kitchen, which was full of smoke from one end to the other: the Duchess was sitting on a three-legged stool in the middle, nursing a baby; the cook was leaning over the fire, stirring a large cauldron which seemed to be full of soup. `There's certainly too much pepper in that soup!' Alice said to
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Oct 29 21:35:03 UTC 2012 - 145.2K bytes - Viewed (0) -
test-site/activator-launch-1.3.2.jar
getProblem(); public final String getProblemMessage(); public final boolean isDownloaded(); public final boolean isSearched(); public final boolean isLoaded(); public final IvyNode findNode(org.apache.ivy.core.module.id.ModuleRevisionId); final boolean isRoot(); public final IvyNode getRoot(); public final org.apache.ivy.plugins.conflict.ConflictManager getConflictManager(org.apache.ivy.core.module.id.ModuleId); public final IvyNode getRealNode(); public final org.apache.ivy.core.module.id.ModuleRevisionId...
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Mon Apr 20 08:41:37 UTC 2015 - 1.2M bytes - Viewed (0)