Home
last modified time | relevance | path

Searched refs:DefaultWidth (Results 1 – 25 of 128) sorted by relevance

123456

/dports/databases/kbibtex/kbibtex-0.9.2/config/
H A Dbibtex.kbstyle88 DefaultWidth=5
94 DefaultWidth=6
114 DefaultWidth=7
119 DefaultWidth=7
126 DefaultWidth=7
133 DefaultWidth=3
140 DefaultWidth=2
146 DefaultWidth=4
153 DefaultWidth=1
160 DefaultWidth=1
[all …]
H A Dbiblatex.kbstyle186 DefaultWidth=5
192 DefaultWidth=6
225 DefaultWidth=4
232 DefaultWidth=2
239 DefaultWidth=2
268 DefaultWidth=7
273 DefaultWidth=7
280 DefaultWidth=7
287 DefaultWidth=7
294 DefaultWidth=7
[all …]
/dports/games/openspades/openspades-0.1.3/Sources/Client/
H A DGameMap.h45 DefaultWidth = 512, enumerator
55 int Width() { return DefaultWidth; } in Width()
154 uint64_t solidMap[DefaultWidth][DefaultHeight];
155 uint32_t colorMap[DefaultWidth][DefaultHeight][DefaultDepth];
/dports/cad/fritzing/fritzing-app-0.9.2b/src/items/
H A Druler.cpp47 static QString DefaultWidth = ""; variable
57 if (DefaultWidth.isEmpty()) { in Ruler()
58 DefaultWidth = modelPart->properties().value("width", "10cm"); in Ruler()
60 m_modelPart->setLocalProp("width", DefaultWidth); in Ruler()
280 DefaultWidth = edit->text() + m_unitsEditor->currentText(); in widthEntry()
297 DefaultWidth = prop("width"); in unitsEntry()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities.Core.Presentation/System/Activities/Core/Presentation/
H A DFlowchartSizeFeature.cs16 public const double DefaultWidth = 600; field in System.Activities.Core.Presentation.FlowchartSizeFeature
23 …le<double>> { IsBrowsable = false, PropertyName = WidthPropertyName, DefaultValue = DefaultWidth };
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/
H A DNativeInstantiationTest.cs39 DefaultWidth = 400; in InstantiationTest()
45 DefaultWidth = 200; in InstantiationTest()
H A DButtonApp.cs18 win.DefaultWidth = 200; in Main()
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/dashboard_pi/src/
H A Dclock.cpp61 return wxSize( DefaultWidth, wxMax(m_TitleHeight+m_DataHeight, hint.y) ); in GetSize()
63 return wxSize( wxMax(hint.x, DefaultWidth), m_TitleHeight+m_DataHeight ); in GetSize()
131 return wxSize( DefaultWidth, wxMax(m_TitleHeight+10+m_radius*2, hint.y) ); in GetSize()
133 return wxSize( wxMax(hint.x, DefaultWidth), m_TitleHeight+10+m_radius*2 ); in GetSize()
296 return wxSize( DefaultWidth, wxMax(m_TitleHeight+m_DataHeight*2, hint.y) ); in GetSize()
298 return wxSize( wxMax(hint.x, DefaultWidth), m_TitleHeight+m_DataHeight*2 ); in GetSize()
H A Drudder_angle.cpp64 w = wxMax(hint.y, (DefaultWidth-m_TitleHeight)/.7); in GetSize()
66 w = wxMax(hint.x, DefaultWidth); in GetSize()
H A Dgps.cpp70 m_cx = DefaultWidth/2; in GetSize()
71 return wxSize( DefaultWidth, wxMax(hint.y, m_TitleHeight+140) ); in GetSize()
73 w = wxMax(hint.x, DefaultWidth); in GetSize()
H A Ddepth.cpp65 return wxSize( DefaultWidth, wxMax(m_TitleHeight+140, hint.y) ); in GetSize()
67 return wxSize( wxMax(hint.x, DefaultWidth), m_TitleHeight+140 ); in GetSize()
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DCursor.cpp47 m_hotspot.x = std::max(X0, std::min(m_hotspot.x, m_texture->DefaultWidth() - 1)); in TextureCursor()
62 Pt lr = ul + Pt(m_texture->DefaultWidth(), m_texture->DefaultHeight()); in Render()
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DSystemIcon.cpp281 GG::X texture_width = texture->DefaultWidth(); in CompleteConstruction()
290 texture_width = tiny_texture->DefaultWidth(); in CompleteConstruction()
299 texture_width = mouseover_texture->DefaultWidth(); in CompleteConstruction()
306 texture_width = unexplored_mouseover_texture->DefaultWidth(); in CompleteConstruction()
313 texture_width = tiny_mouseover_texture->DefaultWidth(); in CompleteConstruction()
352 button_size = GG::Pt(icon->DefaultWidth(), icon->DefaultHeight()); in NthFleetButtonUpperLeft()
451 GG::Pt tiny_size = GG::Pt(tiny_texture2->DefaultWidth(), tiny_texture2->DefaultHeight()); in SizeMove()
466 … GG::Pt tiny_sel_ind_size = GG::Pt(tiny_texture2->DefaultWidth(), tiny_texture2->DefaultHeight()); in SizeMove()
557 … std::max<double>(1.0, Value(m_overlay_texture->DefaultWidth()))))); in RenderOverlay()
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/
H A DWindow.cs86 return new Gdk.Size (DefaultWidth, DefaultHeight);
89 DefaultWidth = value.Width;
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/Microsoft.Web.Helpers/
H A DMaps.generated.cs36 private const string DefaultWidth = "300px"; field in Microsoft.Web.Helpers.Maps
255 WriteTo(@__razor_helper_writer, TryParseUnit(width, DefaultWidth)); in GetMapQuestHtml()
416 … WriteTo(@__razor_helper_writer, TryParseUnit(width, DefaultWidth)); in GetBingHtml()
557 WriteTo(@__razor_helper_writer, TryParseUnit(width, DefaultWidth)); in GetGoogleHtml()
716 WriteTo(@__razor_helper_writer, TryParseUnit(width, DefaultWidth)); in GetYahooHtml()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/idescout/
H A Didescoutoptions.pas125 SEComponentDefaultWidth.Value:=TComponentItem.DefaultWidth;
146 TComponentItem.DefaultWidth:=SEComponentDefaultWidth.Value;
H A Dfrmscout.pas100 DefaultWidth, DefaultHeight : integer;
216 TComponentItem.DefaultWidth:=Cfg.GetValue(KeyDefaultComponentWidth,TComponentItem.DefaultWidth);
240 Cfg.SetValue(KeyDefaultComponentWidth,TComponentItem.DefaultWidth);
347 …(FComponent, FComponent.ComponentClass, NewParent, Lastleft, LastTop, DefaultWidth, DefaultHeight);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/idescout/
H A Didescoutoptions.pas125 SEComponentDefaultWidth.Value:=TComponentItem.DefaultWidth;
146 TComponentItem.DefaultWidth:=SEComponentDefaultWidth.Value;
/dports/graphics/synaesthesia/synaesthesia-2.4/
H A Dmain.cc108 windWidth = DefaultWidth; in loadConfig()
149 windWidth = DefaultWidth; in loadConfig()
283 windWidth = DefaultWidth; in main()
/dports/devel/gh/cli-2.4.0/pkg/iostreams/
H A Diostreams.go25 const DefaultWidth = 80 const
282 defaultWidth := DefaultWidth
313 return DefaultWidth
/dports/multimedia/mpv/waf-2.0.20/demos/csharp/
H A DSimple.cs14 win.DefaultWidth = 300; in Main()
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample/
H A DButtonApp.cs18 win.DefaultWidth = 200; in Main()
/dports/games/widelands/widelands-build21/src/ui_basic/
H A Dprogressbar.h39 DefaultWidth = 100, enumerator
/dports/graphics/pinta/pinta-1.7.1/Pinta/Pads/
H A DOpenImagesPad.cs45 open_images_item.DefaultWidth = 100; in Initialize()
H A DToolBoxPad.cs46 toolbox_item.DefaultWidth = 35; in Initialize()

123456