Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 131 for Meleti (0.18 sec)

  1. src/main/webapp/WEB-INF/view/admin/suggest/admin_suggest.jsp

                                                                    value="<la:message key="labels.design_delete_button" />">
                                                                <em class="fa fa-trash">
                                                                <la:message key="labels.design_delete_button"/>
                                                            </button>
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Wed Feb 12 20:25:27 GMT 2020
    - 18.1K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/common/admin/crud/buttons.jsp

    		<la:message key="labels.crud_button_edit" />
    	</button>
    	<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">
    		<la:message key="labels.crud_button_delete" />
    	</button>
    	<div class="modal fade" id="confirmToDelete" tabindex="-1"
    		role="dialog">
    		<div class="modal-dialog">
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Mon Feb 10 12:37:20 GMT 2020
    - 2.7K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/admin/searchlog/admin_searchlog_details.jsp

                                                                    name="delete"
                                                                    value="<la:message key="labels.crud_button_delete" />">
                                                                <em class="fa fa-trash">
                                                                <la:message key="labels.crud_button_delete"/>
                                                            </button>
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 9.9K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/admin/joblog/admin_joblog_details.jsp

                                                data-toggle="modal" data-target="#confirmToDelete"
                                                value="<la:message key="labels.joblog_button_delete" />">
                                            <em class="fa fa-trash">
                                            <la:message key="labels.joblog_button_delete"/>
                                        </button>
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 9.8K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/view/admin/scheduler/admin_scheduler_details.jsp

                                                    data-toggle="modal" data-target="#confirmToDelete"
                                                    value="<la:message key="labels.crud_button_delete" />">
                                                <em class="fa fa-trash">
                                                <la:message key="labels.crud_button_delete"/>
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Wed Feb 12 20:25:27 GMT 2020
    - 12K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/view/admin/storage/admin_storage.jsp

                                                                        name="delete" data-toggle="modal"
                                                                        data-target="#confirmToDelete-${f:h(data.hashCode)}"
                                                                        value="<la:message key="labels.crud_button_delete" />"
                                                                >
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu May 26 01:48:41 GMT 2022
    - 20.4K bytes
    - Viewed (0)
  7. manifests/charts/istio-control/istio-discovery/templates/reader-clusterrole.yaml

      - apiGroups: ["discovery.k8s.io"]
        resources: ["endpointslices"]
        verbs: ["get", "list", "watch"]
      - apiGroups: ["{{ $mcsAPIGroup }}"]
        resources: ["serviceexports"]
        verbs: ["get", "list", "watch", "create", "delete"]
      - apiGroups: ["{{ $mcsAPIGroup }}"]
        resources: ["serviceimports"]
        verbs: ["get", "list", "watch"]
      - apiGroups: ["apps"]
        resources: ["replicasets"]
        verbs: ["get", "list", "watch"]
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Mon Jul 17 21:19:52 GMT 2023
    - 2.1K bytes
    - Viewed (0)
  8. .github/workflows/sigbuild-docker-presubmit.yml

        strategy:
          matrix:
            python-version: [python3.9, python3.10, python3.11, python3.12]
        permissions:
          contents: read
          pull-requests: write
        steps:
          - name: Delete unnecessary tools folder
            run: |
              df -h
              rm -rf /opt/hostedtoolcache
              df -h
          -
            name: Checkout
    Others
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Oct 23 18:43:43 GMT 2023
    - 4K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji_details.jsp

                                        </c:if>
                                        <c:if test="${crudMode == 3}">
                                            <la:message key="labels.dict_kuromoji_link_delete"/>
                                        </c:if>
                                        <c:if test="${crudMode == 4}">
                                            <la:message key="labels.dict_kuromoji_link_details"/>
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Wed Feb 12 20:25:27 GMT 2020
    - 8K bytes
    - Viewed (0)
  10. helm-releases/minio-3.6.3.tgz

    user - `users[].existingSecretKey` - data key in existingSecret secret containing the secretKey - `users[].policy` - name of the policy to assign to user ## Uninstalling the Chart Assuming your release is named as `my-release`, delete it using the command: ```bash helm delete my-release ``` or ```bash helm uninstall my-release ``` The command removes all the Kubernetes components associated with the chart and deletes the release....
    Others
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Mar 24 04:07:15 GMT 2022
    - 17.9K bytes
    - Viewed (0)
Back to top