- Sort Score
- Result 10 results
- Languages All
Results 91 - 100 of 1,450 for director (0.05 sec)
-
src/main/java/org/codelibs/core/io/TraversalUtil.java
* Returns a {@link Traverser} that handles a collection of classes or resources based on the specified directory. * * @param rootDir * The root directory. Must not be {@literal null} or an empty string. * @return A {@link Traverser} that handles a collection of classes or resources based on the specified directory. */ public static Traverser getTraverser(final String rootDir) {
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 18.6K bytes - Viewed (0) -
docs/SMB3_IMPLEMENTATION_PLAN.md
└── DirectoryChangeNotifier.java - Directory change tracking ``` #### 4.2 Implementation Tasks - [ ] Extend lease implementation for directories - [ ] Implement directory metadata caching - [ ] Add directory change notification integration - [ ] Create parent-child lease relationships - [ ] Implement directory lease break handling - [ ] Add directory enumeration caching #### 4.3 Integration Points
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 10.7K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/lease/DirectoryLeaseManager.java
} /** * Request a directory lease * * @param directoryPath directory path * @param requestedState requested lease state * @param scope cache scope * @return lease key */ public Smb2LeaseKey requestDirectoryLease(String directoryPath, int requestedState, DirectoryCacheScope scope) { // Directory leasing requires SMB 3.0 or higher
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 01:47:47 UTC 2025 - 12.3K bytes - Viewed (0) -
dbflute_fess/_readme.txt
/- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - dfprop : Directory for DBFlute properties extlib : Directory for Directory for library extension log : Directory for log files of DBFlute tasks output/doc : Directory for auto-generated documents playsql : Directory for ReplaceSchema task schema : Directory for files of schema info - - - - - - - - - -/
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 04 22:46:31 UTC 2015 - 2.5K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/lease/DirectoryLeaseContext.java
import jcifs.internal.util.SMBUtil; /** * Directory Lease Context for SMB3 directory leasing * * This context extends standard lease context with directory-specific metadata * for enhanced directory caching capabilities. */ public class DirectoryLeaseContext implements CreateContextRequest { /** * Context name for directory lease request */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 9.4K bytes - Viewed (0) -
dbflute_fess/dfprop/outsideSqlMap.dfprop
# o sqlDirectory: SQL directory as a relative path from the application directory # (NotRequired - Default Java:'src/main/java' & 'src/main/resources' CSharp:'source') # o sql2EntityOutputDirectory: source output directory from as a relative path from the application directory # (NotRequired - Default Java:'src/main/java' CSharp:'source') #
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 25 06:04:16 UTC 2015 - 8K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/io/IoTestCase.java
if (testFileUrl == null) { throw new RuntimeException("unable to locate testdata directory"); } if (testFileUrl.getProtocol().equals("file")) { try { File testFile = new File(testFileUrl.toURI()); testDir = testFile.getParentFile(); // the testdata directory } catch (Exception ignore) { // probably URISyntaxException or IllegalArgumentException
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 5.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/info/Smb2QueryDirectoryRequest.java
import jcifs.internal.util.SMBUtil; /** * SMB2 Query Directory request message. This command is used to enumerate the contents * of a directory on the server. * * @author mbechler * */ public class Smb2QueryDirectoryRequest extends ServerMessageBlock2Request<Smb2QueryDirectoryResponse> implements RequestWithFileId { /** * File information class for basic directory information. */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 7.3K bytes - Viewed (0) -
docs/en/docs/management-tasks.md
Try to avoid using bitter sarcasm or potentially passive-aggressive comments. If something is wrong, it's better to be direct (try to be gentle) than sarcastic. Try to be as specific and objective as possible, avoid generalizations. For conversations that are more difficult, for example to reject a PR, you can ask me (@tiangolo) to handle it directly. ## Edit PR Titles
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 14.2K bytes - Viewed (0) -
guava-gwt/pom.xml
<resource> <directory>${project.build.directory}/guava-gwt-sources</directory> </resource> </resources> <testResources> <testResource> <directory>test</directory> </testResource> <testResource> <directory>test-super</directory> </testResource> <testResource>
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Sep 04 21:35:58 UTC 2025 - 19.4K bytes - Viewed (0)