Search Options

Results per page
Sort
Preferred Languages
Advance

Results 231 - 240 of 1,156 for data3 (0.02 sec)

  1. src/test/java/jcifs/ntlmssp/av/AvPairsTest.java

    import jcifs.internal.util.SMBUtil;
    
    public class AvPairsTest {
    
        private byte[] createAvPairData(int avId, byte[] data) {
            byte[] result = new byte[4 + data.length];
            SMBUtil.writeInt2(avId, result, 0);
            SMBUtil.writeInt2(data.length, result, 2);
            System.arraycopy(data, 0, result, 4, data.length);
            return result;
        }
    
        private byte[] createEolData() {
            byte[] result = new byte[4];
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 20.5K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/admin/backup/admin_backup.jsp

                                                <c:forEach var="data" varStatus="s"
                                                           items="${backupItems}">
                                                    <tr
                                                            data-href="${contextPath}/admin/backup/download/${f:u(data.id)}/">
                                                        <td>${f:h(data.name)}</td>
                                                    </tr>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Wed Feb 12 20:25:27 UTC 2020
    - 5.1K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb/NtStatus.java

                "The system cannot find the file specified.", "The system cannot find the file specified.", "End of file",
                "More data is available.", "Access is denied.", "The data area passed to a system call is too small.",
                "The filename, directory name, or volume label syntax is incorrect.", "The system cannot find the file specified.",
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 14.9K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/orig/view/header.jsp

    					<c:if test="${eoled}">
    						<li class="nav-item" data-bs-toggle="tooltip" data-placement="left" title="<la:message key="labels.eol_error" />">
    							<a class="nav-link active" href="${eolLink}" target="_olh"><em class="fas fa-times-circle text-danger"></a>
    						</li>
    					</c:if>
    					<c:if test="${developmentMode}">
    						<li class="nav-item" data-bs-toggle="tooltip" data-placement="left"
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jan 18 12:09:07 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/view/header.jsp

    					<c:if test="${eoled}">
    						<li class="nav-item" data-bs-toggle="tooltip" data-placement="left" title="<la:message key="labels.eol_error" />">
    							<a class="nav-link active" href="${eolLink}" target="_olh"><em class="fas fa-times-circle text-danger"></a>
    						</li>
    					</c:if>
    					<c:if test="${developmentMode}">
    						<li class="nav-item" data-bs-toggle="tooltip" data-placement="left"
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jan 18 11:58:45 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  6. src/main/java/jcifs/smb/SmbPipeHandleInternal.java

         * @param off offset in the buffer
         * @param length length of data to send
         * @throws IOException if an I/O error occurs
         */
        void send(byte[] buf, int off, int length) throws IOException;
    
        /**
         * Performs a transaction on the pipe.
         *
         * @param buf the buffer containing the transaction data
         * @param off the offset in the buffer
         * @param length the length of data to send
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  7. src/main/resources/fess_message.properties

    errors.crud_failed_to_create_instance = Failed to create a new data.
    errors.crud_failed_to_create_crud_table = Failed to create a new data. ({0})
    errors.crud_failed_to_update_crud_table=Failed to update the data. ({0})
    errors.crud_failed_to_delete_crud_table=Failed to delete the data. ({0})
    errors.crud_could_not_find_crud_table = The data {0} is not found.
    errors.could_not_find_backup_index=Could not find any backup index.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 11.6K bytes
    - Viewed (0)
  8. src/main/resources/fess_message_en.properties

    errors.crud_failed_to_create_instance = Failed to create a new data.
    errors.crud_failed_to_create_crud_table = Failed to create a new data. ({0})
    errors.crud_failed_to_update_crud_table=Failed to update the data. ({0})
    errors.crud_failed_to_delete_crud_table=Failed to delete the data. ({0})
    errors.crud_could_not_find_crud_table = The data {0} is not found.
    errors.could_not_find_backup_index=Could not find any backup index.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 11.5K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/app/web/admin/role/AdminRoleAction.java

                searchPaging(data, form);
            });
        }
    
        /**
         * Sets up search paging data for rendering the role list.
         *
         * @param data the render data to populate
         * @param form the search form containing current search criteria
         */
        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
    - 13.2K bytes
    - Viewed (0)
  10. android/guava-tests/test/com/google/common/collect/NewCustomTableTest.java

     *
     * @author Jared Levy
     */
    @GwtCompatible
    @NullMarked
    public class NewCustomTableTest extends AbstractTableTest<Character> {
    
      @Override
      protected Table<String, Integer, Character> create(@Nullable Object... data) {
        Supplier<TreeMap<Integer, Character>> factory =
            new Supplier<TreeMap<Integer, Character>>() {
              @Override
              public TreeMap<Integer, Character> get() {
                return Maps.newTreeMap();
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 2.1K bytes
    - Viewed (0)
Back to top