- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 8,116 for for (0.02 sec)
-
.github/workflows/notify-on-rc-for-manual-test.yml
name: IDE Experience team notifier run-name: Notify the IDE Experience team about new RCs for manual testing on: push: tags: - 'v*.*.*-RC1' permissions: {} jobs: send-slack-notification: runs-on: ubuntu-latest steps: - name: Send Slack notification about new RCs for manual testing id: slack uses: slackapi/slack-github-action@v2.1.1 with:Registered: 2025-09-10 11:36 - Last Modified: 2025-07-09 22:17 - 912 bytes - Viewed (0) -
docs/en/docs/how-to/custom-docs-ui-assets.md
### Include the custom docs for static files { #include-the-custom-docs-for-static-files } And the same way as with a custom CDN, now you can create the *path operations* for the custom docs. Again, you can reuse FastAPI's internal functions to create the HTML pages for the docs, and pass them the needed arguments:Registered: 2025-09-07 07:19 - Last Modified: 2025-08-31 09:15 - 7.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/IndexingHelper.java
* and provides various query-based operations for document management. * It also integrates with the thumbnail generation system and handles * the cleanup of old documents during updates.</p> */ public class IndexingHelper { /** Logger for this class */ private static final Logger logger = LogManager.getLogger(IndexingHelper.class); /** Maximum number of retry attempts for failed operations */Registered: 2025-09-04 12:52 - Last Modified: 2025-08-07 03:06 - 26.1K bytes - Viewed (0) -
dbflute_fess/_readme.txt
The directories are for DBFlute tasks: /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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: 2025-09-04 12:52 - Last Modified: 2015-07-04 22:46 - 2.5K bytes - Viewed (0) -
src/main/java/org/codelibs/core/beans/util/CopyOptions.java
return this; } /** * Sets the delimiter for JavaBeans. * <p> * When copying between JavaBeans and {@link Map}, you can change the delimiter used in property names. * For example, if you specify an underscore as the delimiter for JavaBeans and a period as the delimiter for {@link Map}, * the property names for the source and destination will be as follows: * </p>Registered: 2025-09-05 20:58 - Last Modified: 2025-07-05 00:11 - 17.5K bytes - Viewed (0) -
src/main/java/org/codelibs/curl/CurlRequest.java
*/ protected static final String GZIP = "gzip"; /** * Logger for logging request details. */ protected static final Logger logger = Logger.getLogger(CurlRequest.class.getName()); /** * The URL for the HTTP request. */ protected String url; /** * The proxy to be used for the HTTP request. */ protected Proxy proxy; /**Registered: 2025-09-04 15:34 - Last Modified: 2025-07-05 01:38 - 17.8K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/MediaTypeTest.kt
@Test fun testInvalidParse() { assertInvalid("", "No subtype found for: \"\"") assertInvalid("/", "No subtype found for: \"/\"") assertInvalid("text", "No subtype found for: \"text\"") assertInvalid("text/", "No subtype found for: \"text/\"") assertInvalid("te<t/plain", "No subtype found for: \"te<t/plain\"") assertInvalid(" text/plain", "No subtype found for: \" text/plain\"")
Registered: 2025-09-05 11:42 - Last Modified: 2024-12-27 13:39 - 7.5K bytes - Viewed (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/entity/OpenSearchUrlQueue.java
// NOP } /** * Field name for ID. */ public static final String ID = "id"; /** * Field name for session ID. */ public static final String SESSION_ID = "sessionId"; /** * Field name for method. */ public static final String METHOD = "method"; /** * Field name for URL. */ public static final String URL = "url";Registered: 2025-09-21 03:50 - Last Modified: 2025-07-06 02:13 - 3.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/auth/chain/CommandChain.java
/** Character encoding for command output. */ protected String commandOutputEncoding = Charset.defaultCharset().displayName(); /** Command array for user update operations. */ protected String[] updateCommand; /** Command array for user deletion operations. */ protected String[] deleteCommand; /** Array of target usernames for command execution. */ protected String[] targetUsers;Registered: 2025-09-04 12:52 - Last Modified: 2025-07-17 08:28 - 13.1K bytes - Viewed (0) -
cmd/config-migrate.go
compress.SetCompressionConfig(newCfg, cfg.Compression) for k, args := range cfg.Notify.AMQP { notify.SetNotifyAMQP(newCfg, k, args) } for k, args := range cfg.Notify.Elasticsearch { notify.SetNotifyES(newCfg, k, args) } for k, args := range cfg.Notify.Kafka { notify.SetNotifyKafka(newCfg, k, args) } for k, args := range cfg.Notify.MQTT { notify.SetNotifyMQTT(newCfg, k, args) }
Registered: 2025-09-07 19:28 - Last Modified: 2025-08-29 02:39 - 5.4K bytes - Viewed (0)