Home
last modified time | relevance | path

Searched full:gamma (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/plugin/pureldap/_test/
H A DADClientTest.php58 'gamma nested',
100 // User m.albro is member of 'gamma nested', which is in turn part of 'beta'
105 'gamma nested',
126 $this->assertContains('gamma nested', $groups);
159 $users = $client->getFilteredUsers(['grps' => 'gamma nested'], ADClient::FILTER_EQUAL);
160 $this->assertArrayHasKey('m.mcnevin', $users, 'This user should be in Gamma Nested');
165 // User m.albro is member of 'gamma nested', which is in turn part of 'beta'
173 $users = $client->getFilteredUsers(['grps' => 'gamma nested'], ADClient::FILTER_EQUAL);
174 $this->assertArrayHasKey('m.albro', $users, 'user should be in gamma nested');
232 // $this->assertEquals('Gamma Nested', ($entries->first()->get('name')->getValues())[0]);
H A DGroupHierarchyCacheTest.php56 $this->assertArrayHasKey('CN=Gamma Nested,CN=Users,DC=example,DC=local', $list);
57 $this->assertArrayHasKey('parents', $list['CN=Gamma Nested,CN=Users,DC=example,DC=local']);
58 $this->assertArrayHasKey('children', $list['CN=Gamma Nested,CN=Users,DC=example,DC=local']);
66 'CN=Gamma Nested,CN=Users,DC=example,DC=local',
78 'CN=Gamma Nested,CN=Users,DC=example,DC=local',
/plugin/findologicxmlexport/vendor/hoa/math/Combinatorics/Combination/
DGamma.php42 * Class \Hoa\Math\Combinatorics\Combination\Gamma.
44 * Gamma^n_k denotes the set of k-uples whose sum of elements is n. For example:
45 * Gamma^2_3 = {(2, 0, 0), (1, 1, 0), (1, 0, 1), (0, 2, 0), (0, 1, 1), (0, 0, 2)}.
47 * This class is identical to \Hoa\Math\Combinatorics\Combination::Gamma with a
53 class Gamma implements Iterator class
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Combinatorics/Combination/
DGamma.php39 use Hoa\Math\Combinatorics\Combination\Gamma as CUT;
43 * Class \Hoa\Math\Test\Unit\Combinatorics\Combination\Gamma.
50 class Gamma extends Test\Unit\Suite class
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
DImageProcessor.php510 // mPDF 6 Gamma correction
511 $gamma = 0;
515 $gAMA = $this->fourBytesToInt(substr($data, $j + 4, 4)); // Gamma value times 100000
519 …// "If the source file's gamma value is greater than 1.0, it is probably a display system exponent…
520 // ("..and you should use its reciprocal for the PNG gamma.")
528 // See test different gamma chunks at http://www.libpng.org/pub/png/pngsuite-all-good.html
532 $gamma = 1 / $gAMA;
535 // Don't need to apply gamma correction if == default i.e. 2.2
536 if ($gamma > 2.15 && $gamma < 2.25) {
537 $gamma = 0;
[all …]
/plugin/fckg/action/entities/utils/
Dentities.txt264 &Gamma;
265 Gamma
384 &gamma;
385 gamma
Dentities.pl292 &Gamma;
293 Gamma
412 &gamma;
413 gamma
Dfcked-ents.txt128 γ gamma 915
152 γ gamma 947
Dfcked-ents.pl150 γ gamma 915
174 γ gamma 947
/plugin/ckgdoku/action/entities/utils/
Dentities.txt264 &Gamma;
265 Gamma
384 &gamma;
385 gamma
Dentities.pl292 &Gamma;
293 Gamma
412 &gamma;
413 gamma
Dfcked-ents.txt128 γ gamma 915
152 γ gamma 947
Dfcked-ents.pl150 γ gamma 915
174 γ gamma 947
/plugin/ckgedit/action/entities/utils/
Dentities.txt264 &Gamma;
265 Gamma
384 &gamma;
385 gamma
Dentities.pl292 &Gamma;
293 Gamma
412 &gamma;
413 gamma
Dfcked-ents.txt128 γ gamma 915
152 γ gamma 947
Dfcked-ents.pl150 γ gamma 915
174 γ gamma 947
/plugin/fckg/action/entities/
Dfcked-ents.data506 gamma
602 gamma
/plugin/ckgedit/action/entities/
Dfcked-ents.data506 gamma
602 gamma
/plugin/ckgdoku/action/entities/
Dfcked-ents.data506 gamma
602 gamma
/plugin/refnotes/lang/en/
D__template.txt42 author = "Erich {Gamma} and Richard {Helm} and Ralph {Johnson} and John {Vlissides}",
43 author-ref = "Gamma, et al.",
/plugin/epub/scripts/utils/
Dsymbol_ents_delim.txt41 &#915; &Gamma;
65 &#947; &gamma;
/plugin/html2pdf/html2pdf/html2ps/
Dencoding.symbol.inc.php46 "\x47" => 0x0393, // GREEK CAPITAL LETTER GAMMA // Gamma
79 "\x67" => 0X03B3, // GREEK SMALL LETTER GAMMA // gamma
/plugin/siteexport/inc/
Dmpdf.php85 …// Full Path might return a doubled path like /~gamma/documentation/lib//~gamma/documentation/lib/…
/plugin/dw2pdf/vendor/mpdf/mpdf/data/
Dentity_substitutions.php18 …'fnof' => '402', 'circ' => '710', 'tilde' => '732', 'Alpha' => '913', 'Beta' => '914', 'Gamma' => …
21 …i' => '935', 'Psi' => '936', 'Omega' => '937', 'alpha' => '945', 'beta' => '946', 'gamma' => '947',

12345678910>>...14