Home
last modified time | relevance | path

Searched refs:Boxes (Results 1 – 25 of 2381) sorted by relevance

12345678910>>...96

/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/Publish/
H A DBoxesHelpers.hs2 ( Boxes.Box
3 , Boxes.nullBox
13 import qualified Text.PrettyPrint.Boxes as Boxes
22 para = Boxes.para Boxes.left width
24 indented :: Boxes.Box -> Boxes.Box
25 indented b = Boxes.hcat Boxes.left [Boxes.emptyBox 1 indentWidth, b]
29 Boxes.nullBox
31 Boxes.vcat Boxes.left [para x, indented (successivelyIndented xs)]
33 vcat :: [Boxes.Box] -> Boxes.Box
34 vcat = Boxes.vcat Boxes.left
[all …]
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/demos/
H A Dsinglebuffer.c44 struct box Boxes[NUM_BOXES]; variable
67 Boxes[i].rx = Random(); in MakeBoxes()
68 Boxes[i].ry = Random(); in MakeBoxes()
69 Boxes[i].rz = Random(); in MakeBoxes()
71 Boxes[i].color[0] = Random(); in MakeBoxes()
72 Boxes[i].color[1] = Random(); in MakeBoxes()
73 Boxes[i].color[2] = Random(); in MakeBoxes()
74 Boxes[i].color[3] = 1.0; in MakeBoxes()
85 glTranslatef(Boxes[i].tx, Boxes[i].ty, Boxes[i].tz); in DrawBoxes()
86 glRotatef(Boxes[i].ra, Boxes[i].rx, Boxes[i].ry, Boxes[i].rz); in DrawBoxes()
[all …]
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/demos/
H A Dsinglebuffer.c44 struct box Boxes[NUM_BOXES]; variable
67 Boxes[i].rx = Random(); in MakeBoxes()
68 Boxes[i].ry = Random(); in MakeBoxes()
69 Boxes[i].rz = Random(); in MakeBoxes()
71 Boxes[i].color[0] = Random(); in MakeBoxes()
72 Boxes[i].color[1] = Random(); in MakeBoxes()
73 Boxes[i].color[2] = Random(); in MakeBoxes()
74 Boxes[i].color[3] = 1.0; in MakeBoxes()
85 glTranslatef(Boxes[i].tx, Boxes[i].ty, Boxes[i].tz); in DrawBoxes()
86 glRotatef(Boxes[i].ra, Boxes[i].rx, Boxes[i].ry, Boxes[i].rz); in DrawBoxes()
[all …]
/dports/graphics/ospray/ospray-2.8.0/apps/ospBenchmark/benchmarks/
H A DBoxesAo.cpp6 class Boxes : public BaseFixture
9 Boxes( in main()
23 OSPRAY_DEFINE_BENCHMARK(Boxes, "boxes", "ao", 0);
24 OSPRAY_DEFINE_BENCHMARK(Boxes, "boxes", "ao", 1);
25 OSPRAY_DEFINE_BENCHMARK(Boxes, "boxes", "ao", 16);
26 OSPRAY_DEFINE_BENCHMARK(Boxes, "boxes", "ao", 256);
27 OSPRAY_DEFINE_BENCHMARK(Boxes, "boxes", "scivis", 0);
28 OSPRAY_DEFINE_BENCHMARK(Boxes, "boxes", "scivis", 1);
29 OSPRAY_DEFINE_BENCHMARK(Boxes, "boxes", "scivis", 16);
30 OSPRAY_DEFINE_BENCHMARK(Boxes, "boxes", "scivis", 256);
[all …]
/dports/games/brainparty/brainparty/
H A Djeweljam.cpp72 Boxes.push_back(row); in BPMiniGame_JewelJam()
93 Boxes.clear(); in ~BPMiniGame_JewelJam()
163 SelectedRow = Boxes[i]; in OnMouseDown()
321 row = Boxes[i]; in Tick()
346 copybox = (*Boxes[k])[j]; in Tick()
347 Boxes[k]->erase(Boxes[k]->begin() + j); in Tick()
348 Boxes[k + 1]->insert(Boxes[k + 1]->begin() + j, copybox); in Tick()
357 Boxes[0]->insert(Boxes[0]->begin() + j, newbox); in Tick()
383 row = Boxes[i]; in CheckForMatches()
419 if ((*Boxes[i - 1])[j]->Colour == box->Colour && (*Boxes[i - 2])[j]->Colour == box->Colour) { in CheckForMatches()
[all …]
H A Dpatchmatch.cpp62 Boxes.push_back(row); in BPMiniGame_PatchMatch()
71 for (int i = 0; i < Boxes.size(); ++i) { in ~BPMiniGame_PatchMatch()
83 Boxes.clear(); in ~BPMiniGame_PatchMatch()
110 for (int i = 0; i < Boxes.size(); ++i) { in OnMouseDown()
131 for (int i = 0; i < Boxes.size(); ++i) { in OnMouseUp()
200 for (int i = 0; i < Boxes.size(); ++i) { in Render()
246 row = Boxes[i]; in Tick()
273 copybox = (*Boxes[k])[j]; in Tick()
274 Boxes[k]->erase(Boxes[k]->begin() + j); in Tick()
275 Boxes[k + 1]->insert(Boxes[k + 1]->begin() + j, copybox); in Tick()
[all …]
H A Dwordsmash.cpp78 Boxes.push_back(row); in BPMiniGame_WordSmash()
98 for (int i = 0; i < Boxes.size(); ++i) { in ~BPMiniGame_WordSmash()
110 Boxes.clear(); in ~BPMiniGame_WordSmash()
182 for (int i = 0; i < Boxes.size(); ++i) { in OnMouseDown()
185 SelectedRow = Boxes[i]; in OnMouseDown()
377 for (int i = 0; i < Boxes.size(); ++i) { in Render()
443 row = Boxes[i]; in Tick()
466 copybox = (*Boxes[k])[j]; in Tick()
467 Boxes[k]->erase(Boxes[k]->begin() + j); in Tick()
468 Boxes[k + 1]->insert(Boxes[k + 1]->begin() + j, copybox); in Tick()
[all …]
/dports/graphics/ospray-studio/ospray_studio-0.9.1/sg/scene/geometry/
H A DBoxes.cpp9 struct OSPSG_INTERFACE Boxes : public Geometry struct
11 Boxes();
12 virtual ~Boxes() override = default;
15 OSP_REGISTER_SG_NODE_NAME(Boxes, geometry_boxes);
19 Boxes::Boxes() : Geometry("box") in Boxes() function in ospray::sg::Boxes
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Monad/
H A DStatistics.hs15 import qualified Text.PrettyPrint.Boxes as Boxes
86 col1 = Boxes.vcat Boxes.left $ map (Boxes.text . fst) stats
88 col2 = Boxes.vcat Boxes.right $ map (Boxes.text . showThousandSep . snd) stats
89 table = Boxes.hsep 1 Boxes.left [col1, col2]
92 reportSLn "profile" 1 $ Boxes.render table
/dports/graphics/ospray/ospray-2.8.0/apps/common/ospray_testing/builders/
H A DBoxes.cpp13 struct Boxes : public detail::Builder struct
15 Boxes(bool lights = false) : useLights(lights) {} in Boxes() function
16 ~Boxes() override = default;
31 void Boxes::commit() in commit()
40 cpp::Group Boxes::buildGroup() const in buildGroup()
90 cpp::World Boxes::buildWorld() const in buildWorld()
109 OSP_REGISTER_TESTING_BUILDER(Boxes, boxes);
110 OSP_REGISTER_TESTING_BUILDER(Boxes(true), boxes_lit);
/dports/graphics/ospray/ospray-2.8.0/ospray/geometry/
H A DBoxes.ispc14 struct Boxes
22 Boxes *uniform self = (Boxes * uniform) args->geometryUserPtr;
37 Boxes *uniform self = (Boxes * uniform) args->geometryUserPtr;
71 Boxes *uniform self = uniform new Boxes;
83 Boxes *uniform self = (Boxes * uniform) _self;
H A DBoxes.cpp13 Boxes::Boxes() in Boxes() function in ospray::Boxes
18 std::string Boxes::toString() const in toString()
23 void Boxes::commit() in commit()
38 size_t Boxes::numPrimitives() const in numPrimitives()
H A DBoxes.h11 struct OSPRAY_SDK_INTERFACE Boxes : public Geometry
13 Boxes();
14 virtual ~Boxes() override = default;
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/github.com/gobuffalo/packr/builder/
H A Dbuilder.go96 Boxes: []box{},
100 for _, n := range v.Boxes {
122 pk.Boxes = append(pk.Boxes, *bx)
126 if len(pk.Boxes) > 0 {
140 pp.Boxes = append(pp.Boxes, p.Boxes...)
H A Dvisitor.go17 Boxes []string member
24 Boxes: []string{},
45 for _, s := range v.Boxes {
48 v.Boxes = []string{}
50 v.Boxes = append(v.Boxes, k)
53 sort.Strings(v.Boxes)
216 v.Boxes = append(v.Boxes, b)
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/gobuffalo/packr/builder/
H A Dbuilder.go112 Boxes: []box{},
116 for _, n := range v.Boxes {
139 pk.Boxes = append(pk.Boxes, *bx)
144 if len(pk.Boxes) > 0 {
158 pp.Boxes = append(pp.Boxes, p.Boxes...)
H A Dvisitor.go17 Boxes []string member
24 Boxes: []string{},
45 for _, s := range v.Boxes {
48 v.Boxes = []string{}
50 v.Boxes = append(v.Boxes, k)
53 sort.Strings(v.Boxes)
229 v.Boxes = append(v.Boxes, b)
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Utils/
H A DBenchmark.hs24 import qualified Text.PrettyPrint.Boxes as Boxes
94 pretty b = text $ Boxes.render table
106 else Boxes.text $ "(" ++ prettyShow aggrT ++ ")"
109 table = Boxes.hsep 1 Boxes.left [col1, col2, col3]
112 col1 = Boxes.vcat Boxes.left $
113 map Boxes.text $
116 col2 = Boxes.vcat Boxes.right $
117 map (Boxes.text . prettyShow) $
120 col3 = Boxes.vcat Boxes.right $
/dports/cad/opencascade/opencascade-7.6.0/tests/v3d/bugs/
H A Dbug264017 # Boxes {1 x 1 x 1}
33 puts "Error : Boxes disappear."
38 # Boxes {0.01 x 0.01 x 0.01}
64 puts "Error : Boxes disappear."
/dports/devel/ppl/ppl-1.2/src/
H A DBox_Status_inlines.hh155 namespace Boxes { namespace
191 using namespace Implementation::Boxes; in ascii_dump()
202 using namespace Implementation::Boxes; in PPL_OUTPUT_TEMPLATE_DEFINITIONS_ASCII_ONLY()
205 if (!get_field(s, Implementation::Boxes::empty_up_to_date, positive)) { in PPL_OUTPUT_TEMPLATE_DEFINITIONS_ASCII_ONLY()
212 if (!get_field(s, Implementation::Boxes::empty, positive)) { in PPL_OUTPUT_TEMPLATE_DEFINITIONS_ASCII_ONLY()
/dports/www/limesurvey/limesurvey/application/models/
H A DBoxes.php16 class Boxes extends CActiveRecord class
231 * @return Boxes the static model class
256 foreach ($defaultBoxes as $Boxes) {
257 $oDB->createCommand()->insert("{{boxes}}", $Boxes);
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/frmenus/plmo/
H A Dsetbox.top1 ----- <~plmo\setbox.top> Set Boxes and Attributes
3 Set Boxes and Attributes
8 drawn). Boxes are drawn on a plot in
16 Turn Off All Boxes <xcl: BOX COORDINATES>
/dports/misc/boxes/boxes-1.3/
H A DREADME.md7 [Boxes](https://boxes.thomasjensen.com/) is a command line
15 *Boxes* is **stable**.
23 *Boxes* has matured, and is thusly no longer being actively developed. But contributors can be sure
28 Boxes is free software under the GNU General Public License, version 2
36 *Boxes* has received support from many [contributors](https://boxes.thomasjensen.com/contributing.h…
65 | using Boxes! |
/dports/x11/innerspace/InnerSpace-0.2.0/
H A DGNUmakefile38 Boxes.bproj/Boxes.InnerSpace \
74 SUBPROJECTS = Black.bproj Boxes.bproj NickSpace.bproj
/dports/graphics/urt/urt-3.1b1_12/lib/
H A Dcolorquant.c181 static Box *Boxes; /* Array of color boxes. */ variable
267 Boxes = (Box *)malloc(colors * sizeof(Box));
271 bzero(Boxes->freq[0], ColormaxI * sizeof(unsigned long));
272 bzero(Boxes->freq[1], ColormaxI * sizeof(unsigned long));
273 bzero(Boxes->freq[2], ColormaxI * sizeof(unsigned long));
283 OutColors = CutBoxes(Boxes, colors);
292 (unsigned char)(Boxes[i].mean[REDI] * Cfactor + 0.5);
294 (unsigned char)(Boxes[i].mean[GREENI] * Cfactor + 0.5);
296 (unsigned char)(Boxes[i].mean[BLUEI] * Cfactor + 0.5);
300 ComputeRGBMap(Boxes, OutColors, rgbmap, bits, colormap,
[all …]

12345678910>>...96