Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for Pinch (0.07 sec)

  1. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    or thereabouts, and by consequence equal to 16/79 parts of an Inch, and its true Semi-diameter equal to 8/79 parts. Now as the Diameter of the Sphere (182 Inches) is to the Semi-diameter of this fifth dark Ring (8/79 parts of an Inch) so is this Semi-diameter to the thickness of the Air at this fifth dark Ring; which is therefore 32/567931 or 100/1774784. Parts of an Inch; and the fifth Part thereof, _viz._ the 1/88739 Part of an Inch, is the Thickness of the Air at the first of these dark Rings....
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/smb1/SmbTransport.java

                            sbuf[7] == (byte)'B') {
                    break; /* all good */
                }
                                            /* out of phase maybe? */
                              /* inch forward 1 byte and try again */
                for (int i = 0; i < 35; i++) {
                    sbuf[i] = sbuf[i + 1];
                }
                int b;
                if ((b = in.read()) == -1) return null;
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 31.2K bytes
    - Viewed (0)
  3. src/internal/trace/traceviewer/static/trace_viewer_full.html

    const INITIATOR_TYPE={KEYBOARD:'Keyboard',MOUSE:'Mouse',MOUSE_WHEEL:'MouseWheel',TAP:'Tap',PINCH:'Pinch',FLING:'Fling',TOUCH:'Touch',SCROLL:'Scroll',CSS:'CSS',WEBGL:'WebGL',VIDEO:'Video',VR:'VR',};UserExpectation.prototype={__proto__:tr.model.TimedEvent.prototype,computeCompoundEvenSelectionState(selection){let cess=CompoundEventSelectionState.N...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
  4. src/main/java/jcifs/smb/SmbTransportImpl.java

                        && this.sbuf[ 6 ] == (byte) 'M' && this.sbuf[ 7 ] == (byte) 'B' ) {
                    break; /* all good (SMB) */
                }
    
                /* out of phase maybe? */
                /* inch forward 1 byte and try again */
                for ( int i = 0; i < 35; i++ ) {
                    log.warn("Possibly out of phase, trying to resync " + Hexdump.toHexString(this.sbuf, 0, 16));
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Wed Jan 18 23:47:00 UTC 2023
    - 67K bytes
    - Viewed (0)
  5. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    2F27          ; mapped                 ; 5B80          # 3.0  KANGXI RADICAL ROOF
    2F28          ; mapped                 ; 5BF8          # 3.0  KANGXI RADICAL INCH
    2F29          ; mapped                 ; 5C0F          # 3.0  KANGXI RADICAL SMALL
    2F2A          ; mapped                 ; 5C22          # 3.0  KANGXI RADICAL LAME
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top