Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for stiano (0.04 sec)

  1. src/main/resources/fess_indices/_aws/fess.json

    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 14 00:36:40 UTC 2025
    - 117.3K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_it.properties

    labels.destinationIndicator=Informazioni indirizzo servizio telegrammi
    labels.user_internationaliSDNNumber=Numero ISDN internazionale
    labels.internationaliSDNNumber=Numero ISDN internazionale
    labels.user_state=Stato/Provincia
    labels.state=Stato/Provincia
    labels.user_employeeType=Tipo di dipendente
    labels.employeeType=Tipo di dipendente
    labels.user_facsimileTelephoneNumber=Numero di fax
    labels.facsimileTelephoneNumber=Numero di fax
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.4K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb1/smb1/Dfs.java

                    }
                }
            }
    
            if (dr == null && path != null) {
                /* We did not match a domain based root. Now try to match the
                 * longest path in the list of stand-alone referrals.
                 */
                if (referrals != null && now > referrals.expiration) {
                    referrals = null;
                }
                if (referrals == null) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 14.2K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_pl.properties

    labels.destinationIndicator=Informacje o adresie usługi telegramowej
    labels.user_internationaliSDNNumber=Międzynarodowy numer ISDN
    labels.internationaliSDNNumber=Międzynarodowy numer ISDN
    labels.user_state=Stan/Prowincja
    labels.state=Stan/Prowincja
    labels.user_employeeType=Typ pracownika
    labels.employeeType=Typ pracownika
    labels.user_facsimileTelephoneNumber=Numer faksu
    labels.facsimileTelephoneNumber=Numer faksu
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 44.6K bytes
    - Viewed (0)
  5. src/main/java/jcifs/smb/DfsImpl.java

                log.trace("No match for domain based root, checking standalone " + domain);
            }
            /*
             * We did not match a domain based root. Now try to match the
             * longest path in the list of stand-alone referrals.
             */
    
            CacheEntry<DfsReferralDataInternal> refs;
            synchronized (this.referralsLock) {
                refs = this.referrals;
                if (refs == null || now > refs.expiration) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 29.7K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/base/Preconditions.java

       *
       * However, for a variety of reasons, Google developers have written a ton of code over the past
       * decade that assumes that they can use checkNotNull for non-precondition checks. I had hoped to
       * take a principled stand on this, but the amount of such code is simply overwhelming. To avoid
       * creating a lot of compile errors that users would not find to be informative, we're giving in
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Jul 10 22:11:00 UTC 2025
    - 53K bytes
    - Viewed (0)
Back to top