Home
last modified time | relevance | path

Searched refs:inview (Results 1 – 25 of 54) sorted by relevance

123

/dports/databases/py-Pyrseas/Pyrseas-0.9.1/pyrseas/dbobject/
H A Dview.py117 def alter(self, inview, dbversion=None): argument
129 if col.name != inview.columns[col.number - 1].name:
132 if col.type != inview.columns[col.number - 1].type:
135 if self.definition != inview.definition:
136 stmts.append(self.create(dbversion, inview.definition))
137 stmts.append(super(View, self).alter(inview))
/dports/www/threema-web/threema-web-2.3.7-gh/libs/angular-inview/
H A DREADME.md1 angular-inview library with pull request 122 applied (commit e7c57e031489b2e7c2aaeed6dff09455495fcb…
3 https://github.com/thenikso/angular-inview/pull/122
/dports/graphics/openexr/openexr-3.1.4/src/bin/exrbuild/
H A Dexrbuild.cpp48 …put,MultiPartOutputFile & output,int inPart,int outPart,const std::string & inview=std::string("")) in copy_tiledimage() argument
118 if(inview=="" || views.size()==0 || viewFromChannelName(i.name(),views)==inview) in copy_tiledimage()
123 outFrameBuffer.insert( removeViewName(i.name(),inview), in copy_tiledimage()
149 …t, MultiPartOutputFile & output,int inPart,int outPart,const std::string & inview =std::string("")) in copy_scanlineimage() argument
197 if(inview=="" || views.size()==0 || viewFromChannelName(i.name(),views)==inview) in copy_scanlineimage()
202 outFrameBuffer.insert( removeViewName(i.name(),inview), in copy_scanlineimage()
/dports/comms/nmealib/nmealib/src/
H A Dgenerator.c143 info->satinfo.inview = 0; in nmea_igen_noise_loop()
156 info->satinfo.inview++; in nmea_igen_noise_loop()
180 info->satinfo.inview = 4; in nmea_igen_static_reset()
226 int count = info->satinfo.inview; in nmea_igen_rotate_loop()
249 info->satinfo.inview = 8; in nmea_igen_rotate_reset()
251 for(it = 0; it < info->satinfo.inview; ++it) in nmea_igen_rotate_reset()
H A Dgenerate.c125 pack->sat_count = (info->satinfo.inview <= NMEA_MAXSAT)?info->satinfo.inview:NMEA_MAXSAT; in nmea_info2GPGSV()
201 gsv_count = nmea_gsv_npack(info->satinfo.inview); in nmea_generate()
H A Dparse.c409 for(j = 0; j < info->satinfo.inview; ++j) in nmea_GPGSA2info()
441 info->satinfo.inview = pack->sat_count; in nmea_GPGSV2info()
/dports/www/mediawiki135/mediawiki-1.35.5/maintenance/postgres/
H A Dcompare_schemas.pl170 my ($infunction,$inview,$inrule,$lastcomma) = (0,0,0,0);
200 next if /^CREATE VIEW/ and $inview = 1;
201 if ($inview) {
202 /;$/ and $inview = 0;
/dports/multimedia/QtAV/QtAV-1.13.0/src/directx/
H A DD3D11VP.cpp79 ComPtr<ID3D11VideoProcessorInputView> inview; in process() local
81 texture, m_enum.Get(), &inviewDesc, &inview), false); in process()
105 stream.pInputSurface = inview.Get(); in process()
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/
H A Dconnector.cpp478 GtkWidget *inview, *outview, *midiview; in create_window() local
491 inview = gtk_tree_view_new_with_model(GTK_TREE_MODEL(inlist)); in create_window()
492 gtk_container_add(GTK_CONTAINER(inscroller), inview); in create_window()
493 gtk_widget_show(GTK_WIDGET(inview)); in create_window()
502 gtk_tree_view_append_column(GTK_TREE_VIEW(inview), col); in create_window()
511 gtk_tree_view_append_column(GTK_TREE_VIEW(inview), col); in create_window()
515 gtk_tree_selection_set_mode(gtk_tree_view_get_selection(GTK_TREE_VIEW(inview)), in create_window()
625 gtk_widget_set_sensitive(GTK_WIDGET(inview), FALSE); in create_window()
/dports/cad/opencascade/opencascade-7.6.0/tests/v3d/bugs/
H A Dbug2555228 vdisplay -inview b2
34 verase -inview b1
H A Dbug2926212 vdisplay -dispMode 1 -inview -erased b
/dports/games/xpilot/xpilot-4.5.5/src/server/
H A Dframe.c152 #define inview(x_, y_) \ macro
416 || inview(Players[lock_ind]->pos.x, Players[lock_ind]->pos.y)) in Frame_status()
751 if (!inview(x, y)) { in Frame_shots()
941 if (inview(x, y)) { in Frame_ships()
960 if (inview(x, y)) { in Frame_ships()
993 if (inview(t->pos.x, t->pos.y)) { in Frame_ships()
1015 if (!inview(pl_i->pos.x, pl_i->pos.y)) { in Frame_ships()
1047 if (inview(World.fuel[pl_i->fs].pix_pos.x, in Frame_ships()
1059 if (inview(x, y)) { in Frame_ships()
1066 if (inview(t->pos.x, t->pos.y)) { in Frame_ships()
[all …]
/dports/comms/nmealib/nmealib/samples/generate/
H A Dmain.c27 info.satinfo.inview = 1; in main()
/dports/comms/nmealib/nmealib/include/nmea/
H A Dinfo.h71 int inview; /**< Total number of satellites in view */ member
/dports/graphics/qgis/qgis-3.22.3/external/nmea/
H A Dinfo.h88 int inview; //!< Total number of satellites in view member
/dports/graphics/qgis-ltr/qgis-3.16.16/external/nmea/
H A Dinfo.h88 int inview; //!< Total number of satellites in view member
/dports/databases/p5-DBIx-Class-EncodedColumn/DBIx-Class-EncodedColumn-0.00020/
H A DMETA.yml47 - 'Lisa Hare <lhare@inview.co.uk>'
/dports/devel/upp/upp/uppsrc/CtrlCore/
H A DCtrlMouse.cpp329 bool inview = view.Contains(p); in MEvent0() local
330 if(inview != mouseinview && _this) { in MEvent0()
331 mouseinview = inview; in MEvent0()
332 MouseEventH(inview ? MOUSEENTER : MOUSELEAVE, p, zd, GetMouseFlags() | mm); in MEvent0()
/dports/games/redeclipse16/base-1.6.0/src/game/
H A Dgame.h1519 int cn, type, id, inview[MAX], lastinview[MAX], lastyawtime, lastpitchtime; member
1552 loopi(MAX) inview[i] = lastinview[i] = 0; in reset()
1566 if(a->inview[cament::PLAYER] > b->inview[cament::PLAYER]) return true; in compare()
1567 if(a->inview[cament::PLAYER] < b->inview[cament::PLAYER]) return false; in compare()
1568 if(a->inview[cament::AFFINITY] > b->inview[cament::AFFINITY]) return true; in compare()
1569 if(a->inview[cament::AFFINITY] < b->inview[cament::AFFINITY]) return false; in compare()
/dports/editors/biew/biew-610/
H A Dmakefile60 addons/sys/inview.o\
192 addons/sys/inview.o: addons/sys/inview.c
/dports/editors/biew/biew-610/mk_files/
H A Dmakefile.wc133 inview.obj &
/dports/mail/thunderbird/thunderbird-91.8.0/comm/calendar/base/content/preferences/
H A Dviews.inc.xhtml255 preference="calendar.weeks.inview">
272 preference="calendar.previousweeks.inview">
/dports/games/redeclipse/base-2.0.0/src/game/
H A Dgame.h2009 int cn, type, id, inview[MAX], lastinview[MAX], lastyawtime, lastpitchtime; member
2043 loopi(MAX) inview[i] = lastinview[i] = 0; in reset()
2058 if(a->inview[cament::PLAYER] > b->inview[cament::PLAYER]) return true; in compare()
2059 if(a->inview[cament::PLAYER] < b->inview[cament::PLAYER]) return false; in compare()
2060 if(a->inview[cament::AFFINITY] > b->inview[cament::AFFINITY]) return true; in compare()
2061 if(a->inview[cament::AFFINITY] < b->inview[cament::AFFINITY]) return false; in compare()
/dports/dns/bind-tools/bind-9.16.27/bin/check/
H A Dnamed-checkconf.c227 const char *inview = cfg_obj_asstring(inviewobj); in configure_zone() local
228 printf("%s %s %s in-view %s\n", zname, zclass, view, inview); in configure_zone()
/dports/dns/bind916/bind-9.16.27/bin/check/
H A Dnamed-checkconf.c227 const char *inview = cfg_obj_asstring(inviewobj); in configure_zone() local
228 printf("%s %s %s in-view %s\n", zname, zclass, view, inview); in configure_zone()

123