Home
last modified time | relevance | path

Searched refs:thisview (Results 1 – 7 of 7) sorted by relevance

/dports/print/xtexsh/xtexsh-1.4/
H A Dxtexsh46 set thisview $defaultview
307 global thisview
308 switch $thisview {
438 global file tex defaultview thisview
440 set thisview $defaultview
451 set thisview "pdf"
457 if { $thisview == "pdf" } { set tex "pdf$tex" }
1054 $mm add radio -label "dvi" -variable thisview -value dvi
1055 $mm add radio -label "ps" -variable thisview -value ps
1056 $mm add radio -label "pdf" -variable thisview -value pdf
/dports/graphics/urt/urt-3.1b1_12/get/next/
H A DImage.h16 id thiswindow, thisview; variable
H A DRASF.m45 thisview = self;
H A DRLE.m37 thisview = self;
/dports/games/flightgear-data/fgdata/Nasal/
H A Dview.nas927 var thisview = me.lastViewStatus[index];
928 if (thisview.w/thisview.h != w/h) {
929 fovProp.setValue(me.calcNewFov(fovProp.getValue(), thisview.w, thisview.h, w, h))
931 ((thisview.opt,thisview.w,thisview.h) = (opt,w,h));
/dports/www/py-pyramid/pyramid-1.7.3/pyramid/tests/
H A Dtest_integration.py494 def thisview(request): function
496 config.add_view(thisview)
507 def thisview(request): function
509 config.add_view(thisview, route_name='aroute')
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrdiacom.cpp8076 VIEW *thisview; in us_editcelldlog() local
8084 thisview = lastview; in us_editcelldlog()
8088 thisview = el_curwindowpart->curnodeproto->cellview; in us_editcelldlog()
8091 if (thisview != NOVIEW) in us_editcelldlog()
8094 if (estrcmp(viewlist[i], thisview->viewname) == 0) defaultindex = i; in us_editcelldlog()