Home
last modified time | relevance | path

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

123456

/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/_test/tests/Parsing/Markdown/gfm-spec/
H A DREADME.md16 ## Re-syncing
22 Update this README's pinned-commit line and re-run the suite. Example numbers
/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/_test/tests/ChangeLog/
H A DMediaChangeLogTest.php144 * fixes the mtime) so the same change is not re-detected on the next read.
167 // the file mtime is repaired forward, so a fresh read does not re-detect the change
171 … $this->assertEquals($lastRev + 1, $fresh->currentRevision(), 'no re-detection on the next read');
/dokuwiki/inc/Parsing/ParserMode/
H A DHeader.php25 // text. We're not picky about the closing `=`, two are enough.
/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/_test/tests/
H A DDraftTest.php51 * re-inserted on retrieval.
144 // re-opening the draft must purge it as stale
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DPKCS1.php20 * we're just re-using that as the name.
/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/lib/plugins/config/core/Setting/
H A DSettingAuthtype.php55 msg('Authentication system changed. Please re-login.');
/dokuwiki/inc/Ui/
H A DPageView.php78 * @author Szymon Olewniczak <dokuwiki@imz.re>
/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/Action/
H A DResendpwd.php83 // we're in token phase - get user info from token
138 // we're in request phase

123456