- Sort Score
- Result 10 results
- Languages All
Results 241 - 250 of 511 for off (0.06 sec)
-
gradlew.bat
@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @rem See the License for the specific language governing permissions and @rem limitations under the License. @rem @if "%DEBUG%"=="" @echo off @rem ########################################################################## @rem @rem Gradle startup script for Windows @rem @rem ##########################################################################
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Fri Nov 25 16:14:58 UTC 2022 - 2.7K bytes - Viewed (0) -
src/main/webapp/css/admin/adminlte.min.css
td.available:hover,.dark-mode .daterangepicker th.available:hover{background-color:#3f474e}.dark-mode .daterangepicker td.in-range{background-color:#4b545c;color:#fff}.dark-mode .daterangepicker td.off,.dark-mode .daterangepicker td.off.end-date,.dark-mode .daterangepicker td.off.in-range,.dark-mode .daterangepicker td.off.start-date{background-color:#292d32;color:#fff}.dark-mode .daterangepicker .ranges li:hover{background-color:#343a40}.dark-mode .daterangepicker.show-ranges.ltr .drp-calendar{border-colo...
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 1.3M bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/internal/connection/FastFallbackExchangeFinder.kt
import okhttp3.internal.connection.RoutePlanner.Plan import okhttp3.internal.okHttpName /** * Speculatively connects to each IP address of a target address, returning as soon as one of them * connects successfully. This kicks off new attempts every 250 ms until a connect succeeds. */ internal class FastFallbackExchangeFinder( override val routePlanner: RoutePlanner, private val taskRunner: TaskRunner, ) : ExchangeFinder {
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 5.8K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/header.jsp
class="navbar-form col-md-6 col-sm-8 col-7 mr-auto p-0" role="search"> <div class="input-group"> <la:text property="q" maxlength="1000" styleId="query" styleClass="form-control" autocomplete="off" /> <span class="input-group-append"> <button type="submit" name="search" id="searchButton" class="btn btn-primary"> <em class="fa fa-search"> </button>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 24 03:00:28 UTC 2020 - 4.2K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/view/header.jsp
class="navbar-form col-md-6 col-sm-8 col-7 mr-auto p-0" role="search"> <div class="input-group"> <la:text property="q" maxlength="1000" styleId="query" styleClass="form-control" autocomplete="off" /> <span class="input-group-append"> <button type="submit" name="search" id="searchButton" class="btn btn-primary"> <em class="fa fa-search"> </button>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 24 03:00:28 UTC 2020 - 4.2K bytes - Viewed (0) -
src/bytes/bytes.go
// TrimLeftFunc treats s as UTF-8-encoded bytes and returns a subslice of s by slicing off // all leading UTF-8-encoded code points c that satisfy f(c). func TrimLeftFunc(s []byte, f func(r rune) bool) []byte { i := indexFunc(s, f, false) if i == -1 { return nil } return s[i:] } // TrimRightFunc returns a subslice of s by slicing off all trailing // UTF-8-encoded code points c that satisfy f(c).
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Sep 03 20:55:15 UTC 2024 - 35.6K bytes - Viewed (0) -
android/guava/src/com/google/common/io/ByteSource.java
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 00:26:48 UTC 2024 - 26.2K bytes - Viewed (0) -
istioctl/pkg/ztunnelconfig/ztunnelconfig.go
ErrorLevel: "error", CriticalLevel: "critical", OffLevel: "off", } var stringToLevel = map[string]Level{ "trace": TraceLevel, "debug": DebugLevel, "info": InfoLevel, "warning": WarningLevel, "warn": WarningLevel, "error": ErrorLevel, "critical": CriticalLevel, "off": OffLevel, } var ( loggerLevelString = "" reset = false
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Oct 09 19:17:45 UTC 2024 - 22.2K bytes - Viewed (0) -
src/main/resources/log4j2.xml
<AppenderRef ref="AppFile" /> </Logger> <Logger name="org.opensearch.bootstrap" additivity="false" level="error"> <AppenderRef ref="AppFile" /> </Logger> <Logger name="com.onelogin.saml2" level="off"/> <Logger name="fess.log.audit" additivity="false" level="info"> <AppenderRef ref="AuditFile" /> </Logger> <Logger name="fess.log.searchlog" additivity="false" level="info"> <AppenderRef ref="SearchLogFile" />
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Feb 20 13:17:33 UTC 2023 - 3.7K bytes - Viewed (0) -
docs/distributed/DECOMMISSION.md
- All versioned buckets maintain the same order for "versions" for each object after being decommissioned to the other pools. - A pool interrupted during the decommission process, such as for a cluster restart, resumes from where it left off. ## How to decommission a pool ``` λ mc admin decommission start alias/ http://minio{1...2}/data{1...4} ``` ## Status decommissioning a pool ### Decommissioning without args lists all pools ```
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Jul 11 14:59:49 UTC 2022 - 8.3K bytes - Viewed (0)