Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for getal (6.78 sec)

  1. src/main/java/org/codelibs/core/collection/ArrayMap.java

        }
    
        /**
         * Returns the value at the specified index.
         *
         * @param index
         *            the index
         * @return the value at the specified index
         */
        public V getAt(final int index) {
            return getEntryAt(index).getValue();
        }
    
        /**
         * Returns the key at the specified index.
         *
         * @param index
         *            the index
    Registered: Sat Dec 20 08:55:33 UTC 2025
    - Last Modified: Sat Nov 22 11:21:59 UTC 2025
    - 20.1K bytes
    - Viewed (0)
  2. fess-crawler/src/main/java/org/codelibs/fess/crawler/client/fs/FileSystemClient.java

                    responseData.addMetaData(FILE_ATTRIBUTE_VIEW, aclFileAttributeView);
                    responseData.addMetaData(FS_FILE_GROUPS,
                            aclFileAttributeView.getAcl().stream().map(acl -> acl.principal().getName()).toArray(n -> new String[n]));
                    return aclFileAttributeView;
                }
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Sun Nov 23 12:19:14 UTC 2025
    - 15.1K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_pt_BR.properties

    labels.user_agent=User agent
    labels.web_crawling_button_create=Criar
    labels.web_crawling_button_create_job=Criar novo trabalho
    labels.crawler_configuration=Configuração geral
    labels.crawler_title_edit=Configuração geral
    labels.schedule=Agendamento
    labels.enabled=Habilitado
    labels.day_for_cleanup=Excluir documentos anteriores
    labels.day=dias
    labels.crawl_button_update=Atualizar
    labels.none=Nenhum
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 48.7K bytes
    - Viewed (0)
Back to top