Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for stiano (0.03 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
Back to top