Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 553 for Potter (0.19 sec)

  1. src/main/webapp/WEB-INF/view/admin/accesstoken/admin_accesstoken_details.jsp

                                <div class="card-footer">
                                    <jsp:include page="/WEB-INF/view/common/admin/crud/buttons.jsp"></jsp:include>
                                </div>
                            </div>
                        </div>
                    </div>
                </la:form>
    
            </section>
        </div>
        <jsp:include page="/WEB-INF/view/common/admin/footer.jsp"></jsp:include>
    </div>
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Wed Feb 12 20:25:27 GMT 2020
    - 5.5K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/help.jsp

    		<div class="row">
    			<div class="col">
    
    				<jsp:include page="${helpPage}" />
    
    			</div>
    		</div>
    		<div class="text-right">
    			<a href="#"><la:message key="labels.footer_back_to_top" /></a>
    		</div>
    	</main>
    	<jsp:include page="footer.jsp" />
    	<input type="hidden" id="contextPath" value="${contextPath}" />
    	<script type="text/javascript"
    		src="${fe:url('/js/jquery-3.6.3.min.js')}"></script>
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 1.4K bytes
    - Viewed (0)
  3. maven-core/src/main/java/org/apache/maven/artifact/DependencyResolutionRequiredException.java

     * under the License.
     */
    package org.apache.maven.artifact;
    
    /**
     * Exception that occurs when an artifact file is used, but has not been resolved.
     *
     * TODO it may be better for artifact.getFile() to throw it - perhaps it is a runtime exception?
     */
    public class DependencyResolutionRequiredException extends Exception {
        public DependencyResolutionRequiredException(Artifact artifact) {
    Java
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Wed Sep 06 08:39:32 GMT 2023
    - 1.3K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/index.jsp

    					<div>
    						<la:info id="msg" message="true">
    							<div class="alert alert-info">${msg}</div>
    						</la:info>
    						<la:errors header="errors.front_header"
    							footer="errors.front_footer" prefix="errors.front_prefix"
    							suffix="errors.front_suffix" />
    					</div>
    					<fieldset>
    						<legend><la:message key="labels.search" /></legend>
    						<div class="clearfix">
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 6.9K bytes
    - Viewed (1)
  5. src/main/webapp/js/profile.js

        $(this)
          .find(".modal-body #delete-doc-title")
          .text(title);
        $(this)
          .find(".modal-body #delete-doc-url")
          .text(url);
        $(this)
          .find(".modal-footer input#docId")
          .val(docId);
      });
    JavaScript
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Wed Sep 12 06:47:49 GMT 2018
    - 1.3K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/view/admin/maintenance/admin_maintenance.jsp

                                        </div>
                                    </div>
                                </div>
                                <div class="card-footer">
                                    <button type="submit" class="btn btn-primary ${f:h(editableClass)}"
                                            name="reindexOnly"
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Mon Jan 16 12:54:35 GMT 2023
    - 11.3K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/orig/view/help.jsp

    		<div class="row">
    			<div class="col">
    
    				<jsp:include page="${helpPage}" />
    
    			</div>
    		</div>
    		<div class="text-right">
    			<a href="#"><la:message key="labels.footer_back_to_top" /></a>
    		</div>
    	</main>
    	<jsp:include page="footer.jsp" />
    	<input type="hidden" id="contextPath" value="${contextPath}" />
    	<script type="text/javascript"
    		src="${fe:url('/js/jquery-3.6.3.min.js')}"></script>
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 1.4K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/admin/storage/admin_storage_tag_edit.jsp

    										</div>
    									</div>
    								</div>
    								<div class="card-footer">
    									<la:link styleClass="btn btn-default" href="list/${parentId}">
    										<em class="fa fa-arrow-circle-left">
    										<la:message key="labels.crud_button_back" />
    									</la:link>
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu May 26 01:48:41 GMT 2022
    - 4.4K bytes
    - Viewed (0)
  9. android/guava-tests/test/com/google/common/base/AndroidIncompatible.java

     *       Guava while continuing to run it internally, as we do with many other tests. This would
     *       suffice because we our Android users and tests are using the open-source version, which
     *       would no longer have the problematic test. But why bother when we can instead strip it with
     *       a more precisely named annotation?
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Fri Jul 07 15:40:13 GMT 2023
    - 3.9K bytes
    - Viewed (0)
  10. src/main/webapp/WEB-INF/view/admin/esreq/admin_esreq.jsp

    										/></label>
    									<div class="col-sm-9">
    										<input id="requestFile" type="file" name="requestFile" class="form-control-file" />
    									</div>
    								</div>
    							</div>
    							<div class="card-footer">
    								<c:if test="${editable}">
    									<button type="submit" class="btn btn-primary" name="upload">
    										<em class="fa fa-upload">
    										<la:message key="labels.esreq_button_upload" />
    									</button>
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 20 09:26:42 GMT 2020
    - 2.3K bytes
    - Viewed (0)
Back to top