Home
last modified time | relevance | path

Searched refs:fw2 (Results 151 – 175 of 437) sorted by relevance

12345678910>>...18

/dports/editors/textadept/scintilla/lexers/
H A DLexPerl.cxx1054 Sci_PositionU fw2 = fw; in Lex() local
1055 while (fw2 < (endPos - 1) && pod == SCE_PL_DEFAULT) { in Lex()
1056 fw = fw2++; // penultimate line (last blank line) in Lex()
1057 pod = podLineScan(styler, fw2, endPos); in Lex()
1058 styler.SetLineState(styler.GetLine(fw2), pod); in Lex()
1063 fw = fw2; in Lex()
/dports/editors/scite/scintilla/lexers/
H A DLexPerl.cxx1054 Sci_PositionU fw2 = fw; in Lex() local
1055 while (fw2 < (endPos - 1) && pod == SCE_PL_DEFAULT) { in Lex()
1056 fw = fw2++; // penultimate line (last blank line) in Lex()
1057 pod = podLineScan(styler, fw2, endPos); in Lex()
1058 styler.SetLineState(styler.GetLine(fw2), pod); in Lex()
1063 fw = fw2; in Lex()
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/lexers/
H A DLexPerl.cpp1023 Sci_PositionU fw2 = fw; in Lex() local
1024 while (fw2 < (endPos - 1) && pod == SCE_PL_DEFAULT) { in Lex()
1025 fw = fw2++; // penultimate line (last blank line) in Lex()
1026 pod = podLineScan(styler, fw2, endPos); in Lex()
1027 styler.SetLineState(styler.GetLine(fw2), pod); in Lex()
1032 fw = fw2; in Lex()
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/lexers/
H A DLexPerl.cpp1023 Sci_PositionU fw2 = fw; in Lex() local
1024 while (fw2 < (endPos - 1) && pod == SCE_PL_DEFAULT) { in Lex()
1025 fw = fw2++; // penultimate line (last blank line) in Lex()
1026 pod = podLineScan(styler, fw2, endPos); in Lex()
1027 styler.SetLineState(styler.GetLine(fw2), pod); in Lex()
1032 fw = fw2; in Lex()
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/lexers/
H A DLexPerl.cpp1023 Sci_PositionU fw2 = fw; in Lex() local
1024 while (fw2 < (endPos - 1) && pod == SCE_PL_DEFAULT) { in Lex()
1025 fw = fw2++; // penultimate line (last blank line) in Lex()
1026 pod = podLineScan(styler, fw2, endPos); in Lex()
1027 styler.SetLineState(styler.GetLine(fw2), pod); in Lex()
1032 fw = fw2; in Lex()
/dports/devel/cmake/cmake-3.22.1/Tests/MacRuntimePath/A/
H A DCMakeLists.txt78 install(TARGETS framework2 EXPORT MyExport DESTINATION lib-fw2)
/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/
H A Dbuiltins.c3417 FvwmWindow *fw2; in CMD_UpdateDecor() local
3438 for (fw2 = Scr.FvwmRoot.next; fw2; fw2 = fw2->next) in CMD_UpdateDecor()
3443 if (fw2->decor == found) in CMD_UpdateDecor()
3446 fw2, PART_ALL, True, True, CLEAR_ALL, in CMD_UpdateDecor()
3449 fw2, PART_ALL, False, True, CLEAR_ALL, in CMD_UpdateDecor()
3456 fw2, PART_ALL, True, True, CLEAR_ALL, NULL, in CMD_UpdateDecor()
3459 fw2, PART_ALL, False, True, CLEAR_ALL, NULL, in CMD_UpdateDecor()
/dports/x11-wm/fvwm2/fvwm-2.6.9/fvwm/
H A Dbuiltins.c3290 FvwmWindow *fw2; in CMD_UpdateDecor() local
3311 for (fw2 = Scr.FvwmRoot.next; fw2; fw2 = fw2->next) in CMD_UpdateDecor()
3316 if (fw2->decor == found) in CMD_UpdateDecor()
3319 fw2, PART_ALL, True, True, CLEAR_ALL, in CMD_UpdateDecor()
3322 fw2, PART_ALL, False, True, CLEAR_ALL, in CMD_UpdateDecor()
3329 fw2, PART_ALL, True, True, CLEAR_ALL, NULL, in CMD_UpdateDecor()
3332 fw2, PART_ALL, False, True, CLEAR_ALL, NULL, in CMD_UpdateDecor()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/dbindex_search/
H A Dsr_search.cpp432 bool fw1, bool fw2, bool mismatch1, bool mismatch2, in reportResults() argument
460 fw1, fw2, mismatch_pos1, mismatch_pos2, in reportResults()
/dports/math/geogram/geogram-1.7.7/src/bin/geoshade/glsl/ShaderToy/
H A DRounderVoronoi.glsl220 float fw2 = fw1*(pd/3.141592653589793*2.7);
231 vec3 col = mix(vec3(c0*ld+rd*.23), vec3(c1*ld), smoothstep(fw2,0.,od)*.7);
/dports/devel/hpx/hpx-1.2.1/examples/resource_partitioner/
H A Dasync_customization.cpp367 future<double> fw2 = make_ready_future(4.567); in test() local
369 auto fw = when_all(fw1, fw2).then(exec, in test()
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/or-patterns/
H A Dor-patterns-default-binding-modes.rs105 fn fw2(Wrap(&(Ok(x) | Err(x))): Wrap<R<'_>>) { in main() function
/dports/net/termshark/termshark-2.1.1/vendor/github.com/gcla/gowid/widgets/table/
H A Dtable.go873 fw2 := fw.(gowid.IFocus)
876 fw2.SetFocus(app, xy.Column*2+1)
878 fw2.SetFocus(app, xy.Column)
/dports/mail/spamassassin-devel/spamassassin-1ea352210/t/data/nice/
H A D0027 Received: from usw-sf-list1.sourceforge.net (usw-sf-fw2.sourceforge.net
/dports/mail/spamassassin/Mail-SpamAssassin-3.4.5/t/data/nice/
H A D0027 Received: from usw-sf-list1.sourceforge.net (usw-sf-fw2.sourceforge.net
/dports/graphics/yafaray/libYafaRay-3.5.1/src/textures/
H A Dbasictex.cc443 float fw1=1, fw2=0, fw3=0, fw4=0; in factory() local
461 params.getParam("weight2", fw2); in factory()
482 …textureVoronoi_t * tex = new textureVoronoi_t(col1, col2, ct, fw1, fw2, fw3, fw4, mex, sz, isc, *d… in factory()
/dports/games/ags/ags_linux_v.3.4.4.1/Plugins/agspalrender/
H A Dags_palrender.cpp1381 double fw2,fh2; in DrawStars() local
1384 fw2 = w1 * (scale / 100.0); in DrawStars()
1386 w2 = static_cast<int>(fw2); in DrawStars()
1652 double fw2,fh2; in DrawReflections() local
1656 fw2 = w1 * ((double)scale / 100.0); in DrawReflections()
1658 w2 = static_cast<int>(fw2); in DrawReflections()
/dports/biology/bowtie/bowtie-1.3.1/
H A Daligner.h625 bool fw1, bool fw2, in PairedBWAlignerV1() argument
658 fw1_(fw1), fw2_(fw2), in PairedBWAlignerV1()
710 fwR_(fw2), in PairedBWAlignerV1()
1505 bool fw1, bool fw2, in PairedBWAlignerV2() argument
1536 fw1_(fw1), fw2_(fw2), in PairedBWAlignerV2()
/dports/mail/spamassassin-devel/spamassassin-1ea352210/t/data/whitelists/
H A Dmlist_mailman_message1 Received: from usw-sf-list2.yyyyyyyyyyyy.net (usw-sf-fw2.yyyyyyyyyyyy.net
/dports/mail/spamassassin/Mail-SpamAssassin-3.4.5/t/data/whitelists/
H A Dmlist_mailman_message1 Received: from usw-sf-list2.yyyyyyyyyyyy.net (usw-sf-fw2.yyyyyyyyyyyy.net
/dports/games/scummvm/scummvm-2.5.1/engines/ags/plugins/ags_pal_render/
H A Dags_pal_render.cpp998 double fw2, fh2; in DrawStars() local
1001 fw2 = w1 * (scale / 100.0); in DrawStars()
1003 w2 = static_cast<int>(fw2); in DrawStars()
1263 double fw2, fh2; in DrawReflections() local
1267 fw2 = w1 * ((double)scale / 100.0); in DrawReflections()
1269 w2 = static_cast<int>(fw2); in DrawReflections()
/dports/mail/postfix-logwatch/postfix-logwatch-1.40.03/
H A Dpostfix-logwatch531 @Optspec %Opts %Configvars @Limiters %line_styles $fw1 $fw2 $sep1 $sep2
545 our ($fw1,$fw2) = (22, 10);
1231 import Logreporters::Config qw(%Opts $fw1 $fw2 $sep1 $sep2 &D_UNMATCHED &D_TREE);
1502 my $myfw2 = $fw2 - 1;
1539 printf "\n%-${y_label_max_width}s" . "%${fw2}.2f" x scalar (@p), $title, @p;
/dports/sysutils/logwatch/logwatch-7.5.1/scripts/services/
H A Dpostfix536 @Optspec %Opts %Configvars @Limiters %line_styles $fw1 $fw2 $sep1 $sep2
550 our ($fw1,$fw2) = (22, 10);
1241 import Logreporters::Config qw(%Opts $fw1 $fw2 $sep1 $sep2 &D_UNMATCHED &D_TREE);
1507 my $myfw2 = $fw2 - 1;
1544 printf "\n%-${y_label_max_width}s" . "%${fw2}.2f" x scalar (@p), $title, @p;
/dports/biology/bowtie2/bowtie2-2.4.4/
H A Daligner_sw_driver.cpp2143 bool fw1, fw2; in extendSeedsPaired() local
2155 fw2 = anchor1 ? oresGap_.alres.fw() : res->alres.fw(); in extendSeedsPaired()
2164 fw2); in extendSeedsPaired()
/dports/biology/hisat2/hisat2-2.2.1/
H A Daligner_sw_driver.h2673 bool fw1, fw2; in extendSeedsPaired() local
2685 fw2 = anchor1 ? oresGap_.alres.fw() : res->alres.fw(); in extendSeedsPaired()
2694 fw2); in extendSeedsPaired()

12345678910>>...18