Home
last modified time | relevance | path

Searched refs:first (Results 26 – 36 of 36) sorted by path

12

/dokuwiki/lib/tpl/dokuwiki/css/
H A Dpagetools.less31 /* on same vertical level as first headline, because .page has 2em padding */
/dokuwiki/vendor/composer/
H A DClassLoader.php32 * the autoloader will first look for the class under the component/
69 * Structured as array('F (first letter)' => array('Foo\Bar (full prefix)' => array('path', 'path2')))
199 $first = $prefix[0];
200 if (!isset($this->prefixesPsr0[$first][$prefix])) {
201 $this->prefixesPsr0[$first][$prefix] = $paths;
206 $this->prefixesPsr0[$first][$prefix] = array_merge(
208 $this->prefixesPsr0[$first][$prefix]
211 $this->prefixesPsr0[$first][$prefix] = array_merge(
212 $this->prefixesPsr0[$first][$prefix],
497 $first
[all...]
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG312 * Fixed first line not getting highlighted in diff language (BenBE)
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE
H A Dlessc.inc.php
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE9 [This is the first released version of the Lesser GPL. It also counts
23 can use it too, but we suggest you first think carefully about whether
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php247 // "bits 7 to 1 of the first subsequent octet shall not all be zero"
1172 $first = floor(ord($content[0]) / 40);
1174 "This packing of the first two object identifier components recognizes that only three values are allocated from the root
1179 if ($first <= 2) { // ie. 0 <= ord($content[0]) < 120 (0x78)
1181 array_unshift($oid, $first);
1220 $first = new BigInteger($part1);
1221 $first = $first->multiply($forty);
1222 $first = $first
[all...]
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md143 * New Contributor: @shunf4 made their first contribution in [#698](https://github.com/simplepie/simplepie/pull/698)
144 * New Contributor: @voegelas made their first contribution in [#700](https://github.com/simplepie/simplepie/pull/700)
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE9 [This is the first released version of the Lesser GPL. It also counts
23 can use it too, but we suggest you first think carefully about whether
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md108 The formatter is used through the ``format()`` method which expects at least two arrays: The first defines the column
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DREADME.md18 You'll have to convert your code to use ';' first.

12