Home
last modified time | relevance | path

Searched refs:fComments (Results 1 – 25 of 42) sorted by relevance

12

/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/
H A Dsynhighlighterany.pas114 fComments: CommentStyles;
195 property Comments: CommentStyles read fComments write SetComments;
523 if csPasStyle in fComments then
556 if (csASmStyle in fComments) or (csBasStyle in fComments) then
640 if csAnsiStyle in fComments then
698 if csCStyle in fComments then
866 if fComments = Value then exit;
867 fComments := Value;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/
H A Dsynhighlighterany.pas114 fComments: CommentStyles;
195 property Comments: CommentStyles read fComments write SetComments;
523 if csPasStyle in fComments then
556 if (csASmStyle in fComments) or (csBasStyle in fComments) then
640 if csAnsiStyle in fComments then
698 if csCStyle in fComments then
866 if fComments = Value then exit;
867 fComments := Value;
/dports/editors/lazarus/lazarus/components/synedit/
H A Dsynhighlighterany.pas114 fComments: CommentStyles;
195 property Comments: CommentStyles read fComments write SetComments;
529 if csPasStyle in fComments then
562 if (csASmStyle in fComments) or (csBasStyle in fComments) then
646 if csAnsiStyle in fComments then
704 if csCStyle in fComments then
887 if fComments = Value then exit;
888 fComments := Value;
/dports/editors/lazarus-qt5/lazarus/components/synedit/
H A Dsynhighlighterany.pas114 fComments: CommentStyles;
195 property Comments: CommentStyles read fComments write SetComments;
529 if csPasStyle in fComments then
562 if (csASmStyle in fComments) or (csBasStyle in fComments) then
646 if csAnsiStyle in fComments then
704 if csCStyle in fComments then
887 if fComments = Value then exit;
888 fComments := Value;
/dports/editors/lazarus/lazarus/components/jcf2/Ui/Settings/
H A DfrComments.lfm1 inherited fComments: TfComments
/dports/editors/lazarus-qt5/lazarus/components/jcf2/Ui/Settings/
H A DfrComments.lfm1 inherited fComments: TfComments
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/
H A DCommitCommentArea.java348 private final String [] fComments; field in CommitCommentArea.ComboBox
357 fComments= options; in ComboBox()
381 for (String comment : fComments) { in populateList()
399 message = fComments[index - fCommentTemplates.length]; in widgetSelected()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/include/encode/
H A DSkPngEncoder.h61 sk_sp<SkDataTable> fComments; member
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/include/encode/
H A DSkPngEncoder.h61 sk_sp<SkDataTable> fComments; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/include/encode/
H A DSkPngEncoder.h61 sk_sp<SkDataTable> fComments; member
/dports/www/firefox/firefox-99.0/gfx/skia/skia/include/encode/
H A DSkPngEncoder.h61 sk_sp<SkDataTable> fComments; member
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/include/encode/
H A DSkPngEncoder.h61 sk_sp<SkDataTable> fComments; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/include/encode/
H A DSkPngEncoder.h61 sk_sp<SkDataTable> fComments; member
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/include/encode/
H A DSkPngEncoder.h68 sk_sp<SkDataTable> fComments; member
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/Ui/Settings/
H A DfrComments.lfm1 object fComments: TfComments
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/Ui/Settings/
H A DfrComments.lfm1 object fComments: TfComments
/dports/audio/libmusicxml/libmusicxml-3.18/src/lilypond/
H A Dlpsr2LilypondTranslator.cpp6418 if (gLilypondOah->fComments) { in visitStart()
6453 if (gLilypondOah->fComments) { in visitEnd()
7914 if (gLilypondOah->fComments) { in visitStart()
7938 if (gLilypondOah->fComments) { in visitEnd()
8084 if (gLilypondOah->fComments) { in visitStart()
15122 if (gLilypondOah->fComments) { in visitStart()
15598 if (gLilypondOah->fComments) { in visitStart()
15640 if (gLilypondOah->fComments) { in visitEnd()
15693 if (gLilypondOah->fComments) { in visitStart()
15740 if (gLilypondOah->fComments) { in visitStart()
[all …]
H A DlilypondOah.cpp2934 fComments = boolOptionsInitialValue; in initializeCodeGenerationOptions()
2943 fComments)); in initializeCodeGenerationOptions()
3448 clone->fComments = in createCloneWithDetailedTrace()
3449 fComments; in createCloneWithDetailedTrace()
4113 booleanAsString (fComments) << in printAtomOptionsValues()
4618 booleanAsString (fComments) << in printLilypondOahValues()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/
H A DExtractInterfaceProcessor.java177 private boolean fComments= true; field in ExtractInterfaceProcessor
366 arguments.put(ATTRIBUTE_COMMENTS, Boolean.toString(fComments)); in createChange()
623 if (fComments) in rewriteSourceMethods()
876 fComments= Boolean.parseBoolean(comment); in initialize()
924 return fComments; in isComments()
1140 fComments= comments; in setComments()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/images/
H A DSkPngEncoder.cpp206 const sk_sp<SkDataTable>& comments = options.fComments; in setHeader()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/images/
H A DSkPngEncoder.cpp206 const sk_sp<SkDataTable>& comments = options.fComments; in setHeader()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/images/
H A DSkPngEncoder.cpp206 const sk_sp<SkDataTable>& comments = options.fComments; in setHeader()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/images/
H A DSkPngEncoder.cpp206 const sk_sp<SkDataTable>& comments = options.fComments; in setHeader()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/images/
H A DSkPngEncoder.cpp203 const sk_sp<SkDataTable>& comments = options.fComments; in setHeader()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/codec/
H A Dpng_codec.cc414 options.fComments = SkDataTable::MakeCopyArrays( in AddComments()

12