Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for metasize (0.05 sec)

  1. src/main/webapp/js/admin/popper.min.js.map

    );\n}\n\nexport default function getWindowSizes(document) {\n  const body = document.body;\n  const html = document.documentElement;\n  const computedStyle = isIE(10) && getComputedStyle(html);\n\n  return {\n    height: getSize('Height', body, html, computedStyle),\n    width: getSize('Width', body, html, computedStyle),\n  };\n}\n","/**\n * Given element offsets, generate an output similar to getBoundingClientRect\n * @method\n * @memberof Popper.Utils\n * @argument {Object} offsets\n * @returns {Object}...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 120.9K bytes
    - Viewed (0)
  2. okhttp-android/src/main/baseline-prof.txt

    HSPLkotlinx/coroutines/internal/LockFreeTaskQueue;-><init>(Z)V
    HSPLkotlinx/coroutines/internal/LockFreeTaskQueue;->addLast(Ljava/lang/Object;)Z
    HSPLkotlinx/coroutines/internal/LockFreeTaskQueue;->getSize()I
    HSPLkotlinx/coroutines/internal/LockFreeTaskQueue;->removeFirstOrNull()Ljava/lang/Object;
    HSPLkotlinx/coroutines/internal/LockFreeTaskQueueCore;-><clinit>()V
    HSPLkotlinx/coroutines/internal/LockFreeTaskQueueCore;-><init>(IZ)V
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Mar 21 11:22:00 UTC 2022
    - 127.9K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb1/smb1/SmbFile.java

                Info info = queryPath( getUncPath0(),
                        Trans2QueryPathInformationResponse.SMB_QUERY_FILE_STANDARD_INFO );
                size = info.getSize();
            } else {
                size = 0L;
            }
            sizeExpiration = System.currentTimeMillis() + attrExpirationPeriod;
            return size;
        }
    
    /**
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 107.9K bytes
    - Viewed (0)
Back to top