Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for soft (0.3 sec)

  1. manifests/charts/gateways/istio-egress/values.yaml

          # There are currently two types of anti-affinity:
          #    "requiredDuringSchedulingIgnoredDuringExecution"
          #    "preferredDuringSchedulingIgnoredDuringExecution"
          # which denote "hard" vs. "soft" requirements, you can define your values
          # in "podAntiAffinityLabelSelector" and "podAntiAffinityTermLabelSelector"
          # correspondingly.
          # For example:
          # podAntiAffinityLabelSelector:
    Others
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Tue Feb 27 16:55:16 GMT 2024
    - 12.4K bytes
    - Viewed (0)
  2. manifests/charts/gateways/istio-ingress/values.yaml

          # There are currently two types of anti-affinity:
          #    "requiredDuringSchedulingIgnoredDuringExecution"
          #    "preferredDuringSchedulingIgnoredDuringExecution"
          # which denote "hard" vs. "soft" requirements, you can define your values
          # in "podAntiAffinityLabelSelector" and "podAntiAffinityTermLabelSelector"
          # correspondingly.
          # For example:
          # podAntiAffinityLabelSelector:
    Others
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Tue Feb 27 16:55:16 GMT 2024
    - 13K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/advance.jsp

    						key="labels.index_sort"
    					/></label>
    				<div class="col-lg-5 col-md-8 col-sm-7 col-xs-6">
    					<la:select property="sort" styleId="sortSearchOption" styleClass="form-control">
    						<option value="">
    							<la:message key="labels.search_result_select_sort" />
    						</option>
    						<la:option value="score.desc">
    							<la:message key="labels.search_result_sort_score_desc" />
    						</la:option>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 14.9K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/common/help_ko.jsp

    		content_length, last_modified 및 mimetype입니다.
    		설정에서 지정하는 필드는 변경할 수 있습니다.
    	</dd>
    	<dt>정렬</dt>
    	<dd>
    		sort 연산자는 지정된 필드 이름으로 문서를 정렬합니다.
    		sort 연산자의 사용 방법은 sort:&lt;field&gt;.&lt;order&gt;입니다.
    		&lt;order&gt; 는 asc 또는 desc 오름차순 · 내림차순을 지정할 수 있습니다.
    		예를 들어, Fess를 포함한 문서 크기의 내림차순으로 정렬하려면 다음과 같이 입력합니다.
    		<pre>Fess sort:content_length.desc</pre>
    		기본으로 사용 가능한 필드는 created, content_length 및 last_modified됩니다.
    		설정에서 지정하는 필드는 변경할 수 있습니다.
    	</dd>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Mon Feb 26 14:01:31 GMT 2018
    - 3.1K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp

                                        <label for="defaultSortValue" class="col-sm-3 text-sm-right col-form-label"><la:message
                                                key="labels.default_sort_value"/></label>
                                        <div class="col-sm-9">
                                            <la:errors property="defaultSortValue"/>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Mon Jan 16 12:54:35 GMT 2023
    - 39.4K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/view/common/help.jsp

    		customizable.
    	</dd>
    	<dt>Sort</dt>
    	<dd>
    		sort field sorts documents by a specified field name. The format is
    		"sort:&lt;field&gt;.&lt;order&gt;", where &lt;order&gt; is asc or
    		desc. If you want to find documents which has "Fess" and sort them in
    		descending order, you can enter:
    		<pre>Fess sort:content_length.desc</pre>
    		The available sort field are "created", "content_length" and
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Mon Feb 26 14:01:31 GMT 2018
    - 2.4K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/view/admin/boostdoc/admin_boostdoc_details.jsp

                                        </tr>
                                        <tr>
                                            <th><la:message
                                                    key="labels.boost_document_rule_sort_order"/></th>
                                            <td>${f:h(sortOrder)}<la:hidden property="sortOrder"/></td>
                                        </tr>
                                        </tbody>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Wed Feb 12 20:25:27 GMT 2020
    - 4.5K bytes
    - Viewed (0)
  8. manifests/charts/base/crds/crd-all.gen.yaml

                                      type: array
                                    failoverPriority:
                                      description: failoverPriority is an ordered list
                                        of labels used to sort endpoints to do priority
                                        based load balancing.
                                      items:
                                        type: string
                                      type: array
    Others
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Apr 22 20:20:47 GMT 2024
    - 606.1K bytes
    - Viewed (0)
  9. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    eligible to be scheduled based on labels on pods that are # already running on the node rather than based on labels on nodes. # There are currently two types of anti-affinity: # "requiredDuringSchedu" # "preferredDuringSched" # which denote "hard" vs. "soft" requirements, you can define your values # in "podAntiAffinityLabel" and "podAntiAffinityTermL" # correspondingly. # For example: # podAntiAffinityLabel: # - key: security # operator: In # values: S1,S2 # topologyKey: "kubernetes.io/hostname" # This...
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 198.1K bytes
    - Viewed (1)
  10. src/main/webapp/WEB-INF/orig/view/search.jsp

    						<la:message key="labels.search_result_sort_filename_desc" />
    					</c:if> <c:if test="${sort=='created.asc'}">
    						<la:message key="labels.search_result_sort_created_asc" />
    					</c:if> <c:if test="${sort=='created.desc'}">
    						<la:message key="labels.search_result_sort_created_desc" />
    					</c:if> <c:if test="${sort=='content_length.asc'}">
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 6.6K bytes
    - Viewed (0)
Back to top