- Sort Score
- Result 10 results
- Languages All
Results 231 - 240 of 489 for offs (0.1 sec)
-
src/main/webapp/css/admin/adminlte.min.css.map
.daterangepicker th.available:hover {\n background-color: #3f474e;\n}\n\n.dark-mode .daterangepicker td.in-range {\n background-color: #4b545c;\n color: #fff;\n}\n\n.dark-mode .daterangepicker td.off,\n.dark-mode .daterangepicker td.off.in-range,\n.dark-mode .daterangepicker td.off.start-date,\n.dark-mode .daterangepicker td.off.end-date {\n background-color: #292d32;\n color: #fff;\n}\n\n.dark-mode .daterangepicker .ranges li:hover {\n background-color: #343a40;\n}\n\n.dark-mode .daterangepicker.show-ranges.ltr...
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 3.7M 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) -
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) -
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) -
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/README.vendor
============================== Before updating vendor directories, ensure that module mode is enabled. Make sure that GO111MODULE is not set in the environment, or that it is set to 'on' or 'auto', and if you use a go.work file, set GOWORK=off. Also, ensure that 'go env GOROOT' shows the root of this Go source tree. Otherwise, the results are undefined. It's recommended to build Go from source and use that 'go' binary to update its source tree.
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Mon Sep 30 19:15:39 UTC 2024 - 2.4K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SigningDigest.java
int length = response.length - raxr.dataLength; update(data, index, length - ServerMessageBlock.SIGNATURE_OFFSET - 8); update(raxr.b, raxr.off, raxr.dataLength); } else { update(data, index, response.length - ServerMessageBlock.SIGNATURE_OFFSET - 8); } byte[] signature = digest(); for (int i = 0; i < 8; i++) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 21:10:40 UTC 2019 - 7K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/index.jsp
<div class="mx-auto col-10 col-sm-8 col-md-8 col-lg-6"> <la:text styleClass="query form-control center-block" property="q" size="50" maxlength="1000" styleId="contentQuery" autocomplete="off" /> </div> </div> <c:if test="${!empty popularWords}"> <div class="clearfix"> <p class="text-truncate"> <la:message key="labels.search_popular_word_word" />
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:07:52 UTC 2024 - 6.9K 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)