Search Options

Results per page
Sort
Preferred Languages
Advance

Results 421 - 430 of 467 for doFile (1.39 sec)

  1. src/main/resources/fess_label_pl.properties

    labels.postOfficeBox=Skrytka pocztowa
    labels.user_initials=Inicjały
    labels.initials=Inicjały
    labels.user_carLicense=Prawo jazdy
    labels.carLicense=Prawo jazdy
    labels.user_mobile=Telefon komórkowy
    labels.mobile=Telefon komórkowy
    labels.user_postalAddress=Adres pocztowy
    labels.postalAddress=Adres pocztowy
    labels.user_city=Miasto
    labels.city=Miasto
    labels.user_teletexTerminalIdentifier=Identyfikator terminala teletex
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 44.6K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbTransportImpl.java

                log.debug("Resolving DFS path " + path);
            }
    
            if (path.length() >= 2 && path.charAt(0) == '\\' && path.charAt(1) == '\\') {
                throw new SmbException("Path must not start with double slash: " + path);
            }
    
            try (SmbSessionImpl sess = getSmbSession(ctx, targetHost, targetDomain);
                    SmbTransportImpl transport = sess.getTransport();
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 69.8K bytes
    - Viewed (0)
  3. .bazelrc

    build:v2 --define=tf_api_version=2 --action_env=TF2_BEHAVIOR=1
    
    # Enable all targets in XLA
    build:cpu_cross --define=with_cross_compiler_support=true
    
    # Disable XLA on mobile.
    build:xla     --define=with_xla_support=true # TODO: remove, it's on by default.
    build:android --define=with_xla_support=false
    build:ios     --define=with_xla_support=false
    
    # BEGIN TF REMOTE BUILD EXECUTION OPTIONS
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Fri Aug 22 21:03:34 UTC 2025
    - 56K bytes
    - Viewed (0)
  4. src/main/webapp/js/admin/plugins/daterangepicker/daterangepicker.js

                // Bind global datepicker mousedown for hiding and
                $(document)
                  .on('mousedown.daterangepicker', this._outsideClickProxy)
                  // also support mobile devices
                  .on('touchend.daterangepicker', this._outsideClickProxy)
                  // also explicitly play nice with Bootstrap dropdowns, which stopPropagation when clicking them
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 64.8K bytes
    - Viewed (0)
  5. guava/src/com/google/common/net/MediaType.java

      /**
       * <a
       * href="https://developer.apple.com/library/archive/documentation/NetworkingInternet/Conceptual/iPhoneOTAConfiguration/profile-service/profile-service.html">Apple
       * over-the-air mobile configuration profiles</a>.
       *
       * @since 18.0
       */
      public static final MediaType APPLE_MOBILE_CONFIG =
          createConstant(APPLICATION_TYPE, "x-apple-aspen-config");
    
      /**
       * <a
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 48K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_zh_CN.properties

    labels.facsimileTelephoneNumber=传真号码
    labels.user_postOfficeBox=邮政信箱
    labels.postOfficeBox=邮政信箱
    labels.user_initials=首字母
    labels.initials=首字母
    labels.user_carLicense=驾驶执照
    labels.carLicense=驾驶执照
    labels.user_mobile=手机
    labels.mobile=手机
    labels.user_postalAddress=邮政地址
    labels.postalAddress=邮政地址
    labels.user_city=城市
    labels.city=城市
    labels.user_teletexTerminalIdentifier=电传终端标识符
    labels.teletexTerminalIdentifier=电传终端标识符
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.5K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_es.properties

    labels.postOfficeBox=Apartado de correos
    labels.user_initials=Iniciales
    labels.initials=Iniciales
    labels.user_carLicense=Licencia de conducir
    labels.carLicense=Licencia de conducir
    labels.user_mobile=Teléfono móvil
    labels.mobile=Teléfono móvil
    labels.user_postalAddress=Dirección postal
    labels.postalAddress=Dirección postal
    labels.user_city=Ciudad
    labels.city=Ciudad
    labels.user_teletexTerminalIdentifier=Identificador de terminal de teletex
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.4K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_ko.properties

    labels.user_postOfficeBox=사서함
    labels.postOfficeBox=사서함
    labels.user_initials=이니셜
    labels.initials=이니셜
    labels.user_carLicense=운전면허증
    labels.carLicense=운전면허증
    labels.user_mobile=휴대전화
    labels.mobile=휴대전화
    labels.user_postalAddress=주소
    labels.postalAddress=주소
    labels.user_city=시구정촌
    labels.city=시구정촌
    labels.user_teletexTerminalIdentifier=텔레텍스 단말 식별자
    labels.teletexTerminalIdentifier=텔레텍스 단말 식별자
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.1K bytes
    - Viewed (0)
  9. doc/go_mem.html

    	go f()
    	g()
    }
    </pre>
    
    <p>
    it can happen that <code>g</code> prints <code>2</code> and then <code>0</code>.
    </p>
    
    <p>
    This fact invalidates a few common idioms.
    </p>
    
    <p>
    Double-checked locking is an attempt to avoid the overhead of synchronization.
    For example, the <code>twoprint</code> program might be
    incorrectly written as:
    </p>
    
    <pre>
    var a string
    var done bool
    
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue Aug 05 15:41:37 UTC 2025
    - 26.6K bytes
    - Viewed (0)
  10. docs/debugging/xl-meta/main.go

    for 'xl.meta' files. Wildcards are accepted: 'testdir/*.txt' will compress
    all files in testdir ending with '.txt', directories can be wildcards
    as well. 'testdir/*/*.txt' will match 'testdir/subdir/b.txt', double stars
    means full recursive. 'testdir/**/xl.meta' will search for all xl.meta
    recursively.
    
    FLAGS:
      {{range .VisibleFlags}}{{.}}
      {{end}}
    `
    	//nolint:staticcheck
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 40.3K bytes
    - Viewed (0)
Back to top