Search Options

Results per page
Sort
Preferred Languages
Advance

Results 321 - 330 of 1,340 for ciInfo (0.04 sec)

  1. src/test/java/jcifs/SmbWatchHandleTest.java

                private FileNotifyInformation createMockNotification(String filename) {
                    FileNotifyInformation info = mock(FileNotifyInformation.class);
                    when(info.getFileName()).thenReturn(filename);
                    when(info.getAction()).thenReturn(FileNotifyInformation.FILE_ACTION_ADDED);
                    return info;
                }
            };
    
            // Execute concurrent operations
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 13.2K bytes
    - Viewed (0)
  2. cmd/sftp-server-driver.go

    				return listerAt{&minioFileInfo{
    					p:     pathClean(object),
    					info:  minio.ObjectInfo{Key: object},
    					isDir: true,
    				}}, nil
    			}
    			return nil, err
    		}
    
    		isDir := strings.HasSuffix(objInfo.Key, SlashSeparator)
    		return listerAt{&minioFileInfo{
    			p:     pathClean(object),
    			info:  objInfo,
    			isDir: isDir,
    		}}, nil
    	}
    
    	return nil, NotImplemented{}
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Mon Feb 10 16:35:49 UTC 2025
    - 11.6K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/base/internal/Finalizer.java

                bigThreadConstructor.newInstance(
                    (ThreadGroup) null, finalizer, threadName, defaultStackSize, inheritThreadLocals);
          } catch (Throwable t) {
            logger.log(
                Level.INFO, "Failed to create a thread without inherited thread-local values", t);
          }
        }
        if (thread == null) {
          thread = new Thread((ThreadGroup) null, finalizer, threadName);
        }
        thread.setDaemon(true);
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sun Dec 22 03:38:46 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  4. docs/em/docs/tutorial/bigger-applications.md

    # ðŸĶ ðŸˆļ - 💗 📁
    
    ðŸšĨ 👆 🏗 ðŸˆļ ⚖ïļ ðŸ•ļ 🛠ïļ, âšŦïļ ðŸ›Ž 💞 👈 👆 💊 ðŸšŪ 🌐 🔛 👁 📁.
    
    **FastAPI** 🚚 🏊 🧰 📊 👆 ðŸˆļ ⏊ 🚧 🌐 💊.
    
    /// info
    
    ðŸšĨ 👆 👟 ⚩ïļâžĄïļ ðŸš, 👉 🔜 🌓 🏚 📗.
    
    ///
    
    ## 🖞 📁 📊
    
    ➡ïļ ðŸ’Ž 👆 ✔ïļ ðŸ“ 📊 💖 👉:
    
    ```
    .
    ├── app
    │   ├── __init__.py
    │   ├── main.py
    │   ├── dependencies.py
    │   └── routers
    │   │   ├── __init__.py
    │   │   ├── items.py
    │   │   └── users.py
    │   └── internal
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun May 11 13:37:26 UTC 2025
    - 15.5K bytes
    - Viewed (0)
  5. docs/ko/docs/advanced/custom-response.md

    /// info | ė •ëģī
    
    ėīëĨž ė‚ŽėšĐ하ë ĪëĐī `orjson`ė„ ė„Īėđ˜í•īė•ží•Đ니ë‹Ī. 똈: `pip install orjson`.
    
    ///
    
    ### `UJSONResponse`
    
    <a href="https://github.com/ultrajson/ultrajson" class="external-link" target="_blank">`ujson`</a>ė„ ė‚ŽėšĐ한 또 ë‹ĪëĨļ JSON ė‘ë‹ĩ í˜•ė‹ėž…ë‹ˆë‹Ī.
    
    /// info | ė •ëģī
    
    ėī ė‘ë‹ĩė„ ė‚ŽėšĐ하ë ĪëĐī `ujson`ė„ ė„Īėđ˜í•īė•ží•Đ니ë‹Ī. 똈: 'pip install ujson`.
    
    ///
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Feb 15 11:21:20 UTC 2025
    - 13.4K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/app/web/admin/crawlinginfo/AdminCrawlinginfoAction.java

    import org.lastaflute.web.response.render.RenderData;
    import org.lastaflute.web.ruts.process.ActionRuntime;
    
    import jakarta.annotation.Resource;
    
    /**
     * Admin action for Crawling Info management.
     *
     */
    public class AdminCrawlinginfoAction extends FessAdminAction {
    
        /**
         * Default constructor.
         */
        public AdminCrawlinginfoAction() {
            super();
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 11.4K bytes
    - Viewed (0)
  7. docs/en/docs/advanced/websockets.md

    ///
    
    ## More info { #more-info }
    
    To learn more about the options, check Starlette's documentation for:
    
    * <a href="https://www.starlette.io/websockets/" class="external-link" target="_blank">The `WebSocket` class</a>.
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 5.7K bytes
    - Viewed (0)
  8. src/main/java/jcifs/internal/witness/WitnessClient.java

                        // Start async notification monitoring for this registration
                        startAsyncNotificationMonitoring(registration);
    
                        log.info("Successfully registered for witness notifications: {}", registration.getRegistrationId());
    
                        return registration;
                    } else {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 20.8K bytes
    - Viewed (0)
  9. tests/scan_test.go

    	personMatched := false
    	addressMatched := false
    
    	for _, info := range personAddressInfoList {
    		if info.Person == nil {
    			t.Fatalf("Failed, expected not nil, got person nil")
    		}
    		if info.Address == nil {
    			t.Fatalf("Failed, expected not nil, got address nil")
    		}
    		if info.Person.ID == person1.ID {
    			personMatched = true
    			if info.Person.Name != person1.Name {
    Registered: Sun Sep 07 09:35:13 UTC 2025
    - Last Modified: Wed Jun 12 10:57:36 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/DataConfigDbm.java

    import java.util.List;
    import java.util.Map;
    
    import org.codelibs.fess.opensearch.config.exentity.DataConfig;
    import org.dbflute.Entity;
    import org.dbflute.dbmeta.AbstractDBMeta;
    import org.dbflute.dbmeta.info.ColumnInfo;
    import org.dbflute.dbmeta.info.UniqueInfo;
    import org.dbflute.dbmeta.name.TableSqlName;
    import org.dbflute.dbmeta.property.PropertyGateway;
    import org.dbflute.dbway.DBDef;
    import org.dbflute.util.DfTypeUtil;
    
    /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 13.9K bytes
    - Viewed (0)
Back to top