/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/ |
H A D | split.test | 4 {{ "one,two,three,four,five"|split(',')|join('-') }} 12 return ['foo' => "one,two,three,four,five", 'baz' => '12345',] 14 one-two-three-four-five 15 one-two-three-four-five 16 one-two-three,four,five 20 one-two-three
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/ |
H A D | KoblitzPrime.php | 60 static $zero, $one, $two; 61 if (!isset($two)) { 62 $two = new BigInteger(2); 68 $inv = $this->one->divide($this->two)->negate(); 81 $tempTwo = $factory->newInteger($two); 116 if ($this->order->compare($r->multiply($two)) <= 0) { 122 if ($this->order->compare($r->multiply($two)) <= 0) { 182 $denominator = $this->two->multiply($p[1]); 203 $x3 = $f->subtract($this->two->multiply($d)); 207 $z3 = $this->two->multiply($y1)->multiply($z1); [all …]
|
H A D | Prime.php | 81 protected $two; variable in phpseclib3\\Crypt\\EC\\BaseCurves\\Prime 125 $this->two = $this->factory->newInteger(new BigInteger(2)); 208 $x3 = $r->multiply($r)->subtract($h3)->subtract($v->multiply($this->two)); 245 $x3 = $r->multiply($r)->subtract($h3)->subtract($v->multiply($this->two)); 284 $x3 = $r->multiply($r)->subtract($h3)->subtract($v->multiply($this->two)); 358 $denominator = $this->two->multiply($p[1]); 377 $x1 = $m->multiply($m)->subtract($this->two->multiply($s)); 381 $z1 = $this->two->multiply($y)->multiply($z); 398 $x1 = $m->multiply($m)->subtract($this->two->multiply($s)); 402 $z1 = $this->two->multiply($y);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesConfiguration/ |
H A D | GamesNumberAffixConfiguration.php | 94 public function setTwo(LocalizedStringBundle $two) argument 96 $this->two = $two; 103 return $this->two;
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/ |
H A D | failure-isolation.phpt | 23 Failed asserting that two arrays are equal. 42 Failed asserting that two objects are equal. 61 Failed asserting that two strings are equal. 72 Failed asserting that two strings are equal. 102 Failed asserting that two strings are identical. 113 Failed asserting that two variables reference the same object.
|
H A D | failure-reverse-list.phpt | 46 Failed asserting that two variables reference the same object. 52 Failed asserting that two strings are identical. 80 Failed asserting that two strings are equal. 93 Failed asserting that two strings are equal. 110 Failed asserting that two objects are equal. 129 Failed asserting that two arrays are equal.
|
H A D | failure.phpt | 22 Failed asserting that two arrays are equal. 41 Failed asserting that two objects are equal. 60 Failed asserting that two strings are equal. 71 Failed asserting that two strings are equal. 101 Failed asserting that two strings are identical. 112 Failed asserting that two variables reference the same object.
|
H A D | dataprovider-testdox.phpt | 17 [x] Does something with two 19 [x] Does something else with two
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
H A D | split.rst | 12 {% set foo = "one,two,three"|split(',') %} 13 {# foo contains ['one', 'two', 'three'] #} 27 {% set foo = "one,two,three,four,five"|split(',', 3) %} 28 {# foo contains ['one', 'two', 'three,four,five'] #}
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/ |
H A D | max.test | 6 {{ max({2:"two", 1:"one", 3:"three", 5:"five", 4:"for"}) }} 12 two
|
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/ |
H A D | github-code-in-numbered-list.md | 2 2. Item two with some code: 11 code two
|
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/ |
H A D | md1_inline_html_comments.md | 9 Paragraph two. 11 <!-- one comment block -- -- with two comments -->
|
H A D | lazy-list.md | 13 2. Item two with some code: 25 code two
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/ |
H A D | abstract_class.phpt | 11 abstract public function two(); 35 private $__phpunit_configurable = ['one', 'two', 'three']; 64 public function two() 79 'Foo', 'two', $arguments, '', $this, true
|
/plugin/spreadout/ |
H A D | plugin.info.txt | 6 desc A simple plugin that allows for two spaces between content sentences if the user types two s…
|
H A D | README.md | 2 A simple plugin that allows for two spaces between content sentences if the user types two spaces r…
|
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/ |
H A D | numericMappingKeys.yml | 16 2: two 21 2 => 'two',
|
H A D | unindentedCollections.yml | 13 test: Nested unindented collection (two levels) 33 - two 36 ['collection' => ['key' => ['subkey' => ['one', 'two', 'three']]]]
|
/plugin/twofactor/lang/en/ |
H A D | optout.txt | 1 This wiki has the ability to use two-factor authentication. It is highly recommended using it by configuring one or more of the mechanisms below. 3 However, if you don't want to use this option, you can opt out below. You can always re-enable two-factor authentication later.
|
H A D | admin.txt | 5 Note: this will reset **all** two-factor mechanisms for the user! Depending on your setup, the user may be required to configure a new two factor mechanism on their next login.
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/ |
H A D | Integer.php | 246 static $one, $two; 249 $two = new BigInteger(2); 255 list($pow) = $p_1->divide($two); 266 list($temp) = $q->add($one)->divide($two); 272 while (!$t->powMod($two->pow($i), static::$modulo[$this->instanceID])->equals($one)) { 279 … $b = $c->powMod($two->pow($m->subtract($i)->subtract($one)), static::$modulo[$this->instanceID]);
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ |
H A D | Engine.php | 66 protected static $two = []; variable in phpseclib3\\Math\\BigInteger\\Engines\\Engine 140 static::$two[static::class] = new static(2); 871 if (!isset(static::$two[static::class])) { 872 static::$two[static::class] = new static('2'); 892 $x = $x->add(static::$two[static::class]); 896 if ($x->equals(static::$two[static::class])) { 953 $n_2 = $n->subtract(static::$two[static::class]); 1011 if ($this->compare(static::$two[static::class]) < 0) { 1033 $g = static::$two[static::class]; 1036 $g = $g->multiply(static::$two[static::class]); [all …]
|
/plugin/authyubikey/ |
H A D | plugin.info.txt | 5 name Plain Auth Plugin with Yubikey's two factor identifiction via OTP 6 desc Provides user authentication against DokuWiki's local password storage combined with the two…
|
/plugin/newpagetemplate/ |
H A D | newpage.ini | 12 page[] = playground:current:two 17 page[] = playground:persistent:two
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/ |
H A D | embed.rst | 54 two vertically stacked boxes: 72 two boxes side by side: 89 Without the ``embed`` tag, you have two ways to design your templates: 91 * Create two "intermediate" base templates that extend the master layout 99 These two solutions do not scale well because they each have a major drawback: 113 code can live in a single base template, and the two different content structures,
|