Home
last modified time | relevance | path

Searched refs:motif (Results 251 – 275 of 3680) sorted by relevance

1...<<11121314151617181920>>...148

/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/styles/
H A Dstyles.pri66 !contains( styles, motif ) {
67 message( cde requires motif )
68 styles += motif
146 contains( styles, motif ) {
/dports/multimedia/qmmp-plugin-pack-qt5/qmmp-plugin-pack-1.5.2/src/Visual/goom/
H A Dconvolve_fx.c88 static void set_motif(ConvData *data, const Motif motif) in set_motif() argument
92 data->conv_motif[i][j] = motif[CONV_MOTIF_W-i-1][CONV_MOTIF_W-j-1]; in set_motif()
124 set_motif(data, CONV_MOTIF2.motif); in convolve_init()
322 set_motif(data, CONV_MOTIF1.motif); data->inverse_motif = 1; break; in convolve_apply()
324 set_motif(data, CONV_MOTIF2.motif); data->inverse_motif = 0; break; in convolve_apply()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery.releng/
H A Dbuild.properties32 # configs=win32,win32,x86 & linux,motif,x86
40 # linux, motif, x86 & \
41 # solaris, motif, sparc & \
43 # aix, motif, ppc & \
44 # hpux, motif, PA_RISC & \
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate.releng/
H A Dbuild.properties32 # configs=win32,win32,x86 & linux,motif,x86
39 # linux, motif, x86 & \
40 # solaris, motif, sparc & \
42 # aix, motif, ppc & \
43 # hpux, motif, PA_RISC & \
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.cloud.releng/
H A Dbuild.properties32 # configs=win32,win32,x86 & linux,motif,x86
40 # linux, motif, x86 & \
41 # solaris, motif, sparc & \
43 # aix, motif, ppc & \
44 # hpux, motif, PA_RISC & \
/dports/multimedia/libxine/xine-lib-1.2.11/src/post/goom/
H A Dconvolve_fx.c71 static void set_motif(ConvData *data, const Motif motif) in set_motif() argument
75 data->conv_motif[i][j] = motif[CONV_MOTIF_W-i-1][CONV_MOTIF_W-j-1]; in set_motif()
107 set_motif(data, CONV_MOTIF2.motif); in convolve_init()
331 set_motif(data, CONV_MOTIF1.motif); data->inverse_motif = 1; break; in convolve_apply()
333 set_motif(data, CONV_MOTIF2.motif); data->inverse_motif = 0; break; in convolve_apply()
/dports/net-mgmt/ocsinventory-server/OCSInventory-Server-2.8.1/Apache/Ocsinventory/Server/Capacities/
H A DDownload.pm318 for my $motif (keys(%substitute)){
319 if($pack_loc=~/\Q$motif\E/){
322 my $field = $substitute{$motif}->{field};
323 my $table = $substitute{$motif}->{table};
331 $pack_loc =~ s/(.*)\Q$motif\E(.*)/${1}${template}${2}/g;
/dports/biology/vt/vt-0.57721/
H A Dwdp_ahmm.cpp92 motif = NULL; in initialize_structures()
163 void WDP_AHMM::set_model(const char* motif) in set_model() argument
167 this->motif = strdup(motif); in set_model()
799 std::cerr << "repeat motif : " << motif << "\n"; in print_alignment()
H A Dmotif_map.h62 uint32_t canonical(uint32_t motif, uint32_t len);
67 bool is_aperiodic(uint32_t motif, uint32_t len);
H A Dvariant.cpp487 vntr.motif = bcf_get_rid(v); in update_vntr_from_info_fields()
492 vntr.motif = bcf_get_info_str(h, v, "MOTIF"); in update_vntr_from_info_fields()
495 if (vntr.basis=="") vntr.basis = VNTR::get_basis(vntr.motif); in update_vntr_from_info_fields()
496 vntr.mlen = vntr.motif.size(); in update_vntr_from_info_fields()
597 bcf_update_info_string(h, v, "MOTIF", vntr.motif.c_str()); in update_bcf_with_vntr_info()
631 std::cerr << "motif: " << vntr.motif << "\n"; in print()
632 std::cerr << "rlen : " << vntr.motif.size() << "\n"; in print()
683 kputs(vntr.motif.c_str(), s); in get_vntr_string()
700 kputs(vntr.motif.c_str(), s); in get_fuzzy_vntr_string()
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/SearchIO/
H A Drnamotif.pm790 my ($seq, $motif) = (shift @seq_el, shift @desc_el);
791 $struct = (index($motif,'h5') == 0) ? $symbol->{'5-prime'} :
792 (index($motif,'h3') == 0) ? $symbol->{'3-prime'} :
793 (index($motif,'ss') == 0) ? $symbol->{'single-strand'} :
794 (index($motif,'ctx')== 0) ? $symbol->{'single-strand'} :
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/lib/
H A Dbreg.h75 bool ExtractRegexp(const char *motif);
79 BareosRegex *NewBregexp(const char *motif);
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/lib/
H A Dbreg.h75 bool ExtractRegexp(const char *motif);
79 BareosRegex *NewBregexp(const char *motif);
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/lib/
H A Dbreg.h75 bool ExtractRegexp(const char *motif);
79 BareosRegex *NewBregexp(const char *motif);
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/lib/
H A Dbreg.h75 bool ExtractRegexp(const char *motif);
79 BareosRegex *NewBregexp(const char *motif);
/dports/audio/praat/praat-6.2.03/sys/
H A DGuiScrollBar.cpp23 #if motif
52 #elif motif
188 #if motif
219 #elif motif in GuiScrollBar_create()
288 #elif motif in GuiScrollBar_set()
323 #elif motif in GuiScrollBar_getValue()
338 #elif motif in GuiScrollBar_getSliderSize()
H A DGuiScrolledWindow.cpp23 #if motif
38 #elif motif
78 #elif motif in GuiScrolledWindow_create()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/doc/languages/
H A DREADME.pl130 > I'm happy to announce, that you can use motif public
136 >> Yes, you can use motif public header files, in particular because there is
139 >> DATA STRUCTURES (I mean little structure used by motif to pass description
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/lib/
H A Dbreg.h78 bool ExtractRegexp(const char* motif);
82 BareosRegex* NewBregexp(const char* motif);
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/lib/
H A Dbreg.h78 bool ExtractRegexp(const char* motif);
82 BareosRegex* NewBregexp(const char* motif);
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/lib/
H A Dbreg.h78 bool ExtractRegexp(const char* motif);
82 BareosRegex* NewBregexp(const char* motif);
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/lib/
H A Dbreg.h78 bool ExtractRegexp(const char* motif);
82 BareosRegex* NewBregexp(const char* motif);
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/lib/
H A Dbreg.h78 bool ExtractRegexp(const char* motif);
82 BareosRegex* NewBregexp(const char* motif);
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/lib/
H A Dbreg.h78 bool ExtractRegexp(const char* motif);
82 BareosRegex* NewBregexp(const char* motif);
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/lib/
H A Dbreg.h78 bool ExtractRegexp(const char* motif);
82 BareosRegex* NewBregexp(const char* motif);

1...<<11121314151617181920>>...148