Home
last modified time | relevance | path

Searched refs:odo (Results 1 – 25 of 1434) sorted by relevance

12345678910>>...58

/dports/security/keybase/client-v5.7.1/go/kbfs/libgit/
H A Don_demand_object.go29 if tmp, ok := odo.recentCache.Get(odo.hash); ok {
32 o, err = odo.s.EncodedObject(odo.objType, odo.hash)
36 odo.recentCache.Add(odo.hash, o)
39 if !odo.sizeSet {
42 if !odo.typeSet {
49 if odo.size >= 0 {
59 return odo.hash
64 return odo.objType
69 odo.objType = ot
74 return odo.size
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/Examples/examples_odometer/
H A Dodoex08.php64 $odo = new Odometer(ODO_FULL); variable
69 $odo->SetColor("lightblue");
87 $odo->scale->SetTicks(10, 2);
92 $odo->scale->SetTickWeight(2);
107 $odo->needle->Set(64);
113 $odo->label->Set("% Passed");
125 $odo->needle2->Set(15);
131 $odo->needle2->Show();
136 $odo->needle->SetShadow();
137 $odo->needle2->SetShadow();
[all …]
H A Dodoex07.php52 $odo = new Odometer(ODO_FULL); variable
57 $odo->AddIndication(0, 50, "green");
59 $odo->AddIndication(80, 100, "red");
70 $odo->scale->SetTicks(10, 2);
75 $odo->scale->SetTickWeight(2);
85 $odo->scale->SetAngle(20, 340);
90 $odo->needle->Set(64);
96 $odo->label->Set("% Passed");
108 $odo->needle2->Set(15);
112 $odo->needle2->Show();
[all …]
H A Dodoex05.php54 $odo = new Odometer(); variable
59 $odo->AddIndication(0, 50, "green");
60 $odo->AddIndication(50, 80, "yellow");
61 $odo->AddIndication(80, 100, "red");
72 $odo->scale->SetTicks(10, 2);
77 $odo->scale->SetTickWeight(2);
87 $odo->needle->Set(78);
93 $odo->label->Set("% Passed");
105 $odo->needle2->Set(24);
109 $odo->needle2->Show();
[all …]
H A Dodoex06.php53 $odo = new Odometer(ODO_FULL); variable
58 $odo->AddIndication(0, 50, "green");
59 $odo->AddIndication(50, 80, "yellow");
60 $odo->AddIndication(80, 100, "red");
71 $odo->scale->SetTicks(10, 2);
76 $odo->scale->SetTickWeight(2);
86 $odo->needle->Set(78);
92 $odo->label->Set("% Passed");
104 $odo->needle2->Set(24);
108 $odo->needle2->Show();
[all …]
H A Dodotutex09.php8 $odo = array(); variable
19 $odo[$i] = new Odometer();
20 $odo[$i]->SetColor("lightyellow");
21 $odo[$i]->needle->Set(75);
22 $odo[$i]->needle->SetStyle(NEEDLE_STYLE_ENDARROW, $astyles[$i]);
23 $odo[$i]->caption->SetFont(FF_FONT1);
24 $odo[$i]->caption->Set($acaptions[$i]);
25 $odo[$i]->SetMargin(15);
28 $row1 = new LayoutHor(array($odo[0],$odo[1],$odo[2]));
29 $row2 = new LayoutHor(array($odo[3],$odo[4],$odo[5]));
[all …]
H A Dodotutex12.php15 $odo = new Odometer(ODO_HALF); variable
22 $odo->AddIndication(80, 100, "red");
25 $odo->needle->Set(90);
28 $odo->SetCenterAreaWidth(0.45);
31 $odo->needle->SetShadow();
34 $odo->needle2->Set(44);
35 $odo->needle2->Show();
36 $odo->needle2->SetLength(0.4);
37 $odo->needle2->SetFillColor("navy");
38 $odo->needle2->SetShadow();
[all …]
H A Dodotutex07.php8 $odo = array(); variable
19 $odo[$i] = new Odometer();
20 $odo[$i]->SetColor("lightyellow");
21 $odo[$i]->needle->Set(75);
22 $odo[$i]->needle->SetStyle(NEEDLE_STYLE_ENDARROW, $astyles[$i]);
23 $odo[$i]->caption->SetFont(FF_FONT1, FS_BOLD);
24 $odo[$i]->caption->Set('Arrow: '.$acaptions[$i]);
27 $row1 = new LayoutHor(array($odo[0],$odo[1],$odo[2]));
28 $row2 = new LayoutHor(array($odo[3],$odo[4],$odo[5]));
29 $row3 = new LayoutHor(array($odo[6],$odo[7],$odo[8]));
H A Dodotutex15.php17 $odo = new Odometer(); variable
18 $odo->SetColor("lightgray:1.9");
21 $odo->scale->Set(100, 600);
22 $odo->scale->SetTicks(50, 2);
23 $odo->scale->SetTickColor('brown');
24 $odo->scale->SetTickLength(0.05);
25 $odo->scale->SetTickWeight(2);
27 $odo->scale->SetLabelPos(0.75);
36 $odo->needle->Set(280);
39 $odo->needle->SetShadow();
[all …]
H A Dodotutex18.php8 $odo = array(); variable
12 $odo[$i] = new Odometer();
13 $odo[$i]->SetColor('lightgray:1.9');
14 $odo[$i]->needle->Set(10 + $i * 17);
15 $odo[$i]->needle->SetShadow();
21 $odo[$i]->scale->label->SetFont(FF_ARIAL, FS_NORMAL, $fsize);
22 $odo[$i]->AddIndication(92, 100, 'red');
23 $odo[$i]->AddIndication(80, 92, 'orange');
24 $odo[$i]->AddIndication(60, 80, 'yellow');
28 $row1 = new LayoutHor(array($odo[0],$odo[1]));
[all …]
H A Dodotutex06.php20 $odo = array(); variable
23 $odo[$i] = new Odometer();
24 $odo[$i]->SetColor("lightyellow");
25 $odo[$i]->needle->Set(80);
26 $odo[$i]->needle->SetStyle($nstyle[$i]);
27 $odo[$i]->caption->Set($captions[$i]);
28 $odo[$i]->caption->SetFont(FF_FONT1);
29 $odo[$i]->caption->SetMargin(3);
33 $row1 = new LayoutHor(array($odo[0],$odo[1],$odo[2]));
34 $row2 = new LayoutHor(array($odo[3],$odo[4],$odo[5]));
H A Dodotutex19.php9 $odo = array(); variable
13 $odo[$i] = new Odometer();
14 $odo[$i]->SetColor('lightgray:1.9');
15 $odo[$i]->needle->Set(10 + $i * 17);
16 $odo[$i]->needle->SetShadow();
22 $odo[$i]->scale->label->SetFont(FF_ARIAL, FS_NORMAL, $fsize);
23 $odo[$i]->AddIndication(92, 100, 'red');
24 $odo[$i]->AddIndication(80, 92, 'orange');
25 $odo[$i]->AddIndication(60, 80, 'yellow');
29 $row1 = new LayoutHor(array($odo[0],$odo[1]));
[all …]
H A Dodotutex13.php15 $odo = new Odometer(ODO_HALF); variable
18 $odo->AddIndication(0, 20, "green:0.7");
19 $odo->AddIndication(20, 30, "green:0.9");
20 $odo->AddIndication(30, 60, "yellow");
21 $odo->AddIndication(60, 80, "orange");
22 $odo->AddIndication(80, 100, "red");
24 $odo->SetCenterAreaWidth(0.45);
27 $odo->needle->Set(90);
30 $odo->label->Set("mBar");
34 $odo->needle->SetShadow();
[all …]
H A Dodoex04.php47 $odo = new Odometer(); variable
52 $odo->AddIndication(0, 50, "green");
53 $odo->AddIndication(50, 80, "yellow");
54 $odo->AddIndication(80, 100, "red");
59 $odo->SetCenterAreaWidth(0.4); // Fraction of radius
65 $odo->scale->SetTicks(10, 2);
70 $odo->scale->label->SetFont(FF_FONT1, FS_BOLD);
75 $odo->needle->Set(30);
80 $odo->needle->SetStyle(NEEDLE_STYLE_MEDIUM_TRIANGLE);
82 $odo->needle->SetFillColor("orange");
[all …]
H A Dodotutex11.php15 $odo = new Odometer(ODO_HALF); variable
18 $odo->AddIndication(0, 20, "green:0.7");
19 $odo->AddIndication(20, 30, "green:0.9");
20 $odo->AddIndication(30, 60, "yellow");
21 $odo->AddIndication(60, 80, "orange");
22 $odo->AddIndication(80, 100, "red");
25 $odo->needle->Set(90);
28 $odo->SetCenterAreaWidth(0.45);
31 $odo->needle->SetShadow();
34 $graph->Add($odo);
H A Dodotutex10.php15 $odo = new Odometer(ODO_HALF); variable
18 $odo->AddIndication(0, 20, "green:0.7");
19 $odo->AddIndication(20, 30, "green:0.9");
20 $odo->AddIndication(30, 60, "yellow");
21 $odo->AddIndication(60, 80, "orange");
22 $odo->AddIndication(80, 100, "red");
25 $odo->needle->Set(90);
30 $odo->needle->SetShadow();
35 $graph->Add($odo);
H A Dodotutex08.1.php22 $odo = new Odometer(); variable
23 $odo->SetColor('white');
24 $odo->SetBorder('darkgreen:0.8', 5);
26 $odo->scale->label->SetFont(FF_ARIAL, FS_BOLD, 10);
27 $odo->scale->label->SetColor('brown:0.6');
30 $odo->needle->Set(70);
33 $odo->needle->SetShadow();
36 $graph->Add($odo);
H A Dodoex03.php47 $odo = new Odometer(); variable
52 $odo->AddIndication(0, 50, "green");
53 $odo->AddIndication(50, 80, "yellow");
54 $odo->AddIndication(80, 100, "red");
60 $odo->scale->SetTicks(10, 2);
65 $odo->scale->label->SetFont(FF_FONT1, FS_BOLD);
70 $odo->needle->Set(30);
75 $graph->Add($odo);
H A Dodotutex14.php16 $odo = new Odometer(); variable
17 $odo->SetColor('lightyellow');
20 $odo->scale->Set(100, 600);
21 $odo->scale->SetTicks(50, 2);
24 $odo->needle->Set(280);
27 $odo->needle->SetShadow();
30 $graph->Add($odo);
/dports/deskutils/egroupware/egroupware/vendor/egroupware/z-push-dev/src/lib/syncobjects/
H A Dsyncobject.php97 * @param SyncObject $odo other SyncObject
103 if ($odo === false)
107 if (! ($odo instanceof SyncObject)) {
124 … if (count(array_diff($this->$val, $odo->$val)) + count(array_diff($odo->$val, $this->$val)) > 0) {
174 if ($odo === false)
178 if (! ($odo instanceof SyncObject) || get_class($this) != get_class($odo)) {
243 … (strlen($odo->$val) ? Utils::GetFormattedTime($odo->$val) : "undefined");
254 … (strlen($odo->$val) ? $odo->GetNameFromPropertyValue($v, $odo->$val) : "undefined");
261 … if (count(array_diff($this->$val, $odo->$val)) + count(array_diff($odo->$val, $this->$val)) > 0) {
279 … (strlen($odo->$val) ? ($odo->GetNameFromPropertyValue($v, $odo->$val)) : "undefined");
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/z-push/vendor/z-push/lib/syncobjects/
H A Dsyncobject.php97 * @param SyncObject $odo other SyncObject
103 if ($odo === false)
107 if (! ($odo instanceof SyncObject)) {
124 … if (count(array_diff($this->$val, $odo->$val)) + count(array_diff($odo->$val, $this->$val)) > 0) {
174 if ($odo === false)
178 if (! ($odo instanceof SyncObject) || get_class($this) != get_class($odo)) {
243 … (strlen($odo->$val) ? Utils::GetFormattedTime($odo->$val) : "undefined");
254 … (strlen($odo->$val) ? $odo->GetNameFromPropertyValue($v, $odo->$val) : "undefined");
261 … if (count(array_diff($this->$val, $odo->$val)) + count(array_diff($odo->$val, $this->$val)) > 0) {
279 … (strlen($odo->$val) ? ($odo->GetNameFromPropertyValue($v, $odo->$val)) : "undefined");
[all …]
/dports/emulators/dgen-sdl/dgen-sdl-1.33/
H A Dmdfr.cpp467 ((odo.m68k_max - odo.m68k) - in m68k_odo()
475 return odo.m68k; in m68k_odo()
481 int cycles = (odo.m68k_max - odo.m68k); in m68k_run()
644 return (odo.z80 + in z80_odo()
645 ((odo.z80_max - odo.z80) - drz80.cycles)); in z80_odo()
648 return odo.z80; in z80_odo()
654 int cycles = (odo.z80_max - odo.z80); in z80_run()
682 odo.z80 += cycles; in z80_run()
740 cycles -= odo.z80; in z80_sync()
762 odo.z80 += cycles; in z80_sync()
[all …]
/dports/math/R-cran-qualityTools/qualityTools/R/
H A Dtag_e.r141 odo = NA functionVar
172 odo@design = odo@design[order(RunOrder), ]
174 row.names(odo@design) = odo@design$RunOrder
177 odo@response = data.frame(y = rep(NA, nrow(odo@design)))
589 odo = NA functionVar
605 odo@design = design
613 odo@design = odo@design[order(RunOrder), ]
614 odo@replic = data.frame(Replicate = odo@replic[order(RunOrder), 1])
615 row.names(odo@design) = odo@design$RunOrder
618 odo@response = data.frame(y = rep(NA, nrow(odo@design)))
[all …]
/dports/sysutils/odo/odo-0.2.2/man/
H A Dodo.1.ronn1 odo(1) -- an atomic odometer for the command line
6 `odo` [-c | -i | -r | -s COUNT] [-p] <file>
10 odo atomically updates a count in a file, which will be created if not
18 ls to compose odo with other tools.
50 $ odo /log/restarts
54 $ odo -p /log/restarts
58 $ ./odo -r /log/restarts
62 $ ./odo -s 12345 /log/restarts
66 $ ./odo -c /log/restarts
70 $ ./odo -h
[all …]
/dports/sysutils/odo/odo-0.2.2/
H A DREADME.md1 odo - an atomic odometer for the command line
5 odo atomically updates a count in a file, which will be created if not
18 is just a number in a text file, it's easy to compose odo with other
26 odo depends on atomic compare-and-swap functionality (e.g.
57 $ odo /log/restarts
61 $ odo -p /log/restarts
65 $ ./odo -r /log/restarts
69 $ ./odo -s 12345 /log/restarts
73 $ ./odo -c /log/restarts
77 $ ./odo -h
[all …]

12345678910>>...58