Home
last modified time | relevance | path

Searched refs:motif (Results 151 – 175 of 3680) sorted by relevance

12345678910>>...148

/dports/audio/snd/snd-21.2/tools/
H A Dcompsnd46 ./configure --quiet --with-motif CFLAGS="-O3 -Wall -Wno-restrict -Wno-array-bounds -Wno-stringop-ov…
72 ./configure --quiet --with-motif CFLAGS="-Wall -Wno-restrict -Wno-array-bounds -Wno-stringop-overfl…
244 …trict -Wno-array-bounds -Wno-stringop-overflow -Wno-parentheses " --quiet --with-motif --with-forth
259 ./configure --quiet --with-forth --with-motif --with-gl CFLAGS="-Wall -Wno-restrict -Wno-array-bo…
291 ./configure CFLAGS="" --quiet --without-extension-language --with-motif --with-gl
314 … -Wno-array-bounds -Wno-stringop-overflow -Wno-parentheses -DS7_DEBUGGING" --with-motif --with-gsl
358 …trict -Wno-array-bounds -Wno-stringop-overflow -Wno-parentheses " --with-motif --with-editres --d…
367 ./configure --with-motif --quiet CC=g++ CFLAGS="-Wall -Wno-restrict -Wno-array-bounds -Wno-string…
377 …-Wno-restrict -Wno-array-bounds -Wno-stringop-overflow -Wno-parentheses " --with-ruby --with-motif
561 ./configure CFLAGS="" --without-extension-language --with-motif --with-gl --quiet
[all …]
/dports/math/oleo/oleo-1.99.16/m4/
H A Dmotif.m417 dnl Oleo CVS $Id: motif.m4,v 1.11 1999/04/27 18:28:13 danny Exp $
27 dnl AC_ARG_WITH(motif,
28 dnl [ --without-motif do not use Motif widgets])
29 dnl Treat --without-motif like
30 dnl --without-motif-includes --without-motif-libraries.
37 AC_ARG_WITH(motif-includes,
38 [ --with-motif-includes=DIR Motif include files are in DIR],
41 AC_ARG_WITH(motif-libraries,
42 [ --with-motif-libraries=DIR Motif libraries are in DIR],
/dports/games/xshisen/xshisen-1.51/
H A Dconfigure.in39 AC_ARG_WITH(motif-include,
40 [ --with-motif-include=DIR Motif include files are in DIR],
42 AC_ARG_WITH(motif-lib,
43 [ --with-motif-lib=DIR Motif library files are in DIR],
45 AC_ARG_WITH(motif, optwith
46 [ --with-motif Use Motif Tool kit],
/dports/russian/xruskb/xruskb-1.15.4/
H A Dconfigure.ac46 AC_ARG_WITH(motif, [ --with-motif compile with Motif (or lesstif)]) optwith
47 AC_ARG_WITH(toolkit, [ --with-toolkit=TK use specified toolkit (motif, xaw, none)])
50 motif)with_motif=yes
61 *) AC_MSG_ERROR([invalid toolkit name, use motif, xaw, or none])
108 # motif can require additional libs
112 fi # !motif
/dports/audio/praat/praat-6.2.03/sys/
H A DGuiList.cpp23 #if motif
42 #elif motif
246 #elif motif in GuiList_create()
285 #elif motif in GuiList_deleteAllItems()
303 #elif motif in GuiList_deleteItem()
317 #elif motif in GuiList_deselectAllItems()
339 #elif motif in GuiList_deselectItem()
366 #elif motif in GuiList_getSelectedPositions()
411 #elif motif in GuiList_getBottomPosition()
429 #elif motif in GuiList_getNumberOfItems()
[all …]
/dports/cad/alliance/alliance/src/
H A Dmotif.m417 dnl Oleo CVS $Id: motif.m4,v 1.3 2011/02/09 22:13:40 jpc Exp $
27 dnl AC_ARG_WITH(motif,
28 dnl [ --without-motif do not use Motif widgets])
29 dnl Treat --without-motif like
30 dnl --without-motif-includes --without-motif-libraries.
37 AC_ARG_WITH(motif-includes,
38 [ --with-motif-includes=DIR Motif include files are in DIR],
41 AC_ARG_WITH(motif-libraries,
42 [ --with-motif-libraries=DIR Motif libraries are in DIR],
/dports/science/massxpert/massxpert-c229f4a1abde3c20b83a90e50f9c5d79104dfa5f/lib/
H A Dsequence.cpp537 Sequence::findForwardMotif(Sequence *motif, in findForwardMotif() argument
541 Q_ASSERT(motif); in findForwardMotif()
550 int motifSize = motif->size(); in findForwardMotif()
563 if (motif->makeMonomerList(polChemDef) == -1) in findForwardMotif()
578 const Monomer *motifMonomer = motif->at(jter); in findForwardMotif()
603 if(size() - iter < motif->size() - jter) in findForwardMotif()
628 for(int kter = jter + 1 ; kter < motif->size() ; ++kter) in findForwardMotif()
636 motifMonomer = motif->at(kter); in findForwardMotif()
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/lib/
H A Dbreg.cc35 BareosRegex* NewBregexp(const char* motif) in NewBregexp() argument
40 if (!self->ExtractRegexp(motif)) { in NewBregexp()
119 bool BareosRegex::ExtractRegexp(const char* motif) in ExtractRegexp() argument
121 if (!motif) { return false; } in ExtractRegexp()
123 char sep = motif[0]; in ExtractRegexp()
131 char* search = (char*)motif + 1; in ExtractRegexp()
136 char* dest = expr = strdup(motif); in ExtractRegexp()
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/lib/
H A Dbreg.cc32 BareosRegex *NewBregexp(const char *motif) in NewBregexp() argument
38 if (!self->ExtractRegexp(motif)) { in NewBregexp()
123 bool BareosRegex::ExtractRegexp(const char *motif) in ExtractRegexp() argument
125 if ( !motif ) { in ExtractRegexp()
129 char sep = motif[0]; in ExtractRegexp()
146 char *search = (char *) motif + 1; in ExtractRegexp()
151 char *dest = expr = bstrdup(motif); in ExtractRegexp()
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/lib/
H A Dbreg.cc34 BareosRegex* NewBregexp(const char* motif) in NewBregexp() argument
39 if (!self->ExtractRegexp(motif)) { in NewBregexp()
118 bool BareosRegex::ExtractRegexp(const char* motif) in ExtractRegexp() argument
120 if (!motif) { return false; } in ExtractRegexp()
122 char sep = motif[0]; in ExtractRegexp()
130 char* search = (char*)motif + 1; in ExtractRegexp()
135 char* dest = expr = strdup(motif); in ExtractRegexp()
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/lib/
H A Dbreg.cc34 BareosRegex* NewBregexp(const char* motif) in NewBregexp() argument
39 if (!self->ExtractRegexp(motif)) { in NewBregexp()
118 bool BareosRegex::ExtractRegexp(const char* motif) in ExtractRegexp() argument
120 if (!motif) { return false; } in ExtractRegexp()
122 char sep = motif[0]; in ExtractRegexp()
130 char* search = (char*)motif + 1; in ExtractRegexp()
135 char* dest = expr = strdup(motif); in ExtractRegexp()
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/lib/
H A Dbreg.cc35 BareosRegex* NewBregexp(const char* motif) in NewBregexp() argument
40 if (!self->ExtractRegexp(motif)) { in NewBregexp()
119 bool BareosRegex::ExtractRegexp(const char* motif) in ExtractRegexp() argument
121 if (!motif) { return false; } in ExtractRegexp()
123 char sep = motif[0]; in ExtractRegexp()
131 char* search = (char*)motif + 1; in ExtractRegexp()
136 char* dest = expr = strdup(motif); in ExtractRegexp()
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/lib/
H A Dbreg.cc35 BareosRegex* NewBregexp(const char* motif) in NewBregexp() argument
40 if (!self->ExtractRegexp(motif)) { in NewBregexp()
119 bool BareosRegex::ExtractRegexp(const char* motif) in ExtractRegexp() argument
121 if (!motif) { return false; } in ExtractRegexp()
123 char sep = motif[0]; in ExtractRegexp()
131 char* search = (char*)motif + 1; in ExtractRegexp()
136 char* dest = expr = strdup(motif); in ExtractRegexp()
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/lib/
H A Dbreg.cc32 BareosRegex *NewBregexp(const char *motif) in NewBregexp() argument
38 if (!self->ExtractRegexp(motif)) { in NewBregexp()
123 bool BareosRegex::ExtractRegexp(const char *motif) in ExtractRegexp() argument
125 if ( !motif ) { in ExtractRegexp()
129 char sep = motif[0]; in ExtractRegexp()
146 char *search = (char *) motif + 1; in ExtractRegexp()
151 char *dest = expr = bstrdup(motif); in ExtractRegexp()
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/lib/
H A Dbreg.cc32 BareosRegex *NewBregexp(const char *motif) in NewBregexp() argument
38 if (!self->ExtractRegexp(motif)) { in NewBregexp()
123 bool BareosRegex::ExtractRegexp(const char *motif) in ExtractRegexp() argument
125 if ( !motif ) { in ExtractRegexp()
129 char sep = motif[0]; in ExtractRegexp()
146 char *search = (char *) motif + 1; in ExtractRegexp()
151 char *dest = expr = bstrdup(motif); in ExtractRegexp()
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/lib/
H A Dbreg.cc34 BareosRegex* NewBregexp(const char* motif) in NewBregexp() argument
39 if (!self->ExtractRegexp(motif)) { in NewBregexp()
118 bool BareosRegex::ExtractRegexp(const char* motif) in ExtractRegexp() argument
120 if (!motif) { return false; } in ExtractRegexp()
122 char sep = motif[0]; in ExtractRegexp()
130 char* search = (char*)motif + 1; in ExtractRegexp()
135 char* dest = expr = strdup(motif); in ExtractRegexp()
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/lib/
H A Dbreg.cc35 BareosRegex* NewBregexp(const char* motif) in NewBregexp() argument
40 if (!self->ExtractRegexp(motif)) { in NewBregexp()
119 bool BareosRegex::ExtractRegexp(const char* motif) in ExtractRegexp() argument
121 if (!motif) { return false; } in ExtractRegexp()
123 char sep = motif[0]; in ExtractRegexp()
131 char* search = (char*)motif + 1; in ExtractRegexp()
136 char* dest = expr = strdup(motif); in ExtractRegexp()
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/lib/
H A Dbreg.cc32 BareosRegex *NewBregexp(const char *motif) in NewBregexp() argument
38 if (!self->ExtractRegexp(motif)) { in NewBregexp()
123 bool BareosRegex::ExtractRegexp(const char *motif) in ExtractRegexp() argument
125 if ( !motif ) { in ExtractRegexp()
129 char sep = motif[0]; in ExtractRegexp()
146 char *search = (char *) motif + 1; in ExtractRegexp()
151 char *dest = expr = bstrdup(motif); in ExtractRegexp()
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/lib/
H A Dbreg.cc34 BareosRegex* NewBregexp(const char* motif) in NewBregexp() argument
39 if (!self->ExtractRegexp(motif)) { in NewBregexp()
118 bool BareosRegex::ExtractRegexp(const char* motif) in ExtractRegexp() argument
120 if (!motif) { return false; } in ExtractRegexp()
122 char sep = motif[0]; in ExtractRegexp()
130 char* search = (char*)motif + 1; in ExtractRegexp()
135 char* dest = expr = strdup(motif); in ExtractRegexp()
/dports/biology/py-bx-python/bx-python-0.8.13/lib/bx/pwm/
H A Dpwm_score_maf.py81 def MafMotifSelect(mafblock, pwm, motif=None, threshold=0): argument
83 if motif is not None and len(motif) != len(pwm):
90 minSeqLen = len(motif)
111 if motif is not None:
112 for_score = int(pwmx.match_consensus(subseq, motif))
113 rev_score = int(pwmx.match_consensus(revseq, motif))
/dports/biology/checkm/CheckM-1.0.18/scripts/
H A DgenomeCharacteristics.py171 for motif, count in rbsMotifFreq.iteritems():
172 rbsMotifFreq[motif] = float( count ) / max(genes, 1)
180 for motif, count in rbsMotifFreqPlasmid.iteritems():
181 rbsMotifFreqPlasmid[motif] = float( count ) / max(genes, 1)
254 for motif, freq in rbsMotifDic.iteritems():
255 meanRbsMotifDic[motif] = meanRbsMotifDic.get(motif, []) + [freq]
257 for motif, freqList in meanRbsMotifDic.iteritems():
258 fout.write('\t' + motif + ': %.2f\t%.3f' % (mean(freqList), std(freqList)))
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/build/cmake/
H A Dfiles.cmake1696 src/motif/dc.cpp
1768 wx/motif/accel.h
1769 wx/motif/app.h
1786 wx/motif/dc.h
1792 wx/motif/dnd.h
1794 wx/motif/font.h
1795 wx/motif/frame.h
1796 wx/motif/gauge.h
1797 wx/motif/icon.h
1799 wx/motif/menu.h
[all …]
/dports/biology/viennarna/ViennaRNA-2.4.18/interfaces/
H A Dgrammar.i16 ud_add_motif(std::string motif,
22 vrna_ud_add_motif($self, motif.c_str(), motif_en, NULL, options);
24 vrna_ud_add_motif($self, motif.c_str(), motif_en, name.c_str(), options);
/dports/x11-toolkits/lesstif/lesstif-0.95.2/test/extra/
H A DMakefile.am13 motif-tests: motif-tests-recursive
15 motif-tests-recursive:
/dports/biology/ncbi-toolkit/ncbi/network/wwwblast/db/CDD/
H A DBTK.csq1motif; Zinc-binding motif containing conserved cysteines and a histidine. Always found C-terminal …

12345678910>>...148