Home
last modified time | relevance | path

Searched refs:checkStyle (Results 1 – 25 of 237) sorted by relevance

12345678910

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/style/
H A DBorderValue.h42 bool nonZero(bool checkStyle = true) const
44 return width() && (!checkStyle || m_style != BNONE);
52 bool isVisible(bool checkStyle = true) const
54 return nonZero(checkStyle) && !isTransparent() && (!checkStyle || m_style != BHIDDEN);
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/phayes/checkstyle/
H A Dcheckstyle_test.go73 checkStyle := New()
75 checkfile := checkStyle.EnsureFile("path/to/file")
81 checkfileDuplicate := checkStyle.EnsureFile("path/to/file")
87 …if checkStyle.String() != `<checkstyle version="1.0.0"><file name="path/to/file"><error line="10" …
H A Dcheckstyle.go109 checkStyle := New()
110 err = xml.Unmarshal(checkStyleXML, checkStyle)
111 return checkStyle, err
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/cppcheck/
H A Dparameters.cpp66 checkStyle = defaults::checkStyle; in Parameters()
86 checkStyle = projectSettings.checkStyle(); in Parameters()
133 if (checkStyle) { in commandLine()
H A Dparameters.h28 static const bool checkStyle = false; variable
57 bool checkStyle; variable
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/phayes/checkstyle/
H A Dcheckstyle.go109 checkStyle := New()
110 err = xml.Unmarshal(checkStyleXML, checkStyle)
111 return checkStyle, err
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/github.com/phayes/checkstyle/
H A Dcheckstyle.go109 checkStyle := New()
110 err = xml.Unmarshal(checkStyleXML, checkStyle)
111 return checkStyle, err
/dports/games/scummvm/scummvm-2.5.1/engines/lastexpress/data/
H A Dcursor.cpp71 bool Cursor::checkStyle(CursorStyle style) const { in checkStyle() function in LastExpress::Cursor
81 if (!checkStyle(style)) in setStyle()
100 if (!checkStyle(style)) in getCursorImage()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/lastexpress/data/
H A Dcursor.cpp71 bool Cursor::checkStyle(CursorStyle style) const { in checkStyle() function in LastExpress::Cursor
81 if (!checkStyle(style)) in setStyle()
100 if (!checkStyle(style)) in getCursorImage()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/
H A DCheckConditionsOperation.java72 Assert.isTrue(checkStyle(fStyle)); in CheckConditionsOperation()
121 private boolean checkStyle(int style) { in checkStyle() method in CheckConditionsOperation
/dports/science/vipster/vipster-1.19.1b-14-g7168a1b/gui/qt/toolwidgets/
H A Dlammpswidget.lmp.cpp138 auto checkStyle = [&](const std::string &type, const std::string &line){ in LammpsWidget() local
147 if(impl.bond.has_value() && !checkStyle("bond", impl.bond.value())){ in LammpsWidget()
150 if(impl.angle.has_value() && !checkStyle("angle", impl.angle.value())){ in LammpsWidget()
153 if(impl.dihedral.has_value() && !checkStyle("dihedral", impl.dihedral.value())){ in LammpsWidget()
156 if(impl.improper.has_value() && !checkStyle("improper", impl.improper.value())){ in LammpsWidget()
/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dsmfontcomboh.cpp92 checkStyle(); in currentChanged()
95 void SMFontComboH::checkStyle() in checkStyle() function in SMFontComboH
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/
H A DMessageBox.java100 super (parent, checkStyle (parent, checkStyle (style))); in MessageBox()
104 static int checkStyle (int style) { in checkStyle() method in MessageBox
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/
H A DMessageBox.java102 super (parent, checkStyle (parent, checkStyle (style))); in MessageBox()
234 private static int checkStyle (int style) { in checkStyle() method in MessageBox
H A DProgressBar.java78 super (parent, checkStyle(style)); in ProgressBar()
81 static int checkStyle (int style) { in checkStyle() method in ProgressBar
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DMessageBox.java105 super (parent, checkStyle (parent, checkStyle (style))); in MessageBox()
257 private static int checkStyle (int style) { in checkStyle() method in MessageBox
H A DProgressBar.java79 super (parent, checkStyle(style)); in ProgressBar()
82 static int checkStyle (int style) { in checkStyle() method in ProgressBar
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/
H A DProgressBar.java79 super (parent, checkStyle (style)); in ProgressBar()
82 static int checkStyle (int style) { in checkStyle() method in ProgressBar
H A DScale.java78 super (parent, checkStyle (style)); in Scale()
112 static int checkStyle (int style) { in checkStyle() method in Scale
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/
H A DPopupList.java56 shell = new Shell(parent, checkStyle(style)); in PopupList()
92 private static int checkStyle (int style) { in checkStyle() method in PopupList
H A DAnimatedProgress.java73 super(parent, checkStyle(style)); in AnimatedProgress()
84 private static int checkStyle (int style) { in checkStyle() method in AnimatedProgress
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/ManualTests/org/eclipse/swt/tests/gtk/snippets/
H A DBug551588_TextLayoutExample.java80 super(parent, checkStyle(style)); in TextLayoutControl()
96 private static int checkStyle(int style) { in checkStyle() method in TextLayoutControl
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/custom/
H A DPopupList.java56 shell = new Shell(parent, checkStyle(style)); in PopupList()
92 private static int checkStyle (int style) { in checkStyle() method in PopupList
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/
H A DSnippet259.java39 static int checkStyle (int style) { in checkStyle() method in Snippet259.MyList
46 super (parent, checkStyle (style)); in MyList()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT OpenGL/win32/org/eclipse/swt/opengl/
H A DGLCanvas.java49 super (parent, checkStyle (parent, style)); in GLCanvas()
109 static int checkStyle(Composite parent, int style) { in checkStyle() method in GLCanvas

12345678910