Home
last modified time | relevance | path

Searched refs:panelType (Results 1 – 25 of 64) sorted by relevance

123

/dports/graphics/pikopixel/PikoPixel.Sources.1.0-b10/PikoPixel/
H A DPPDocument_SamplerImages.m284 int panelType;
296 for (panelType=0; panelType<kNumPPSamplerImagePanelTypes; panelType++)
357 int minIndex, maxIndex, indexOffset, panelType;
384 for (panelType=0; panelType<kNumPPSamplerImagePanelTypes; panelType++)
412 int panelType;
426 for (panelType=0; panelType<kNumPPSamplerImagePanelTypes; panelType++)
438 _activeSamplerImageIndexes[panelType] = _samplerImageMinIndexValues[panelType];
449 for (panelType=0; panelType<kNumPPSamplerImagePanelTypes; panelType++)
469 int panelType;
477 for (panelType=0; panelType<kNumPPSamplerImagePanelTypes; panelType++)
[all …]
H A DPPDocumentSamplerImage.m103 - (float) scalingFactorForSamplerImagePanelType: (PPSamplerImagePanelType) panelType
105 if (!PPSamplerImagePanelType_IsValid(panelType))
110 return _scalingFactorsForPanels[(int) panelType];
117 forSamplerImagePanelType: (PPSamplerImagePanelType) panelType
119 if (!PPSamplerImagePanelType_IsValid(panelType))
124 _scalingFactorsForPanels[(int) panelType] = scalingFactor;
H A DPPSamplerImagePanelType.h38 static inline bool PPSamplerImagePanelType_IsValid(PPSamplerImagePanelType panelType) in PPSamplerImagePanelType_IsValid() argument
40 return (((unsigned) panelType) < kNumPPSamplerImagePanelTypes) ? YES : NO; in PPSamplerImagePanelType_IsValid()
H A DPPPanelType.h41 static inline bool PPPanelType_IsValid(PPPanelType panelType) in PPPanelType_IsValid() argument
43 return (((unsigned) panelType) < kNumPPPanelTypes) ? YES : NO; in PPPanelType_IsValid()
H A DPPPanelsController.h42 - (void) toggleEnabledStateForPanelOfType: (PPPanelType) panelType;
43 - (bool) panelOfTypeIsVisible: (PPPanelType) panelType;
H A DPPDocumentSamplerImage.h51 - (float) scalingFactorForSamplerImagePanelType: (PPSamplerImagePanelType) panelType;
53 forSamplerImagePanelType: (PPSamplerImagePanelType) panelType;
H A DPPPanelsController.m109 - (void) toggleEnabledStateForPanelOfType: (PPPanelType) panelType;
113 if (!PPPanelType_IsValid(panelType))
118 panelController = (PPPanelController *) [_panelControllers objectAtIndex: panelType];
123 - (bool) panelOfTypeIsVisible: (PPPanelType) panelType
127 if (!PPPanelType_IsValid(panelType))
132 panelController = (PPPanelController *) [_panelControllers objectAtIndex: panelType];
/dports/www/grafana8/grafana-8.3.6/pkg/services/librarypanels/
H A Dlibrarypanels.go62 panelType := panelAsJSON.Get("type").MustString()
63 if !isLibraryPanelOrRow(libraryPanel, panelType) {
68 if panelType == "row" {
158 panelType := panelAsJSON.Get("type").MustString()
159 if !isLibraryPanelOrRow(libraryPanel, panelType) {
164 if panelType == "row" {
223 panelType := panelAsJSON.Get("type").MustString()
224 if !isLibraryPanelOrRow(libraryPanel, panelType) {
229 if panelType == "row" {
262 panelType := panelAsJSON.Get("type").MustString()
[all …]
/dports/games/jin/jin-2.14.1/src/free/jin/ui/
H A DOptionPanel.java122 private final Object panelType; field in OptionPanel
172 public OptionPanel(Component hintParent, Object panelType, String title, in OptionPanel() argument
175 this.panelType = panelType; in OptionPanel()
312 if (panelType == INFO) in getIcon()
314 else if (panelType == WARNING) in getIcon()
316 else if (panelType == QUESTION) in getIcon()
318 else if (panelType == ERROR) in getIcon()
320 else throw new IllegalArgumentException("Bad panel type: " + panelType); in getIcon()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dfloatingpanelcommand.cpp35 OpenFloatingPanel::OpenFloatingPanel(CommandId id, const std::string &panelType, in OpenFloatingPanel() argument
37 : MenuItemHandler(id), m_title(title), m_panelType(panelType) {} in OpenFloatingPanel()
105 const std::string &panelType) { in getOrOpenFloatingPanel() argument
113 if (panel->getPanelType() == panelType && panel->isFloating()) { in getOrOpenFloatingPanel()
137 QString::fromStdString(panelType)); in getOrOpenFloatingPanel()
H A Dfloatingpanelcommand.h20 OpenFloatingPanel(CommandId id, const std::string &panelType, QString title);
23 static TPanel *getOrOpenFloatingPanel(const std::string &panelType);
H A Dpane.cpp514 TPanelFactory::TPanelFactory(QString panelType) : m_panelType(panelType) { in TPanelFactory() argument
515 assert(tableInstance().count(panelType) == 0); in TPanelFactory()
532 TPanel *TPanelFactory::createPanel(QWidget *parent, QString panelType) { in createPanel() argument
535 QMap<QString, TPanelFactory *>::iterator it = tableInstance().find(panelType); in createPanel()
538 panel->setPanelType(panelType.toStdString()); in createPanel()
543 panel->setPanelType(panelType.toStdString()); in createPanel()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/parosproxy/paros/view/
H A DWorkbenchPanel.java850 validateNotNull(panelType, "panelType"); in addPanels()
856 switch (panelType) { in addPanels()
919 validateNotNull(panelType, "panelType"); in addPanel()
925 switch (panelType) { in addPanel()
955 validateNotNull(panelType, "panelType"); in removePanels()
959 switch (panelType) { in removePanels()
1014 validateNotNull(panelType, "panelType"); in removePanel()
1019 switch (panelType) { in removePanel()
1046 validateNotNull(panelType, "panelType"); in getPanels()
1049 switch (panelType) { in getPanels()
[all …]
/dports/www/grafana8/grafana-8.3.6/public/app/features/dashboard/state/
H A Dselectors.ts5 export const getPanelPluginWithFallback = (panelType: string) => (state: StoreState): PanelPlugin =…
6 const plugin = state.plugins.panels[panelType];
7 return plugin || getPanelPluginNotFound(`Panel plugin not found (${panelType})`, true);
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/inputmethodkit/
H A DIMKCandidates.inc52 …ithServer_panelType (server: IMKServer; panelType: IMKCandidatePanelType): id; message 'initWithSe…
53 …styleType (server: IMKServer; panelType: IMKCandidatePanelType; style: IMKStyleType): id; message …
54 function panelType: IMKCandidatePanelType; message 'panelType';
/dports/java/icedtea-web/icedtea-web-1.6.2/tests/netx/unit/net/sourceforge/jnlp/security/dialogs/apptrustwarningpanel/
H A DAppTrustWarningPanelTest.java146 …ultTextValid(String propertyName, Class<? extends AppTrustWarningPanel> panelType, String result) { in assertResultTextValid() argument
147 assertNotNull(propertyName + " text should not be null for " + panelType, result); in assertResultTextValid()
148 …assertFalse(propertyName + " text should not be No Resource for " + panelType, result.contains("RN… in assertResultTextValid()
149 …assertFalse(propertyName + " label text resource should not be missing for " + panelType, result.c… in assertResultTextValid()
150 assertTrue(propertyName + " text should be html-wrapped for " + panelType, in assertResultTextValid()
152 …assertFalse(propertyName + " should not have empty fields for " + panelType, result.matches(".*\\{… in assertResultTextValid()
/dports/www/e107/e107/e107_themes/bootstrap3/
H A Dadmin_theme.php141 $panelType = array(
159 echo '<div class="panel ' . $panelType[$style] . '" id="' . $data['uniqueId'] . '">
195 echo '<div class="panel ' . $panelType[$style] . '"';
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/WINGs/Tests/
H A Dwmfile.c60 int panelType = OPEN_PANEL_TYPE; in main() local
76 panelType = SAVE_PANEL_TYPE; in main()
96 if (panelType == SAVE_PANEL_TYPE) { in main()
/dports/x11-wm/libwraster/WindowMaker-0.95.9/WINGs/Tests/
H A Dwmfile.c60 int panelType = OPEN_PANEL_TYPE; in main() local
76 panelType = SAVE_PANEL_TYPE; in main()
96 if (panelType == SAVE_PANEL_TYPE) { in main()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/tests/background/junit4/src/org/mozilla/gecko/home/
H A DTestHomeConfigPrefsBackendMigration.java153 for (PanelType panelType : expected) { in checkListContainsExpectedPanels()
154 expectedSet.add(panelType); in checkListContainsExpectedPanels()
159 final PanelType panelType = new PanelConfig(jsonPanelConfig).getType(); in checkListContainsExpectedPanels() local
161 assertTrue("Unexpected panel of type " + panelType.name() + " found in list", in checkListContainsExpectedPanels()
162 expectedSet.contains(panelType)); in checkListContainsExpectedPanels()
164 expectedSet.remove(panelType); in checkListContainsExpectedPanels()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/app/src/test/java/org/mozilla/gecko/home/
H A DTestHomeConfigPrefsBackendMigration.java153 for (PanelType panelType : expected) { in checkListContainsExpectedPanels()
154 expectedSet.add(panelType); in checkListContainsExpectedPanels()
159 final PanelType panelType = new PanelConfig(jsonPanelConfig).getType(); in checkListContainsExpectedPanels() local
161 assertTrue("Unexpected panel of type " + panelType.name() + " found in list", in checkListContainsExpectedPanels()
162 expectedSet.contains(panelType)); in checkListContainsExpectedPanels()
164 expectedSet.remove(panelType); in checkListContainsExpectedPanels()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/home/
H A DHomeConfig.java67 for (PanelType panelType : PanelType.values()) { in fromId()
68 if (TextUtils.equals(panelType.mId, id.toLowerCase())) { in fromId()
69 return panelType; in fromId()
134 final String panelType = json.optString(JSON_KEY_TYPE, null); in PanelConfig() local
135 if (TextUtils.isEmpty(panelType)) { in PanelConfig()
138 mType = PanelType.fromId(panelType); in PanelConfig()
1637 switch (panelType) { in getTitleResourceIdForBuiltinPanelType()
1656 public static String getIdForBuiltinPanelType(PanelType panelType) { in getIdForBuiltinPanelType() argument
1657 switch (panelType) { in getIdForBuiltinPanelType()
1685 final int titleId = getTitleResourceIdForBuiltinPanelType(panelType); in createBuiltinPanelConfig()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/home/
H A DHomeConfig.java68 for (PanelType panelType : PanelType.values()) { in fromId()
69 if (TextUtils.equals(panelType.mId, id.toLowerCase())) { in fromId()
70 return panelType; in fromId()
135 final String panelType = json.optString(JSON_KEY_TYPE, null); in PanelConfig() local
136 if (TextUtils.isEmpty(panelType)) { in PanelConfig()
139 mType = PanelType.fromId(panelType); in PanelConfig()
1649 switch (panelType) { in getTitleResourceIdForBuiltinPanelType()
1669 public static String getIdForBuiltinPanelType(PanelType panelType) { in getIdForBuiltinPanelType() argument
1670 switch (panelType) { in getIdForBuiltinPanelType()
1698 final int titleId = getTitleResourceIdForBuiltinPanelType(panelType); in createBuiltinPanelConfig()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A DSpellingCorrectionController.cpp106 m_correctionPanelInfo.panelType = type; in startCorrectionPanelTimer()
163 …client()->showCorrectionPanel(m_correctionPanelInfo.panelType, boundingBox, m_correctionPanelInfo.… in show()
242 …if (m_correctionPanelInfo.panelType != CorrectionPanelInfo::PanelTypeReversion && (markerType == D… in applyCorrectionPanelInfo()
253 if (m_correctionPanelInfo.panelType != CorrectionPanelInfo::PanelTypeCorrection) in applyAutocorrectionBeforeTypingIfAppropriate()
285 switch (m_correctionPanelInfo.panelType) { in correctionPanelTimerFired()
301 …client()->showCorrectionPanel(m_correctionPanelInfo.panelType, boundingBox, m_correctionPanelInfo.… in correctionPanelTimerFired()
319 …client()->showCorrectionPanel(m_correctionPanelInfo.panelType, boundingBox, m_correctionPanelInfo.… in correctionPanelTimerFired()
338 switch (m_correctionPanelInfo.panelType) { in handleCorrectionPanelResult()
/dports/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.21/src/
H A Dg80_sor.c114 if(pPriv->panelType == LVDS) in G80SorModeSet()
377 if(scale == G80_SCALE_OFF && pPriv->panelType == LVDS) in G80SorSetProperty()
481 G80CreateSor(ScrnInfoPtr pScrn, ORNum or, PanelType panelType) in G80CreateSor() argument
493 if(panelType == LVDS) { in G80CreateSor()
522 pPriv->panelType = panelType; in G80CreateSor()
524 if(panelType == TMDS) in G80CreateSor()

123