Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for Pinch (0.05 sec)

  1. src/cmd/vendor/github.com/google/pprof/internal/driver/html/common.js

      let moved = false;     // Have we seen significant movement
      let touchid = null;    // Current touch identifier
    
      // State needed for pinch zooming
      let touchid2 = null;     // Second id for pinch zooming
      let initGap = 1.0;       // Starting gap between two touches
      let initScale = 1.0;     // currentScale when pinch zoom started
      let centerPoint = null;  // Center point for scaling
    
      // Convert event coordinates to svg coordinates.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 20K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit.min.js

    el.parentNode,this.clsMode)||($e(this.panel,"<div>"),ze(this.panel.parentNode,this.clsMode)),Ve(document.documentElement,"overflowY",this.overlay?"hidden":""),ze(document.body,this.clsContainer,this.clsFlip),Ve(document.body,"touch-action","pan-y pinch-zoom"),Ve(this.$el,"display","block"),ze(this.$el,this.clsOverlay),ze(this.panel,this.clsSidebarAnimation,"reveal"!==this.mode?this.clsMode:""),ci(document.body),ze(document.body,this.clsContainerAnimation),this.clsContainerAnimation&&(dr().conten...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 130.5K bytes
    - Viewed (0)
  3. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    w-pan-y":"pan-y","touch-action":t},".touch-pan-up":{"@defaults touch-action":{},"--tw-pan-y":"pan-up","touch-action":t},".touch-pan-down":{"@defaults touch-action":{},"--tw-pan-y":"pan-down","touch-action":t},".touch-pinch-zoom":{"@defaults touch-action":{},"--tw-pinch-zoom":"pinch-zoom","touch-action":t},".touch-manipulation":{"touch-action":"manipulation"}})},userSelect:({addUtilities:i})=>{i({".select-none":{"user-select":"none"},".select-text":{"user-select":"text"},".select-all":{"user-sele...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  4. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

                        Twinkle, twinkle--"'
    
    Here the Dormouse shook itself, and began singing in its sleep
    `Twinkle, twinkle, twinkle, twinkle--' and went on so long that
    they had to pinch it to make it stop.
    
      `Well, I'd hardly finished the first verse,' said the Hatter,
    `when the Queen jumped up and bawled out, "He's murdering the
    time!  Off with his head!"'
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  5. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

                        Twinkle, twinkle--"'
    
    Here the Dormouse shook itself, and began singing in its sleep
    `Twinkle, twinkle, twinkle, twinkle--' and went on so long that
    they had to pinch it to make it stop.
    
      `Well, I'd hardly finished the first verse,' said the Hatter,
    `when the Queen jumped up and bawled out, "He's murdering the
    time!  Off with his head!"'
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  6. src/runtime/testdata/testprogcgo/eintr.go

    		for i := 1; i < 1e6; i++ {
    			r1 += r1 / float64(i)
    			r2 = append(r2, bytes.Repeat([]byte{byte(i)}, 100)...)
    			r2 = r2[100:]
    		}
    	}
    	return r1, r2
    }
    
    // winch sends a few SIGWINCH signals to the process.
    func winch() {
    	ticker := time.NewTicker(100 * time.Microsecond)
    	defer ticker.Stop()
    	pid := syscall.Getpid()
    	for n := 10; n > 0; n-- {
    		syscall.Kill(pid, syscall.SIGWINCH)
    		<-ticker.C
    	}
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 05 17:54:15 UTC 2022
    - 5.2K bytes
    - Viewed (0)
  7. LICENSES/vendor/gopkg.in/natefinch/lumberjack.v2/LICENSE

    = vendor/gopkg.in/natefinch/lumberjack.v2 licensed under: =
    
    The MIT License (MIT)
    
    Copyright (c) 2014 Nate Finch 
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 08 04:49:00 UTC 2020
    - 1.2K bytes
    - Viewed (0)
  8. licenses/gopkg.in/natefinch/lumberjack.v2/LICENSE

    The MIT License (MIT)
    
    Copyright (c) 2014 Nate Finch 
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Oct 31 05:54:59 UTC 2022
    - 1.1K bytes
    - Viewed (0)
  9. cmd/metacache-server-pool.go

    	saver := z.serverPools[o.pool].sets[o.set]
    
    	// Disconnect from call above, but cancel on exit.
    	listCtx, cancel := context.WithCancel(GlobalContext)
    	saveCh := make(chan metaCacheEntry, metacacheBlockSize)
    	inCh := make(chan metaCacheEntry, metacacheBlockSize)
    	outCh := make(chan metaCacheEntry, o.Limit)
    
    	filteredResults := o.gatherResults(ctx, outCh)
    
    	mc := o.newMetacache()
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 23 01:12:23 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  10. src/testdata/Isaac.Newton-Opticks.txt

    Light at the distance of less than a quarter of an Inch from the Hair,
    and the dark Line or Shadow between that and the second Fringe began to
    appear at a less distance from the Hair than that of the third part of
    an Inch. The second Fringe began to appear at a distance from the Hair
    of less than half an Inch, and the Shadow between that and the third
    Fringe at a distance less than an inch, and the third Fringe at a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
Back to top