Search Options

Results per page
Sort
Preferred Languages
Advance

Results 441 - 450 of 945 for eaccess (0.16 sec)

  1. api/maven-api-core/src/main/java/org/apache/maven/api/Toolchain.java

     * in the Maven configuration.
     * </p>
     *
     * <p>
     * The following are key functionalities provided by the Toolchain interface:</p><ul>
     *   <li>Access to the type of the toolchain (e.g., JDK, compiler).</li>
     *   <li>Retrieval of the specific version of the toolchain.</li>
     *   <li>Configuration of toolchain properties to match the project's requirements.</li>
     * </ul>
     *
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Tue Aug 27 21:13:34 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  2. compat/maven-artifact/src/main/java/org/apache/maven/repository/Proxy.java

        public static final String PROXY_HTTP = "HTTP";
    
        /**
         * Proxy server host
         */
        private String host;
    
        /**
         * Username used to access the proxy server
         */
        private String userName;
    
        /**
         * Password associated with the proxy server
         */
        private String password;
    
        /**
         * Proxy server port
         */
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 4K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/admin/design/admin_design.jsp

                        </c:if>
                    </div>
                    <div class="col-md-12">
                        <c:if test="${editable}">
                            <div class="card card-outline card-success">
                                <la:form action="/admin/design/upload/"
                                         enctype="multipart/form-data">
                                    <div class="card-header">
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Wed Feb 12 20:25:27 UTC 2020
    - 11.1K bytes
    - Viewed (0)
  4. src/main/webapp/css/admin/adminlte.min.css.map

    {\n  background-color: #c8cbcf;\n}\n\n.table-hover .table-secondary:hover > td,\n.table-hover .table-secondary:hover > th {\n  background-color: #c8cbcf;\n}\n\n.table-success,\n.table-success > th,\n.table-success > td {\n  background-color: #c3e6cb;\n}\n\n.table-success th,\n.table-success td,\n.table-success thead th,\n.table-success tbody + tbody {\n  border-color: #8fd19e;\n}\n\n.table-hover .table-success:hover {\n  background-color: #b1dfbb;\n}\n\n.table-hover .table-success:hover > td,\n.table-hover...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 3.7M bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/taglib/FessFunctions.java

                                return Files.getLastModifiedTime(path).toMillis();
                            }
                        } catch (final Exception e) {
                            logger.debug("Failed to access {}", key, e);
                        }
                        return 0L;
                    }
                });
    
        protected FessFunctions() {
            // nothing
        }
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  6. src/main/java/jcifs/smb1/smb1/WinError.java

            ERROR_PIPE_NOT_CONNECTED,
            ERROR_MORE_DATA,
            ERROR_NO_BROWSER_SERVERS_FOUND,
        };
    
        static final String[] WINERR_MESSAGES = {
            "The operation completed successfully.",
            "Access is denied.",
            "No more connections can be made to this remote computer at this time because there are already as many connections as the computer can accept.",
            "The pipe state is invalid.",
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 2.3K bytes
    - Viewed (0)
  7. okhttp/src/test/java/okhttp3/DuplexTest.kt

            .build()
        val log: BlockingQueue<String?> = LinkedBlockingQueue()
        enableProtocol(Protocol.HTTP_2)
        val body =
          MockStreamHandler()
            .sendResponse("success!")
            .exhaustResponse()
            .cancelStream()
        server.enqueue(
          MockResponse.Builder()
            .clearHeaders()
            .streamHandler(body)
            .build(),
        )
        val call =
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sat Jan 20 10:30:28 UTC 2024
    - 23.9K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji.jsp

                                        </la:link>
                                        <la:link href="createnew/${f:u(dictId)}"
                                                 styleClass="btn btn-success btn-xs ${f:h(editableClass)}">
                                            <em class="fa fa-plus">
                                            <la:message key="labels.dict_kuromoji_link_create"/>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 27 06:24:23 UTC 2020
    - 10.1K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/view/common/admin/crud/header.jsp

    		<la:message key="labels.crud_title_details" />
    	</c:if>
    </h3>
    <div class="card-tools">
    	<c:choose>
    		<c:when test="${crudMode == null}">
    			<la:link href="createnew" styleClass="btn btn-success btn-xs ${f:h(editableClass)}">
    				<em class="fa fa-plus">
    				<la:message key="labels.crud_link_create" />
    			</la:link>
    		</c:when>
    		<c:otherwise>
    			<la:link href="../list" styleClass="btn btn-primary btn-xs">
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 1K bytes
    - Viewed (0)
  10. src/main/webapp/WEB-INF/view/admin/dict/protwords/admin_dict_protwords_download.jsp

                                            </la:link>
                                            <la:link href="../createnew/${f:u(dictId)}"
                                                     styleClass="btn btn-success btn-xs ${f:h(editableClass)}">
                                                <em class="fa fa-plus">
                                                <la:message key="labels.dict_protwords_link_create"/>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 5.9K bytes
    - Viewed (0)
Back to top