- Sort Score
- Result 10 results
- Languages All
Results 61 - 70 of 74 for maximize (0.1 sec)
-
okhttp/api/jvm/okhttp.api
public fun flush ()V public final fun hitCount ()I public final fun initialize ()V public final fun isClosed ()Z public static final fun key (Lokhttp3/HttpUrl;)Ljava/lang/String; public final fun maxSize ()J public final fun networkCount ()I public final fun requestCount ()I public final fun size ()J public final fun urls ()Ljava/util/Iterator; public final fun writeAbortCount ()I
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 16 09:39:51 UTC 2025 - 69.4K bytes - Viewed (0) -
android/guava/src/com/google/common/base/CharMatcher.java
} } @GwtIncompatible // SmallCharMatcher private static boolean isSmall(int totalCharacters, int tableLength) { return totalCharacters <= SmallCharMatcher.MAX_SIZE && tableLength > (totalCharacters * 4 * Character.SIZE); // err on the side of BitSetMatcher } /** Sets bits in {@code table} matched by this matcher. */
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 53.9K bytes - Viewed (0) -
src/main/resources/fess_label_pt_BR.properties
labels.errorCountMax=Número máximo de erros labels.errorCountMin=Número mínimo de erros labels.facet=Faceta labels.geo=Geo labels.groups=Grupos labels.hash=Hash labels.kuromojiFile=Arquivo Kuromoji labels.maxSize=Tamanho máximo labels.order=Ordem labels.purgeSuggestSearchLogDay=Excluir informações de sugestão anteriores labels.q=Consulta labels.roles=Funções labels.suggestSearchLog=Log de pesquisa para sugestões
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.1K bytes - Viewed (0) -
src/main/resources/fess_label_ja.properties
labels.crawler=クローラー labels.crudMode=モード labels.errorCountMax=最大エラー数 labels.errorCountMin=最小エラー数 labels.facet=ファセット labels.geo=ジオ labels.groups=グループ labels.hash=ハッシュ labels.kuromojiFile=Kuromojiファイル labels.maxSize=最大サイズ labels.order=順番 labels.purgeSuggestSearchLogDay=以前のサジェスト情報を削除 labels.q=クエリー labels.roles=ロール labels.suggestSearchLog=サジェスト用検索ログ labels.suggestWord=サジェストワード labels.targetLabel=ラベル labels.term=検索語
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Nov 07 06:19:20 UTC 2024 - 46.2K bytes - Viewed (0) -
okhttp/api/android/okhttp.api
public fun flush ()V public final fun hitCount ()I public final fun initialize ()V public final fun isClosed ()Z public static final fun key (Lokhttp3/HttpUrl;)Ljava/lang/String; public final fun maxSize ()J public final fun networkCount ()I public final fun requestCount ()I public final fun size ()J public final fun urls ()Ljava/util/Iterator; public final fun writeAbortCount ()I
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 16 09:39:51 UTC 2025 - 69.4K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt
.build() private val callback = RecordingCallback() private val cache = Cache( fileSystem = LoggingFilesystem(fileSystem), directory = "/cache".toPath(), maxSize = Int.MAX_VALUE.toLong(), ) @BeforeEach fun setUp() { platform.assumeNotOpenJSSE() } @AfterEach fun tearDown() { cache.close() fileSystem.checkNoOpenFiles()
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Jul 31 04:18:40 UTC 2025 - 146.6K bytes - Viewed (0) -
src/main/webapp/css/admin/adminlte.min.css.map
#383f45;\n}\n\n.card.bg-dark,\n.card.bg-dark .card-body {\n color: #fff;\n}\n\n.card.maximized-card {\n height: 100% !important;\n left: 0;\n max-height: 100% !important;\n max-width: 100% !important;\n position: fixed;\n top: 0;\n width: 100% !important;\n z-index: 1040;\n}\n\n.card.maximized-card.was-collapsed .card-body {\n display: block !important;\n}\n\n.card.maximized-card .card-body {\n overflow: auto;\n}\n\n.card.maximized-card [data-card-widgett=\"collapse\"] {\n display: none;\n}\n\n.card.maximized-card...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 3.7M bytes - Viewed (1) -
CHANGELOG/CHANGELOG-1.4.md
* Do not query the metadata server to find out if running on GCE. Retry metadata server query for gcr if running on gce. ([#28871](https://github.com/kubernetes/kubernetes/pull/28871), [@vishh](https://github.com/vishh)) * Change maxsize to size in logrotate. ([#29128](https://github.com/kubernetes/kubernetes/pull/29128), [@bprashanth](https://github.com/bprashanth))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 133.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
public static final String LABELS_KUROMOJI_FILE = "{labels.kuromojiFile}"; /** The key of the message: Max Size */ public static final String LABELS_MAX_SIZE = "{labels.maxSize}"; /** The key of the message: Order */ public static final String LABELS_ORDER = "{labels.order}"; /** The key of the message: Delete old suggest info */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 146.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.6.md
### Scheduler * Add the support to the scheduler for spreading pods of StatefulSets. ([#41708](https://github.com/kubernetes/kubernetes/pull/41708), [@bsalamat](https://github.com/bsalamat))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 304K bytes - Viewed (0)