Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 27 for Tata (0.14 sec)

  1. src/main/webapp/WEB-INF/view/admin/searchlist/admin_searchlist_edit.jsp

                                                     data-validation="custom"
                                                     data-validation-regexp="(\+|\-)?\d+(\.\d+)?((e|E)(\+|\-)?\d+)?"
                                                     data-validation-help="number (Float)"/>
                                        </div>
                                    </div>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 24.9K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/admin/dict/mapping/admin_dict_mapping.jsp

                                                           items="${charMappingItemItems}">
                                                    <tr
                                                            data-href="${contextPath}/admin/dict/mapping/details/${f:u(dictId)}/4/${f:u(data.id)}">
                                                        <td>${f:h(data.inputs)}</td>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Wed Feb 12 20:25:27 GMT 2020
    - 10.1K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/admin/searchlog/admin_searchlog.jsp

                                                <c:forEach var="data" varStatus="s"
                                                           items="${searchLogItems}">
                                                    <c:if test="${!logType.endsWith('_agg')}">
                                                        <tr
                                                                data-href="${contextPath}/admin/searchlog/details/4/${f:u(logType)}/${f:u(data.id)}">
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 16K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/admin/crawlinginfo/admin_crawlinginfo_details.jsp

                                        <c:if test="${editable}">
                                            <button type="button" class="btn btn-danger" name="delete"
                                                    data-toggle="modal" data-target="#confirmToDelete"
                                                    value="<la:message key="labels.crawling_info_button_delete" />">
                                                <em class="fa fa-trash">
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Wed Feb 12 20:25:27 GMT 2020
    - 10.1K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/view/admin/joblog/admin_joblog.jsp

                                                <c:forEach var="data" varStatus="s" items="${jobLogItems}">
                                                    <tr
                                                            data-href="${contextPath}/admin/joblog/details/4/${f:u(data.id)}">
                                                        <td>${f:h(data.jobName)}</td>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 11.4K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/view/admin/plugin/admin_plugin.jsp

                                                                            name="delete" data-toggle="modal"
                                                                            data-target='#confirmToDelete-${f:h(artifact.name)}-${f:h(artifact.version).replace(".", "\\.")}'
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 10.5K bytes
    - Viewed (0)
  7. src/main/config/openapi/openapi-user.yaml

                        example: ["aaa"]
                      related_contents:
                        type: array
                        items:
                          type: string
                        example: []
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            filetype:
                              type: string
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Mon Jun 19 13:30:00 GMT 2023
    - 21.6K bytes
    - Viewed (1)
  8. src/main/webapp/WEB-INF/view/admin/dict/protwords/admin_dict_protwords.jsp

                                                           items="${protwordsItemItems}">
                                                    <tr
                                                            data-href="${contextPath}/admin/dict/protwords/details/${f:u(dictId)}/4/${f:u(data.id)}">
                                                        <td>${f:h(data.inputValue)}</td>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 9.9K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/view/admin/failureurl/admin_failureurl_details.jsp

                                        <c:if test="${editable}">
                                            <button type="button" class="btn btn-danger" name="delete"
                                                    data-toggle="modal" data-target="#confirmToDelete"
                                                    value="<la:message key="labels.crud_button_delete" />">
                                                <em class="fa fa-trash">
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 10.8K bytes
    - Viewed (0)
  10. src/main/webapp/WEB-INF/view/common/admin/sidebar.jsp

    							<em class="fa fa-search">
    						</button>
    					</div>
    				</div>
    			</form>
    		</c:if>
    		<nav class="mt-2">
    
    		<ul class="nav nav-pills nav-sidebar flex-column" data-widget="treeview" role="menu">
    			<li class="nav-header"><la:message key="labels.sidebar.menu" /></li>
    			<c:if test="${fe:permission('admin-dashboard-view')}">
    				<li class="nav-item">
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 15 20:55:28 GMT 2021
    - 17.8K bytes
    - Viewed (0)
Back to top