Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 236 for editable (3.13 sec)

  1. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnenc/goals/Init.java

                        String template = editable.getValue().getResult();
                        String prefix = template.substring(0, template.indexOf("$"));
                        editMap = prompt.prompt(
                                context.header,
                                prompt.getPromptBuilder()
                                        .createInputPrompt()
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/admin/storage/admin_storage.jsp

                                    </c:forEach>
                                    / <c:if test="${editable}"><a data-toggle="modal" data-target="#createDir" href="#"><i
                                        class="fas fa-folder fa-fw" aria-hidden="true"></i></a></c:if>
                                </h3>
                                <c:if test="${editable}">
    								<div class="card-tools">
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu May 26 01:48:41 UTC 2022
    - 20.4K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/admin/suggest/admin_suggest.jsp

                                                    <td class="text-right">${f:h(totalWordsNum)}</td>
                                                    <td class="text-center">
                                                        <c:if test="${editable}">
                                                            <button type="button" class="btn btn-danger btn-xs"
                                                                    name="deleteAllWords"
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Wed Feb 12 20:25:27 UTC 2020
    - 18.1K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/admin/searchlist/admin_searchlist.jsp

                                                            <la:message key="labels.doc_score"/>${f:h(doc.score)}<br>
                                                            <c:if test="${editable}">
                                                                <la:link
                                                                        href="/admin/searchlist/edit?crudMode=2&amp;doc.doc_id=${f:u(doc.doc_id)}&amp;q=${f:u(q)}"
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Sep 24 13:09:22 UTC 2020
    - 20K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/view/admin/design/admin_design.jsp

                                        <la:message key="labels.design_download_button"/>
                                    </button>
                                    <c:if test="${editable}">
                                        <button type="button" class="btn btn-danger" name="delete"
                                                data-toggle="modal" data-target="#confirmToDelete"
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Wed Feb 12 20:25:27 UTC 2020
    - 11.1K bytes
    - Viewed (0)
  6. compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptorBuilder.java

                PlexusConfiguration editableConfig = d.getChild("editable");
    
                // we need the null check for pre-build legacy plugins...
                if (editableConfig != null) {
                    String editable = d.getChild("editable").getValue();
    
                    parameter.setEditable(editable == null || Boolean.parseBoolean(editable));
                }
    
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/view/admin/webconfig/admin_webconfig_details.jsp

                                <div class="card-footer">
                                    <jsp:include page="/WEB-INF/view/common/admin/crud/buttons.jsp"></jsp:include>
                                    <c:if test="${editable}"><la:link styleClass="btn btn-success"
                                                                      href="/admin/scheduler/createnewjob/web_crawling/${f:u(id)}/${fe:base64(name)}">
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 10.7K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/admin/plugin/admin_plugin.jsp

                                                        <td>${f:h(artifact.version)}</td>
                                                        <td>
                                                            <c:if test="${editable}">
                                                                <div class="text-center">
                                                                    <button type="button" class="btn btn-danger btn-xs"
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 10.5K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/view/admin/crawlinginfo/admin_crawlinginfo_details.jsp

                                            <la:message key="labels.crawling_info_button_back"/>
                                        </button>
                                        <c:if test="${editable}">
                                            <button type="button" class="btn btn-danger" name="delete"
                                                    data-toggle="modal" data-target="#confirmToDelete"
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Wed Feb 12 20:25:27 UTC 2020
    - 10.1K bytes
    - Viewed (0)
  10. src/main/webapp/WEB-INF/view/admin/joblog/admin_joblog.jsp

                                    </c:if>
                                    <div class="row">
                                        <c:if test="${editable}">
                                            <la:form action="/admin/joblog/">
                                                <div class="col-sm-12 center">
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 11.4K bytes
    - Viewed (0)
Back to top