Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for bundan (2.58 sec)

  1. src/main/java/org/codelibs/core/io/ResourceBundleUtil.java

            assertArgumentNotNull("bundle", bundle);
    
            final Map<String, String> ret = newHashMap();
            for (final Enumeration<String> e = bundle.getKeys(); e.hasMoreElements();) {
                final String key = e.nextElement();
                final String value = bundle.getString(key);
                ret.put(key, value);
            }
            return ret;
        }
    
        /**
    Registered: Sat Dec 20 08:55:33 UTC 2025
    - Last Modified: Thu Jul 31 08:16:49 UTC 2025
    - 5.3K bytes
    - Viewed (0)
  2. pom.xml

    				<groupId>org.apache.felix</groupId>
    				<artifactId>maven-bundle-plugin</artifactId>
    				<version>6.0.0</version>
    				<extensions>true</extensions>
    
    				<configuration>
    					<instructions>
    						<Bundle-Version>${osgi.version}</Bundle-Version>
    						<Bundle-License>LGPL</Bundle-License>
    						<Bundle-Vendor>CodeLibs</Bundle-Vendor>
    						<Bundle-SymbolicName>org.codelibs.jcifs</Bundle-SymbolicName>
    						<Export-Package>
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Mon Aug 25 14:34:10 UTC 2025
    - 12.1K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/core/message/MessageFormatter.java

            return messageCode.substring(1, Math.max(1, messageCode.length() - CODE_NUMBER_LENGTH));
        }
    
        /**
         * Returns the resource bundle.
         *
         * @param systemName
         *            System name
         * @return Resource bundle
         */
        protected static ResourceBundle getResourceBundle(final String systemName) {
            if (!initialized) {
                initialize();
            }
    Registered: Sat Dec 20 08:55:33 UTC 2025
    - Last Modified: Thu Jul 31 08:16:49 UTC 2025
    - 5.4K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/helper/IntervalControlHelper.java

        /**
         * Adds a new interval rule to the rule list.
         *
         * @param from the start time in HH:MM format
         * @param to the end time in HH:MM format
         * @param days comma-separated list of days (1=Sunday, 7=Saturday)
         * @param delay the delay in milliseconds to apply during this interval
         */
        public void addIntervalRule(final String from, final String to, final String days, final long delay) {
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sun Nov 23 12:34:02 UTC 2025
    - 10K bytes
    - Viewed (0)
  5. src/main/resources/fess_message_id.properties

    # -------------------
    constraints.CreditCardNumber.message = {item} adalah nomor kartu kredit yang tidak valid.
    constraints.EAN.message = {item} adalah barcode {type} yang tidak valid.
    constraints.Email.message = {item} bukan alamat email yang valid.
    constraints.Length.message = Panjang {item} harus antara {min} dan {max}.
    constraints.LuhnCheck.message = Checksum Luhn Modulo 11 dari {value} tidak benar.
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 07 14:12:58 UTC 2025
    - 11.8K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/ldap/LdapManager.java

                if (logger.isDebugEnabled()) {
                    logger.debug("bindDn or groupName is blank: bindDn={}, groupName={}", bindDn, groupName);
                }
                return OptionalEntity.empty();
            }
    
            final Hashtable<String, String> env = createSearchEnv();
            try (DirContextHolder holder = getDirContext(() -> env)) {
                final DirContext context = holder.get();
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 86.3K bytes
    - Viewed (0)
  7. src/main/java/jcifs/smb1/dcerpc/msrpc/srvsvc.java

             */
            public int month;
            /**
             * The current year.
             */
            public int year;
            /**
             * The current day of the week (0-6, where 0 is Sunday).
             */
            public int weekday;
    
            @Override
            public void encode(final NdrBuffer _dst) throws NdrException {
                _dst.align(4);
                _dst.enc_ndr_long(elapsedt);
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 26.3K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_id.properties

    labels.facet_timestamp_1day=Dalam 24 jam
    labels.facet_timestamp_1week=Dalam seminggu
    labels.facet_timestamp_1month=Dalam sebulan
    labels.facet_timestamp_1year=Dalam setahun
    labels.facet_timestamp_3month=Dalam 3 bulan
    labels.facet_timestamp_6month=Dalam 6 bulan
    labels.facet_timestamp_2year=Dalam 2 tahun
    labels.facet_timestamp_3year=Dalam 3 tahun
    labels.facet_contentLength_title=Ukuran
    labels.facet_contentLength_10k=&nbsp; - 10KB
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 45.2K bytes
    - Viewed (0)
  9. src/main/java/jcifs/dcerpc/msrpc/srvsvc.java

             */
            public int month;
            /**
             * The current year.
             */
            public int year;
            /**
             * The current day of the week (0-6, where 0 is Sunday).
             */
            public int weekday;
    
            @Override
            public void encode(final NdrBuffer _dst) throws NdrException {
                _dst.align(4);
                _dst.enc_ndr_long(this.elapsedt);
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 27K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_tr.properties

    labels.updatedTime=Güncelleme Zamanı
    labels.urls=URL'ler
    labels.userAgent=Kullanıcı Aracısı
    labels.username=Kullanıcı Adı
    labels.value=Değer
    labels.versionNo=Sürüm No
    labels.cronExpression=Zamanlama
    labels.dayForCleanup=Belirtilen günden eski belgeleri sil
    labels.crawlingThreadCount=Eşzamanlı Tarama Sayısı
    labels.boost=Artırma
    labels.crawlingConfigName=Ad
    labels.crawlingConfigPath=Taranacak Yol
    labels.processType=İşlem Tipi
    labels.parameters=Parametreler
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 47K bytes
    - Viewed (0)
Back to top