Search Options

Results per page
Sort
Preferred Languages
Advance

Results 351 - 360 of 493 for Items (0.06 sec)

  1. cmd/erasure-healing-common.go

    			// consider the offline disks as consistent.
    			continue
    		}
    		if !meta.Deleted {
    			if len(meta.Erasure.Distribution) != len(onlineDisks) {
    				// Erasure distribution seems to have lesser
    				// number of items than number of online disks.
    				inconsistent++
    				continue
    			}
    			if meta.Erasure.Distribution[i] != meta.Erasure.Index {
    				// Mismatch indexes with distribution order
    				inconsistent++
    			}
    		}
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Sun Mar 30 00:56:02 UTC 2025
    - 12K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/util/concurrent/Futures.java

       *
       * <p>The list of results is in the same order as the input list.
       *
       * <p>This differs from {@link #successfulAsList(ListenableFuture[])} in that it will return a
       * failed future if any of the items fails.
       *
       * <p>Canceling this future will attempt to cancel all the component futures, and if any of the
       * provided futures fails or is canceled, this one is, too.
       *
       * @param futures futures to combine
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 64.3K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/admin/searchlog/admin_searchlog.jsp

                                                <tbody>
                                                <c:forEach var="data" varStatus="s"
                                                           items="${searchLogItems}">
                                                    <c:if test="${!logType.endsWith('_agg')}">
                                                        <tr
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 16K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/orig/view/index.jsp

    						<c:if test="${!empty popularWords}">
    							<div class="clearfix">
    								<p class="text-truncate">
    									<la:message key="labels.search_popular_word_word" />
    									<c:forEach var="item" varStatus="s" items="${popularWords}">
    										<c:if test="${s.index < 3}">
    											<la:link
    												href="/search?q=${f:u(item)}${fe:facetQuery()}${fe:geoQuery()}">${f:h(item)}</la:link>
    										</c:if>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jan 18 12:09:07 UTC 2025
    - 7K bytes
    - Viewed (1)
  5. src/main/java/org/codelibs/fess/app/web/admin/failureurl/AdminFailureurlAction.java

            });
        }
    
        /**
         * Sets up pagination data and restores search form values from the pager.
         *
         * @param data the render data to populate with failure URL items
         * @param form the search form to restore values into
         */
        protected void searchPaging(final RenderData data, final SearchForm form) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 10K bytes
    - Viewed (0)
  6. guava-testlib/src/com/google/common/testing/EqualsTester.java

     *
     * <ul>
     *   <li>"{@code [group }<i>i</i>{@code , item }<i>j</i>{@code ]}" refers to the
     *       <i>j</i><sup>th</sup> item in the <i>i</i><sup>th</sup> equality group, where both equality
     *       groups and the items within equality groups are numbered starting from 1. When either a
     *       constructor argument or an equal object is provided, that becomes group 1.
     * </ul>
     *
     * @author Jim McMaster
     * @author Jige Yu
     * @since 10.0
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 6.1K bytes
    - Viewed (0)
  7. docs/em/docs/python-types.md

    ///
    
    👈 ⛓: "đŸ”ĸ `items` `list`, &amp; 🔠 đŸŦ 👉 📇 `str`".
    
    /// tip
    
    đŸšĨ 👆 âš™ī¸ 🐍 3ī¸âƒŖ.9ī¸âƒŖ âš–ī¸ 🔛, 👆 đŸšĢ âœ”ī¸ 🗄 `List` âšĒī¸âžĄī¸ `typing`, 👆 đŸ’Ē âš™ī¸ 🎏 đŸĨ” `list` 🆎 â†Šī¸.
    
    ///
    
    🔨 👈, 👆 👨‍🎨 đŸ’Ē 🚚 🐕‍đŸĻē âĒ 🏭 đŸŦ âšĒī¸âžĄī¸ 📇:
    
    <img src="/img/python-types/image05.png">
    
    đŸĩ 🆎, 👈 🌖 đŸ’Ē 🏆.
    
    👀 👈 đŸ”ĸ `item` 1ī¸âƒŖ đŸ”Ŗ 📇 `items`.
    
    &amp; , 👨‍🎨 💭 âšĢī¸ `str`, &amp; 🚚 🐕‍đŸĻē 👈.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/admin/user/admin_user_edit.jsp

                                                       styleClass="form-control">
                                                <c:forEach var="l" varStatus="s" items="${roleItems}">
                                                    <la:option value="${l.id}">${f:h(l.name)}</la:option>
                                                </c:forEach>
                                            </la:select>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Fri Feb 14 12:15:45 UTC 2020
    - 31.4K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/helper/SystemHelper.java

                    return supportedLang;
                }
            }
            return null;
        }
    
        /**
         * Gets a list of language items for a given locale.
         *
         * @param locale The locale.
         * @return A list of language items.
         */
        public List<Map<String, String>> getLanguageItems(final Locale locale) {
            try {
                final String localeStr = locale.toString();
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 36.6K bytes
    - Viewed (0)
  10. src/test/java/jcifs/smb/FileEntryAdapterIteratorTest.java

            verify(filter, times(2)).accept(resource);
            verify(resource, times(2)).close();
        }
    
        @Test
        @DisplayName("Multiple iterations")
        void multipleIterations() {
            // Setup for three items
            FileEntry entry1 = mock(FileEntry.class);
            FileEntry entry2 = mock(FileEntry.class);
            FileEntry entry3 = mock(FileEntry.class);
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 07:14:38 UTC 2025
    - 10.6K bytes
    - Viewed (0)
Back to top