Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Office (0.05 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /**
         * Get the value for the key 'ldap.attr.physicalDeliveryOfficeName'. <br>
         * The value is, e.g. physicalDeliveryOfficeName <br>
         * comment: LDAP attribute for physical delivery office name.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getLdapAttrPhysicalDeliveryOfficeName();
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (2)
  2. lib/fips140/v1.0.0.zip

    t0 + t0 z3.Mul(t0, z3) // Z3 := t0 * Z3 x3.Sub(x3, z3) // X3 := X3 - Z3 z3.Mul(t0, t1) // Z3 := t0 * t1 z3.Add(z3, z3) // Z3 := Z3 + Z3 z3.Add(z3, z3) // Z3 := Z3 + Z3 q.x.Set(x3) q.y.Set(y3) q.z.Set(z3) return q } // p256AffinePoint is a point in affine coordinates (x, y). x and y are still // Montgomery domain elements. The point can't be the point at infinity. type p256AffinePoint struct { x, y fiat.P256Element } func (p *p256AffinePoint) Projective() *P256Point { pp := &P256Point{x: p.x, y: p.y}...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
  3. RELEASE.md

        flexible and reproducible package, is available via the new
        `tf.contrib.data.Dataset.from_generator` method!
    *   Fix `tf.contrib.distributions.Affine` incorrectly computing
        log-det-jacobian.
    *   Fix `tf.random_gamma` incorrectly handling non-batch, scalar draws.
    *   Resolved a race condition in TensorForest TreePredictionsV4Op.
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (2)
  4. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    FFCC          ; mapped                 ; 1169          # 1.1  HALFWIDTH HANGUL LETTER O
    FFCD          ; mapped                 ; 116A          # 1.1  HALFWIDTH HANGUL LETTER WA
    FFCE          ; mapped                 ; 116B          # 1.1  HALFWIDTH HANGUL LETTER WAE
    FFCF          ; mapped                 ; 116C          # 1.1  HALFWIDTH HANGUL LETTER OE
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top