Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 151 for styled (0.26 sec)

  1. .github/workflows/stale-pr.yml

              # This workflow should touch no issues, so times are set to -1
              # (see actions/stale documentation for the behavior)
              days-before-issue-stale: -1
              stale-issue-label: stale
              stale-issue-message: >
                **BUG!** This issue should not be marked stale by the "stale" workflow.
                Please report it to @gradle/bt-support team
              days-before-issue-close: -1
    Others
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Mon Feb 05 12:52:42 GMT 2024
    - 1.7K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/admin/fileconfig/admin_fileconfig_edit.jsp

                                        <div class="col-sm-9">
                                            <la:errors property="name"/>
                                            <la:text styleId="name" property="name" styleClass="form-control"/>
                                        </div>
                                    </div>
                                    <div class="form-group row">
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 15.3K bytes
    - Viewed (0)
  3. fastapi/py.typed

    Steve B <******@****.***> 1557567827 +0200
    Others
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sat May 11 09:43:47 GMT 2019
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/admin/searchlog/admin_searchlog.jsp

                                                key="labels.searchlog_log_type"/></label>
                                        <div class="col-sm-4">
                                            <la:select styleId="logTypeSearch" property="logType"
                                                       styleClass="form-control">
                                                <la:option value="search"><la:message
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 16K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/orig/view/advance.jsp

    </c:if>
    <link href="${fe:url('/css/bootstrap.min.css')}" rel="stylesheet" type="text/css" />
    <link href="${fe:url('/css/style.css')}" rel="stylesheet" type="text/css" />
    <link href="${fe:url('/css/font-awesome.min.css')}" rel="stylesheet" type="text/css" />
    </head>
    <body>
    	<la:form styleClass="form-stacked" action="/search/" method="get" styleId="searchForm">
    		${fe:facetForm()}${fe:geoForm()}
    		<header>
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 14.9K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/view/admin/webauth/admin_webauth_edit.jsp

                                        <div class="col-sm-9">
                                            <la:errors property="hostname"/>
                                            <la:text styleId="hostname" property="hostname" styleClass="form-control"/>
                                        </div>
                                    </div>
                                    <div class="form-group row">
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 8.5K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/view/admin/fileauth/admin_fileauth_edit.jsp

                                        <div class="col-sm-9">
                                            <la:errors property="hostname"/>
                                            <la:text styleId="hostname" property="hostname" styleClass="form-control"/>
                                        </div>
                                    </div>
                                    <div class="form-group row">
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 7.9K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/orig/view/searchOptions.jsp

    </h3>
    <div>
    	<fieldset class="form-group">
    		<legend><la:message key="labels.index_num" /></legend>
    		<label for="contentNum"><la:message key="labels.index_num" /></label>
    		<la:select property="num" styleId="numSearchOption"
    			styleClass="form-control">
    			<option value="10">
    				<la:message key="labels.search_result_select_num" />
    			</option>
    			<la:option value="10">10</la:option>
    			<la:option value="20">20</la:option>
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Wed Jul 17 08:19:53 GMT 2019
    - 3.7K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/view/searchOptions.jsp

    </h3>
    <div>
    	<fieldset class="form-group">
    		<legend><la:message key="labels.index_num" /></legend>
    		<label for="contentNum"><la:message key="labels.index_num" /></label>
    		<la:select property="num" styleId="numSearchOption"
    			styleClass="form-control">
    			<option value="10">
    				<la:message key="labels.search_result_select_num" />
    			</option>
    			<la:option value="10">10</la:option>
    			<la:option value="20">20</la:option>
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Wed Jul 17 08:19:53 GMT 2019
    - 3.7K bytes
    - Viewed (0)
  10. .github/workflows/stale-issues.yml

              exempt-issue-labels: 'override-stale'
              #Comma separated list of labels that can be assigned to PRs to exclude them from being marked as stale
              exempt-pr-labels: "override-stale"
              #Limit the No. of API calls in one run default value is 30.
              operations-per-run: 1000
              days-before-issue-stale: 180
              days-before-issue-close: 365
    Others
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Nov 23 20:04:38 GMT 2023
    - 4.1K bytes
    - Viewed (0)
Back to top