Home
last modified time | relevance | path

Searched refs:Filled (Results 1 – 25 of 4216) sorted by relevance

12345678910>>...169

/dports/net-mgmt/p5-FusionInventory-Agent/FusionInventory-Agent-2.5.2/resources/generic/dmidecode/psu/
H A DSupermicro_X11SSL-CF14 Name: To Be Filled By O.E.M.
15 Manufacturer: To Be Filled By O.E.M.
16 Serial Number: To Be Filled By O.E.M.
17 Asset Tag: To Be Filled By O.E.M.
18 Model Part Number: To Be Filled By O.E.M.
19 Revision: To Be Filled By O.E.M.
31 Name: To Be Filled By O.E.M.
32 Manufacturer: To Be Filled By O.E.M.
33 Serial Number: To Be Filled By O.E.M.
34 Asset Tag: To Be Filled By O.E.M.
[all …]
H A DSupermicro_412 Location: To Be Filled By O.E.M.
13 Name: To Be Filled By O.E.M.
14 Manufacturer: To Be Filled By O.E.M.
15 Serial Number: To Be Filled By O.E.M.
16 Asset Tag: To Be Filled By O.E.M.
17 Model Part Number: To Be Filled By O.E.M.
18 Revision: To Be Filled By O.E.M.
H A DKimsufi_OVH13 Location: To Be Filled By O.E.M.
14 Name: To Be Filled By O.E.M.
15 Manufacturer: To Be Filled By O.E.M.
16 Serial Number: To Be Filled By O.E.M.
17 Asset Tag: To Be Filled By O.E.M.
18 Model Part Number: To Be Filled By O.E.M.
19 Revision: To Be Filled By O.E.M.
H A DUnknown_113 Location: To Be Filled By O.E.M.
14 Name: To Be Filled By O.E.M.
15 Manufacturer: To Be Filled By O.E.M.
16 Serial Number: To Be Filled By O.E.M.
17 Asset Tag: To Be Filled By O.E.M.
18 Model Part Number: To Be Filled By O.E.M.
19 Revision: To Be Filled By O.E.M.
H A DWorkstation_Lenovo_10A9004TFR13 Location: To Be Filled By O.E.M.
14 Name: To Be Filled By O.E.M.
15 Manufacturer: To Be Filled By O.E.M.
16 Serial Number: To Be Filled By O.E.M.
17 Asset Tag: To Be Filled By O.E.M.
18 Model Part Number: To Be Filled By O.E.M.
19 Revision: To Be Filled By O.E.M.
H A DMSI_MS-781713 Location: To Be Filled By O.E.M.
14 Name: To Be Filled By O.E.M.
15 Manufacturer: To Be Filled By O.E.M.
16 Serial Number: To Be Filled By O.E.M.
17 Asset Tag: To Be Filled By O.E.M.
18 Model Part Number: To Be Filled By O.E.M.
19 Revision: To Be Filled By O.E.M.
H A DMSI_MS-7A7213 Location: To Be Filled By O.E.M.
14 Name: To Be Filled By O.E.M.
15 Manufacturer: To Be Filled By O.E.M.
16 Serial Number: To Be Filled By O.E.M.
17 Asset Tag: To Be Filled By O.E.M.
18 Model Part Number: To Be Filled By O.E.M.
19 Revision: To Be Filled By O.E.M.
H A DnucIntel13 Location: To Be Filled By O.E.M.
14 Name: To Be Filled By O.E.M.
15 Manufacturer: To Be Filled By O.E.M.
16 Serial Number: To Be Filled By O.E.M.
17 Asset Tag: To Be Filled By O.E.M.
18 Model Part Number: To Be Filled By O.E.M.
19 Revision: To Be Filled By O.E.M.
H A DDell_Latitude_355013 Location: To Be Filled By O.E.M.
14 Name: To Be Filled By O.E.M.
15 Manufacturer: To Be Filled By O.E.M.
16 Serial Number: To Be Filled By O.E.M.
17 Asset Tag: To Be Filled By O.E.M.
18 Model Part Number: To Be Filled By O.E.M.
19 Revision: To Be Filled By O.E.M.
H A Dsupermicro_SYS-5038ML-H8TRF13 Name: To Be Filled By O.E.M.
14 Manufacturer: To Be Filled By O.E.M.
15 Serial Number: To Be Filled By O.E.M.
16 Asset Tag: To Be Filled By O.E.M.
17 Model Part Number: To Be Filled By O.E.M.
18 Revision: To Be Filled By O.E.M.
/dports/science/healpix/Healpix_3.50/src/idl/zzz_external/obsolete_astron/
H A Dsymcat.pro49 ; 14 : Filled diamond.
50 ; 15 : Filled square.
51 ; 16 : Filled circle.
52 ; 17 : Filled upward triangle.
53 ; 18 : Filled downward triangle.
57 ; 22 : Filled Hourglass.
59 ; 24 : Filled bowtie.
61 ; 26 : Filled Standing Bar.
63 ; 28 : Filled Laying Bar.
69 ; 34 : Filled big cross.
[all …]
/dports/science/healpix/Healpix_3.50/src/idl/zzz_external/astron/
H A Dcgsymcat.pro175 'Filled Diamond', $
176 'Filled Square', $
177 'Filled Circle', $
178 'Filled Up Triangle', $
179 'Filled Down Triangle', $
183 'Filled Hourglass', $
185 'Filled Bowtie', $
187 'Filled Standing Bar', $
189 'Filled Laying Bar', $
195 'Filled Big Cross', $
[all …]
/dports/graphics/libpgf/PGF/Codec/src/
H A DBitStream.h38 static const UINT32 Filled = 0xFFFFFFFF; variable
95 const UINT32 mask = (Filled >> (WordWidth - k)); in CompareBitBlock()
121 const UINT32 loMask = Filled << offset; in SetValueBlock()
122 const UINT32 hiMask = Filled >> (WordWidth - 1 - ((pos + k - 1)%WordWidth)); in SetValueBlock()
146 const UINT32 loMask = Filled << (pos%WordWidth); in GetValueBlock()
147 const UINT32 hiMask = Filled >> (WordWidth - 1 - ((pos + k - 1)%WordWidth)); in GetValueBlock()
174 const UINT32 startMask = Filled << (pos%WordWidth); in ClearBitBlock()
199 const UINT32 startMask = Filled << (pos%WordWidth); in SetBitBlock()
207 stream[i] = Filled; in SetBitBlock()
261 while ((count + WordWidth <= len) && (*word == Filled)) { in SeekBit1Range()
/dports/print/scribus-devel/scribus-1.5.7/scribus/third_party/pgf/
H A DBitStream.h38 static const UINT32 Filled = 0xFFFFFFFF; variable
95 const UINT32 mask = (Filled >> (WordWidth - k)); in CompareBitBlock()
121 const UINT32 loMask = Filled << offset; in SetValueBlock()
122 const UINT32 hiMask = Filled >> (WordWidth - 1 - ((pos + k - 1)%WordWidth)); in SetValueBlock()
146 const UINT32 loMask = Filled << (pos%WordWidth); in GetValueBlock()
147 const UINT32 hiMask = Filled >> (WordWidth - 1 - ((pos + k - 1)%WordWidth)); in GetValueBlock()
174 const UINT32 startMask = Filled << (pos%WordWidth); in ClearBitBlock()
199 const UINT32 startMask = Filled << (pos%WordWidth); in SetBitBlock()
207 stream[i] = Filled; in SetBitBlock()
261 while ((count + WordWidth <= len) && (*word == Filled)) { in SeekBit1Range()
/dports/graphics/digikam/digikam-7.4.0/core/libs/pgfutils/libpgf/
H A DBitStream.h38 static const UINT32 Filled = 0xFFFFFFFF; variable
95 const UINT32 mask = (Filled >> (WordWidth - k)); in CompareBitBlock()
121 const UINT32 loMask = Filled << offset; in SetValueBlock()
122 const UINT32 hiMask = Filled >> (WordWidth - 1 - ((pos + k - 1)%WordWidth)); in SetValueBlock()
146 const UINT32 loMask = Filled << (pos%WordWidth); in GetValueBlock()
147 const UINT32 hiMask = Filled >> (WordWidth - 1 - ((pos + k - 1)%WordWidth)); in GetValueBlock()
174 const UINT32 startMask = Filled << (pos%WordWidth); in ClearBitBlock()
199 const UINT32 startMask = Filled << (pos%WordWidth); in SetBitBlock()
207 stream[i] = Filled; in SetBitBlock()
261 while ((count + WordWidth <= len) && (*word == Filled)) { in SeekBit1Range()
/dports/math/vtk8/VTK-8.2.0/Filters/Sources/
H A DvtkGlyphSource2D.cxx41 this->Filled = 1; in vtkGlyphSource2D()
96 this->Filled = 0; in RequestData()
103 this->Filled = 0; in RequestData()
229 if ( this->Filled ) in CreateCross()
253 if ( this->Filled ) in CreateThickCross()
305 if ( this->Filled ) in CreateTriangle()
329 if ( this->Filled ) in CreateSquare()
368 if ( this->Filled ) in CreateCircle()
394 if ( this->Filled ) in CreateDiamond()
479 if ( this->Filled ) in CreateHookedArrow()
[all …]
/dports/math/vtk9/VTK-9.1.0/Filters/Sources/
H A DvtkGlyphSource2D.cxx40 this->Filled = 1; in vtkGlyphSource2D()
92 this->Filled = 0; in RequestData()
99 this->Filled = 0; in RequestData()
224 if (this->Filled) in CreateCross()
248 if (this->Filled) in CreateThickCross()
300 if (this->Filled) in CreateTriangle()
324 if (this->Filled) in CreateSquare()
363 if (this->Filled) in CreateCircle()
389 if (this->Filled) in CreateDiamond()
474 if (this->Filled) in CreateHookedArrow()
[all …]
/dports/x11-toolkits/gtkada3/gtkada-1688bb8/testgtk/
H A Dcreate_canvas_view_items.adb131 Filled, Black_Filled : Drawing_Style; variable
137 Filled := Gtk_New
185 Title_Font, Font, Black, Filled : Drawing_Style; variable
196 Filled := Gtk_New
215 Rect := Gtk_New_Rect (Filled);
244 Invisible, Filled, Black : Drawing_Style; variable
251 Filled := Gtk_New
321 Filled, Font : Drawing_Style; variable
338 Filled := Gtk_New
365 Filled := Gtk_New
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/SpatialObjects/test/
H A DitkImageMaskSpatialObjectGTest.cxx156 itk::ImageRegion<2>{ itk::Index<2>(), itk::Size<2>::Filled(1) }); in TEST()
162 itk::ImageRegion<3>{ itk::Index<3>(), itk::Size<3>::Filled(1) }); in TEST()
173 itk::ImageRegion<2>{ itk::Index<2>(), itk::Size<2>::Filled(1) }); in TEST()
179 itk::ImageRegion<3>{ itk::Index<3>(), itk::Size<3>::Filled(1) }); in TEST()
190 itk::ImageRegion<2>{ itk::Index<2>(), itk::Size<2>::Filled(1) }); in TEST()
196 itk::ImageRegion<3>{ itk::Index<3>(), itk::Size<3>::Filled(1) }); in TEST()
208 itk::ImageRegion<2>{ itk::Index<2>(), itk::Size<2>::Filled(2) }); in TEST()
214 itk::ImageRegion<3>{ itk::Index<3>(), itk::Size<3>::Filled(2) }); in TEST()
230 image->SetRegions(SizeType::Filled(8)); in TEST()
257 image->SetRegions(SizeType::Filled(8)); in TEST()
[all …]
/dports/games/pcgen/pcgen/data/35e/behemoth3/masters_and_minions/a_swarm_of_stirges/
H A Dswarmstirges_templates.lst7Filled) VISIBLE:YES SOURCEPAGE:p.10 SAB:Filled with air SAB:Treated as Fine creatures for the sake…
8Filled) VISIBLE:YES SOURCEPAGE:p.10 SAB:Filled with water SAB:Receive a +5 racial bonus to Move Si…
/dports/math/vtk6/VTK-6.2.0/Filters/Sources/
H A DvtkGlyphSource2D.cxx39 this->Filled = 1; in vtkGlyphSource2D()
93 this->Filled = 0; in RequestData()
100 this->Filled = 0; in RequestData()
226 if ( this->Filled ) in CreateCross()
250 if ( this->Filled ) in CreateThickCross()
302 if ( this->Filled ) in CreateTriangle()
326 if ( this->Filled ) in CreateSquare()
356 if ( this->Filled ) in CreateCircle()
380 if ( this->Filled ) in CreateDiamond()
465 if ( this->Filled ) in CreateHookedArrow()
[all …]
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/
H A Dgdk-drawable.adb45 Filled : Boolean := False;
56 Filled : Gboolean;
65 Internal (Drawable, GC, Boolean'Pos (Filled),
116 Filled : Boolean;
122 Filled : Gboolean;
128 Internal (Drawable, GC, Boolean'Pos (Filled), Points, Points'Length);
138 Filled : Boolean := False;
146 Filled : Gboolean;
153 Internal (Drawable, GC, Boolean'Pos (Filled), X, Y, Width, Height);
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/Support/
H A Dcircular_raw_ostream.h65 bool Filled; variable
75 if (Filled) in flushBuffer()
81 Filled = false; in flushBuffer()
116 Filled(false), in raw_ostream()
128 Filled(false), in circular_raw_ostream()
/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/include/llvm/Support/
H A Dcircular_raw_ostream.h65 bool Filled; variable
75 if (Filled) in flushBuffer()
81 Filled = false; in flushBuffer()
116 Filled(false), in raw_ostream()
128 Filled(false), in circular_raw_ostream()
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/Type02/
H A DMiscBaseBoardManufacturer.uni15 //#string STR_MISC_BASE_BOARD_PRODUCT_NAME #language en-US "To Be Filled By O.E.M."
17 //#string STR_MISC_BASE_BOARD_VERSION #language en-US "To Be Filled By O.E.M."
19 #string STR_MISC_BASE_BOARD_SERIAL_NUMBER #language en-US "To Be Filled By O.E.M."
20 #string STR_MISC_BASE_BOARD_ASSET_TAG #language en-US "To Be Filled By O.E.M."
21 #string STR_MISC_BASE_BOARD_CHASSIS_LOCATION #language en-US "To Be Filled By O.E.M."

12345678910>>...169