Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for _deltaX (0.04 sec)

  1. src/main/webapp/js/bootstrap.min.js.map

    _start(event) {\n    if (!this._supportPointerEvents) {\n      this._deltaX = event.touches[0].clientX\n\n      return\n    }\n\n    if (this._eventIsPointerPenTouch(event)) {\n      this._deltaX = event.clientX\n    }\n  }\n\n  _end(event) {\n    if (this._eventIsPointerPenTouch(event)) {\n      this._deltaX = event.clientX - this._deltaX\n    }\n\n    this._handleSwipe()\n    execute(this._config.endCallback)\n  }\n\n  _move(event) {\n    this._deltaX = event.touches && event.touches.length > 1 ?\n      0 :\n...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Jan 12 06:14:02 UTC 2025
    - 211.9K bytes
    - Viewed (0)
  2. okhttp/src/jvmTest/kotlin/okhttp3/CacheTest.kt

        sink.close()
      }
    
      /**
       * @param delta the offset from the current date to use. Negative values yield dates in the past;
       * positive values yield dates in the future.
       */
      private fun formatDate(
        delta: Long,
        timeUnit: TimeUnit,
      ): String = formatDate(Date(System.currentTimeMillis() + timeUnit.toMillis(delta)))
    
      private fun formatDate(date: Date): String {
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 16 09:39:51 UTC 2025
    - 113.6K bytes
    - Viewed (0)
  3. src/main/webapp/js/admin/bootstrap.min.js.map

    isPrevDirection && activeIndex === 0 ||\n                            isNextDirection && activeIndex === lastItemIndex\n\n    if (isGoingToWrap && !this._config.wrap) {\n      return activeElement\n    }\n\n    const delta = direction === DIRECTION_PREV ? -1 : 1\n    const itemIndex = (activeIndex + delta) % this._items.length\n\n    return itemIndex === -1 ?\n      this._items[this._items.length - 1] : this._items[itemIndex]\n  }\n\n  _triggerSlideEvent(relatedTarget, eventDirectionName) {\n    const targetIndex...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 180.9K bytes
    - Viewed (0)
  4. src/main/webapp/js/jquery-3.7.1.min.map

    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:07:52 UTC 2024
    - 131.6K bytes
    - Viewed (0)
  5. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    debian.net
    deca.jp
    deci.jp
    dedibox.fr
    dedyn.io
    def.br
    definima.io
    definima.net
    degree
    delhi.in
    delivery
    dell
    dell-ogliastra.it
    dellogliastra.it
    deloitte
    delta
    demo.datacenter.fi
    demo.datadetect.com
    demo.jelastic.com
    democracia.bo
    democrat
    demon.nl
    deno-staging.dev
    deno.dev
    dental
    dentist
    dep.no
    deporte.bo
    des.br
    desa.id
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  6. okhttp/src/androidMain/baseline-prof.txt

    HSPLkotlinx/coroutines/Empty;->isActive()Z
    HSPLkotlinx/coroutines/EventLoop;-><init>()V
    HSPLkotlinx/coroutines/EventLoop;->decrementUseCount(Z)V
    HSPLkotlinx/coroutines/EventLoop;->delta(Z)J
    HSPLkotlinx/coroutines/EventLoop;->incrementUseCount(Z)V
    HSPLkotlinx/coroutines/EventLoop;->isUnconfinedLoopActive()Z
    HSPLkotlinx/coroutines/EventLoop;->processUnconfinedEvent()Z
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon Dec 30 23:28:56 UTC 2024
    - 127.9K bytes
    - Viewed (0)
  7. src/main/webapp/js/admin/jquery-3.7.1.min.map

    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:07:52 UTC 2024
    - 131.6K bytes
    - Viewed (0)
  8. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    debian.net
    deca.jp
    deci.jp
    dedibox.fr
    dedyn.io
    def.br
    definima.io
    definima.net
    degree
    delhi.in
    delivery
    dell
    dell-ogliastra.it
    dellogliastra.it
    deloitte
    delta
    demo.datacenter.fi
    demo.datadetect.com
    demo.jelastic.com
    democracia.bo
    democrat
    demon.nl
    deno-staging.dev
    deno.dev
    dental
    dentist
    dep.no
    deporte.bo
    des.br
    desa.id
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
Back to top