Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for wildcard (0.13 seconds)

  1. src/main/java/jcifs/smb1/smb1/SmbFile.java

                if (dff.wildcard != null) {
                    wildcard = dff.wildcard;
                }
                searchAttributes = dff.attributes;
            }
    
            try {
                final int hostlen = url.getHost().length();
                if (hostlen == 0 || getType() == TYPE_WORKGROUP) {
                    doNetServerEnum(list, files, wildcard, searchAttributes, fnf, ff);
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 30 05:58:03 GMT 2025
    - 112.2K bytes
    - Click Count (0)
  2. src/main/java/jcifs/smb/SmbFile.java

         * </pre>
         *
         * </blockquote>
         *
         * If strict resource lifecycle is used, make sure you close the individual files after use.
         *
         * @param wildcard
         *            a wildcard expression
         * @throws SmbException if an error occurs while listing the files
         * @return An array of <code>SmbResource</code> objects representing file
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 30 05:58:03 GMT 2025
    - 103.2K bytes
    - Click Count (0)
  3. android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

        assertThat(Thread.interrupted()).isFalse();
        futureResult.cancel(true);
        assertThat(Thread.interrupted()).isFalse();
      }
    
      @J2ktIncompatible // Wildcard generics
      public void testWhenAllComplete_wildcard() throws Exception {
        ListenableFuture<?> futureA = immediateFuture("a");
        ListenableFuture<?> futureB = immediateFuture("b");
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 16 22:45:21 GMT 2026
    - 134K bytes
    - Click Count (0)
  4. guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

        assertThat(Thread.interrupted()).isFalse();
        futureResult.cancel(true);
        assertThat(Thread.interrupted()).isFalse();
      }
    
      @J2ktIncompatible // Wildcard generics
      public void testWhenAllComplete_wildcard() throws Exception {
        ListenableFuture<?> futureA = immediateFuture("a");
        ListenableFuture<?> futureB = immediateFuture("b");
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 16 22:45:21 GMT 2026
    - 134K bytes
    - Click Count (0)
Back to Top