- Sort Score
- Num 10 results
- Language All
Results 141 - 150 of 248 for Scanner (0.05 seconds)
-
scripts/mkdocs_hooks.py
def get_translation_banner_content(docs_dir: str) -> str: docs_dir_path = Path(docs_dir) translation_banner_path = docs_dir_path / "translation-banner.md" if not translation_banner_path.is_file(): translation_banner_path = ( docs_dir_path.parent.parent / "en" / "docs" / "translation-banner.md" ) return translation_banner_path.read_text(encoding="utf-8") @lru_cache
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Feb 17 09:59:14 GMT 2026 - 6.6K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/chat/chat.jsp
</div> <div class="card-footer"> <div id="errorBanner" class="error-banner d-none" role="alert"> <div class="error-banner-content"> <i class="fa fa-exclamation-triangle me-2" aria-hidden="true"></i> <span class="error-message"></span> </div> <button type="button" class="error-banner-retry btn btn-sm btn-outline-light">
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 01:36:02 GMT 2026 - 10.8K bytes - Click Count (0) -
apache-maven/src/main/appended-resources/licenses/EPL-2.0.txt
in each case in order to link to, bind by name, or subclass the Program or Modified Works thereof. "Distribute" means the acts of a) distributing or b) making available in any manner that enables the transfer of a copy. "Source Code" means the form of a Program preferred for making modifications, including but not limited to software source code, documentation source, and configuration files.
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Jun 04 06:45:16 GMT 2024 - 13.9K bytes - Click Count (0) -
docs/sts/assume-role.md
| Params | Value | | :-- | :-- |
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 7.2K bytes - Click Count (0) -
android/guava/src/com/google/common/escape/UnicodeEscaper.java
* * @param csq a sequence of characters * @param start the index of the first character to be scanned * @param end the index immediately after the last character to be scanned * @throws IllegalArgumentException if the scanned sub-sequence of {@code csq} contains invalid * surrogate pairs */ protected int nextEscapeIndex(CharSequence csq, int start, int end) {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Jan 24 04:06:11 GMT 2026 - 13.2K bytes - Click Count (0) -
docs/multi-user/admin/README.md
Use [`mc admin policy`](https://docs.min.io/community/minio-object-store/reference/minio-mc-admin/mc-admin-policy.html#command-mc.admin.policy) to create custom admin policies. Create new canned policy file `adminManageUser.json`. This policy enables admin user to manage other users. ```json cat > adminManageUser.json << EOF { "Version": "2012-10-17", "Statement": [ { "Action": [
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 4.7K bytes - Click Count (0) -
src/main/webapp/WEB-INF/orig/view/chat/chat.jsp
</div> <div class="card-footer"> <div id="errorBanner" class="error-banner d-none" role="alert"> <div class="error-banner-content"> <i class="fa fa-exclamation-triangle me-2" aria-hidden="true"></i> <span class="error-message"></span> </div> <button type="button" class="error-banner-retry btn btn-sm btn-outline-light">
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 06:21:57 GMT 2026 - 10.4K bytes - Click Count (0) -
ISSUES.md
the whole community, e.g., fixing bugs and adding features. Individual support should be sought on Stack Overflow or other non-GitHub channels. It helps us to
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Thu Feb 11 22:37:27 GMT 2021 - 606 bytes - Click Count (0) -
src/main/webapp/js/chat.js
updateCharCount(); autoResizeTextarea(); sendMessage(); } }); // Error banner handlers elements.errorBanner.find('.error-banner-retry').on('click', function() { hideErrorBanner(); if (state.lastMessage) { elements.chatInput.val(state.lastMessage); updateCharCount();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 01:36:02 GMT 2026 - 30.6K bytes - Click Count (0) -
cmd/admin-router.go
// List policies latest adminRouter.Methods(http.MethodGet).Path(adminVersion+"/list-canned-policies").HandlerFunc(adminMiddleware(adminAPI.ListBucketPolicies)).Queries("bucket", "{bucket:.*}")
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Oct 10 18:57:03 GMT 2025 - 26.7K bytes - Click Count (0)