Home
last modified time | relevance | path

Searched full:re (Results 1 – 25 of 120) sorted by relevance

12345

/dokuwiki/_test/tests/Subscriptions/
H A DSubscriberRegexBuilderTest.php47 $re = $sub->buildRegex($user, $style, $inputData);
48 $this->assertFalse(empty($re));
49 $result = preg_grep($re, $data);
/dokuwiki/lib/plugins/logviewer/
H A Dscript.js12 var re = new RegExp($filter.val(), 'i');
15 if (elem.innerText.match(re)) {
/dokuwiki/inc/lang/ku/
H A Dbacklinks.txt3 Di rûpelên di vê lîsteyê de girêdanên ji vê rûpelê re hene.
/dokuwiki/inc/Parsing/ParserMode/
H A DHeader.php10 //we're not picky about the closing ones, two are enough
/dokuwiki/lib/plugins/config/lang/ia/
H A Dintro.txt3 Usa iste pagina pro controlar le configurationes de tu installation de DokuWiki. Pro adjuta re conf…
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/
H A Dbootstrap.php7 * either. it's a bonus for those using composer but if you're not phpseclib will
/dokuwiki/lib/plugins/styling/
H A Dscript.js54 /* ---- from here on we're in the popup or admin page ---- */
71 /* ---- from here on we're in the popup only ---- */
/dokuwiki/.github/workflows/
H A DdeletedFiles.yml2 # It compares the current master with the data/deleted.files file and cleans the file from any re-i…
28 - name: Cleaning list from re-introduced files
/dokuwiki/inc/Form/
H A DFieldsetOpenElement.php21 // the parent would expect the tag in $value but we're storing the
/dokuwiki/_test/tests/inc/
H A Dcommon_mediainfo.test.php35 * We're interested in the extra keys for $INFO when its a media request
H A Dpageutils_sectionid.test.php35 * The convention in the code is to pass $check=false when we're not interested in having
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DBarrett.php41 …(x >> 1) + (x >> 1) != x / 2 + x / 2. If x is even, they're the same, but if x is odd, they're no…
112 …p[self::VALUE], false); // m.length + (m.length >> 1) + 1 (so basically we're adding two same leng…
122 // 3 digit number by a 1 digit number. if you're doing 999 * 9 (in base 10) the result will
123 // be a 4 digit number. but if you're multiplying 111 * 1 then the result will be a 3 digit
210 …// at this point, we're subtracting a number with m.length + 1 digits from another number with m.l…
222 * If you're going to be doing array_slice($product->value, 0, $stop), some cycles can be saved.
/dokuwiki/inc/Subscriptions/
H A DSubscriberManager.php93 $re = $regexBuilder->buildRegex($user, $style, $data);
94 return io_deleteFromFile($file, $re, true);
181 $re = $regexBuilder->buildRegex($user, $style, $data);
198 if (!preg_match($re, $line, $m)) {
/dokuwiki/_test/tests/general/
H A Dgeneral_html.test.php88 $re = join('|', array_map('preg_quote_cb', $this->allowedErrors));
89 return (bool)preg_match("/$re/", $string);
/dokuwiki/vendor/geshi/geshi/
H A DBUGS16 you're using this as part of some larger software, you may want to think about
H A DREADME.md26 And if you're using GeSHi as a plugin/mod for some other software,
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DPKCS1.php20 * we're just re-using that as the name.
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingAuthtype.php55 msg('Authentication system changed. Please re-login.');
/dokuwiki/data/pages/wiki/
H A Dwelcome.txt20 Once you're comfortable with creating and editing pages you might want to have a look at the [[this…
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/
H A DPKCS1.php12 * Technically, PKCS1 is for RSA keys, only, but we're using PKCS1 to describe
/dokuwiki/inc/Ui/
H A DPageView.php78 * @author Szymon Olewniczak <dokuwiki@imz.re>
/dokuwiki/inc/Action/
H A DResendpwd.php83 // we're in token phase - get user info from token
138 // we're in request phase
/dokuwiki/vendor/splitbrain/php-jsstrip/src/
H A DJSStrip.php112 // tricky. might be an RE
127 // yes, this is an re
130 …en inside a character class definition, enclosed by brackets [] where '/' does not terminate the re
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/
H A DBarrett.php53 …(x >> 1) + (x >> 1) != x / 2 + x / 2. If x is even, they're the same, but if x is odd, they're no…
110 …$n = bcadd($lsd, $temp, 0); // m.length + (m.length >> 1) + 1 (so basically we're adding two same …
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md135 * Use `splitbrain\phpcli\PSR3CLI` if you're using version 2 of PSR3 (PHP < 8.0)
136 * Use `splitbrain\phpcli\PSR3CLIv3` if you're using version 3 of PSR3 (PHP >= 8.0)

12345