Home
last modified time | relevance | path

Searched refs:regular (Results 1 – 25 of 157) sorted by relevance

1234567

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DEvalBarrett.php193 $regular = '
202 $regular .= '
206 $regular .= '$carry = ';
210 $regular .=
213 $regular .= '(int) (';
221 $regular .= '
226 $regular .= '
230 $regular .= '$carry = ';
234 $regular .=
245 $regular .= '}}';
[all …]
/plugin/sequencediagram/bower_components/snap.svg/doc/fonts/
H A Dstylesheet.css19 src: url('sourcesanspro-regular-webfont.eot');
20 src: url('sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
21 url('sourcesanspro-regular-webfont.woff') format('woff'),
22 url('sourcesanspro-regular-webfont.ttf') format('truetype'),
23 url('sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
49 src: url('sourcecodepro-regular-webfont.eot');
50 src: url('sourcecodepro-regular-webfont.eot?#iefix') format('embedded-opentype'),
51 url('sourcecodepro-regular-webfont.woff') format('woff'),
52 url('sourcecodepro-regular-webfont.ttf') format('truetype'),
53 url('sourcecodepro-regular-webfont.svg#source_code_proregular') format('svg');
/plugin/directorylist/
H A Dstyle.css5 src: url('font/genericons-regular-webfont.eot');
6 src: url('font/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
7 url('font/genericons-regular-webfont.woff') format('woff'),
8 url('font/genericons-regular-webfont.ttf') format('truetype'),
9 url('font/genericons-regular-webfont.svg#genericonsregular') format('svg');
/plugin/revealjs/lib/font/source-sans-pro/
H A Dsource-sans-pro.css3 src: url('source-sans-pro-regular.eot');
4 src: url('source-sans-pro-regular.eot?#iefix') format('embedded-opentype'),
5 url('source-sans-pro-regular.woff') format('woff'),
6 url('source-sans-pro-regular.ttf') format('truetype');
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DREADME.md26 This library provides tools to analyze regular expressions and generate strings
27 based on regular expressions ([Perl Compatible Regular
64 As a quick overview, we propose to see two examples. First, analyze a regular
66 on a regular expression by visiting its AST with an isotropic random approach.
68 ### Analyze regular expressions
72 and produce an AST of the following regular expression: `ab(c|d){2,4}e?`. Thus:
114 ### Generate strings based on regular expressions
116 To generate strings based on the AST of a regular expressions, we will use the
129 Strings are generated at random and match the given regular expression.
/plugin/publist/
H A DTODO11 with perl regular expressions characters "[", "]", "|".
13 - This way, more powerful regular expressions can be used in options, like
/plugin/publistf/
H A DTODO11 with perl regular expressions characters "[", "]", "|".
13 - This way, more powerful regular expressions can be used in options, like
/plugin/publistx/
H A DTODO11 with perl regular expressions characters "[", "]", "|".
13 - This way, more powerful regular expressions can be used in options, like
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A DREADME8 In opposite to most other CSS parsers, it does not use regular expressions and
9 thus has full CSS2 support and a higher reliability. The downside of not using regular expressions
/plugin/shorturl/lang/en/
H A Dintro.txt8 short regular:page:name
/plugin/batchedit/
H A Dplugin.info.txt6 desc Edit wiki pages using regular expressions.
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Ddo.rst7 The ``do`` tag works exactly like the regular variable expression (``{{ ...
H A Dfilter.rst4 Filter sections allow you to apply regular Twig filters on a block of template
/plugin/redirector/
H A DredirectURLs.txt.orig1 # Redirection of old pages to new ones - those are regular expressions
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.IDBlacklistRegexp.txt
H A DAutoFormat.RemoveEmpty.RemoveNbsp.txt
/plugin/shorturl/lang/de/
H A Dintro.txt8 short regular:page:name
/plugin/googlefonts/
H A DREADME11 You can add variants into the "fontFile" option, e.g. 'Expletus+Sans:regular,bold'.
/plugin/tableedit/
H A DREADME.md6 …a friendly user iterface to underlying manipulation with the table markup using regular expression.
/plugin/tplinc/lang/en/
H A Dhelp.txt9 regular expressions, matched groups can be reused in the inserted page name by referencing them as …
/plugin/fontface/
H A Dinstall_fonts.txt27 You can add variants into the "fontFile" option, e.g. 'Expletus+Sans:regular,bold'.
/plugin/minimap/
H A DREADME.md32 <minimap suppress="regular expression pattern" includeDirectory="false" debug="false" showHeader="t…
37 …* the `suppress` option will suppress the "regular expression pattern" part of the page title. It …
103 …* The regular expression was not strict for php 7.3 (See [pcre2-migration](https://wiki.php.net/rf…
/plugin/strreplace/
H A DREADME9 The plugin also accepts regular expressions, which must be marked with open and closing hashes:
/plugin/aclplusregex/
H A DREADME3 Dynamically extend DokuWiki ACLs based on regular expressions
/plugin/autolink4/lang/en/
H A Dadmin_help.txt5 * Text to find. This can include certain regular expression characters, like square brackets and question marks. Pipe (|) and parentheses are not allowed.

1234567