Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for textAlign (0.26 sec)

  1. src/cmd/cgo/internal/test/cgo_test.go

    func Test42018(t *testing.T)                 { test42018(t) }
    func Test45451(t *testing.T)                 { test45451(t) }
    func Test49633(t *testing.T)                 { test49633(t) }
    func TestAlign(t *testing.T)                 { testAlign(t) }
    func TestAtol(t *testing.T)                  { testAtol(t) }
    func TestBlocking(t *testing.T)              { testBlocking(t) }
    func TestBoolAlign(t *testing.T)             { testBoolAlign(t) }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 17 21:53:11 UTC 2023
    - 6.4K bytes
    - Viewed (0)
  2. src/internal/trace/traceviewer/static/trace_viewer_full.html

    ctx.restore();}
    function drawLabels(ctx,dt,viewLWorld,viewRWorld,slices,async,fontSize,yOffset){const pixelRatio=window.devicePixelRatio||1;const pixWidth=dt.xViewVectorToWorld(1);ctx.save();ctx.textAlign='center';ctx.textBaseline='top';ctx.font=(fontSize*pixelRatio)+'px sans-serif';if(async){ctx.font='italic '+ctx.font;}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (1)
  3. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    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. src/cmd/cgo/internal/test/test.go

    	"fmt"
    	"math"
    	"math/rand"
    	"os"
    	"os/signal"
    	"reflect"
    	"runtime"
    	"runtime/cgo"
    	"sync"
    	"syscall"
    	"testing"
    	"time"
    	"unsafe"
    )
    
    // alignment
    
    func testAlign(t *testing.T) {
    	var evt C.SDL_KeyboardEvent
    	C.makeEvent(&evt)
    	if C.same(&evt, evt.typ, evt.which, evt.state, evt.keysym.scancode, evt.keysym.sym, evt.keysym.mod, evt.keysym.unicode) == 0 {
    		t.Error("*** bad alignment")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  5. src/encoding/json/testdata/code.json.gz

    ,{"name":"text_decoration-expected.checksum","kids":[],"cl_weight":0.006942015827872924,"touches":4,"min_t":1228851457,"max_t":1238022568,"mean_t":1233138547},{"name":"text_align-expected.checksum","kids":[],"cl_weight":0.004890654600967464,"touches":2,"min_t":1228851457,"max_t":1236205616,"mean_t":1232528536},{"name":"text_align-expected.png","kids":[],"cl_weight":0.004890654600967464,"touches":2,"min_t":1228851457,"max_t":1236205616,"mean_t":1232528536},{"name":"vertical_align-expected.checksu...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
Back to top