Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for polas (0.18 sec)

  1. src/main/java/org/codelibs/core/crypto/CachedCipher.java

            } catch (final UnsupportedEncodingException e) {
                throw new UnsupportedEncodingRuntimeException(e);
            }
        }
    
        /**
         * Polls an encryption cipher from the queue, creating a new one if none are available.
         *
         * @return an encryption cipher
         */
        protected Cipher pollEncryptoCipher() {
            Cipher cipher = encryptoQueue.poll();
    Registered: Fri Sep 05 20:58:11 UTC 2025
    - Last Modified: Sat Jul 05 00:11:05 UTC 2025
    - 11.5K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_pl.properties

    labels.q=Zapytanie
    labels.roles=Role
    labels.suggestSearchLog=Dziennik wyszukiwania sugestii
    labels.suggestWord=Sugerowane słowo
    labels.targetLabel=Etykieta
    labels.term=Termin wyszukiwania
    labels.fields=Pola
    labels.ex_q=Rozszerzone zapytanie
    labels.oldPassword=Bieżące hasło
    labels.newPassword=Nowe hasło
    labels.confirmNewPassword=Potwierdź nowe hasło
    
    labels.menu_system=System
    labels.menu_wizard=Kreator
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 44.6K bytes
    - Viewed (0)
Back to top