Searched refs:regular (Results 1 – 25 of 180) sorted by relevance
12345678
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/ |
D | EvalBarrett.php | 193 $regular = ' 202 $regular .= ' 204 $regular .= $i ? ' + $carry;' : ';'; 206 $regular .= '$carry = '; 207 $regular .= $class::BASE === 26 ? 210 $regular .= 213 $regular .= '(int) ('; 215 $regular .= '$subtemp - ' . $class::BASE_FULL . ' * $carry'; 216 $regular .= $class::BASE === 26 ? ');' : ';'; 219 $regular .= '$' . $output . '[' . count($arr) . '] = $carry;'; [all …]
|
/plugin/sequencediagram/bower_components/snap.svg/doc/fonts/ |
D | stylesheet.css | 19 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/asciidocjs/node_modules/minimist/test/ |
D | unknown.js | 13 var regular = ['--herp', 'true', '-d', 'true']; 20 parse(regular, opts); 51 var regular = ['--herp', 'hello', '-d', 'moon']; 58 parse(regular, opts); 71 var regular = ['--herp', 'hello']; 78 parse(regular, opts);
|
D | bool.js | 43 var regular = ['--herp', 'derp']; 48 var propertyArgv = parse(regular, { 65 var regular = ['--herp', 'derp']; 71 var propertyArgv = parse(regular, opts); 84 var regular = ['--herp', 'derp']; 91 var propertyArgv = parse(regular, opts); 107 var regular = ['--herp', 'true']; 113 var propertyArgv = parse(regular, opts);
|
/plugin/directorylist/ |
D | style.css | 5 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/asciidocjs/node_modules/emoji-regex/ |
D | README.md | 3 _emoji-regex_ offers a regular expression to match all emoji symbols (including textual representat… 5 …tes this regular expression based on [the data from Unicode v12](https://github.com/mathiasbynens/… 19 // Note: because the regular expression has the global flag set, this module 20 // exports a function that returns the regex rather than exporting the regular 22 // original regular expression.
|
/plugin/revealjs/lib/font/source-sans-pro/ |
D | source-sans-pro.css | 3 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/ |
D | README.md | 26 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/zwidoku/files/ |
H A D | fonts.css | 1 /* open-sans-regular - greek-ext_cyrillic-ext_latin_cyrillic_latin-ext_greek */ 7 …url('../fonts/open-sans-v17-greek-ext_cyrillic-ext_latin_cyrillic_latin-ext_greek-regular.woff2') … 8 …url('../fonts/open-sans-v17-greek-ext_cyrillic-ext_latin_cyrillic_latin-ext_greek-regular.woff') f…
|
/plugin/publistf/ |
D | TODO | 11 with perl regular expressions characters "[", "]", "|". 13 - This way, more powerful regular expressions can be used in options, like
|
/plugin/publist/ |
D | TODO | 11 with perl regular expressions characters "[", "]", "|". 13 - This way, more powerful regular expressions can be used in options, like
|
/plugin/publistx/ |
D | TODO | 11 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/ |
D | README | 8 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/batchedit/ |
D | plugin.info.txt | 6 desc Edit wiki pages using regular expressions.
|
/plugin/shorturl/lang/en/ |
D | intro.txt | 8 short regular:page:name
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/ |
D | do.rst | 7 The ``do`` tag works exactly like the regular variable expression (``{{ ...
|
D | filter.rst | 4 Filter sections allow you to apply regular Twig filters on a block of template
|
/plugin/redirector/ |
D | redirectURLs.txt.orig | 1 # Redirection of old pages to new ones - those are regular expressions
|
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
D | Attr.IDBlacklistRegexp.txt | 6 PCRE regular expression to be matched against all IDs. If the expression is
|
D | AutoFormat.RemoveEmpty.RemoveNbsp.txt | 8 non-breaking spaces as well as regular whitespace as empty, and remove
|
/plugin/shorturl/lang/de/ |
D | intro.txt | 8 short regular:page:name
|
/plugin/googlefonts/ |
D | README | 11 You can add variants into the "fontFile" option, e.g. 'Expletus+Sans:regular,bold'.
|
/plugin/indexmenu/scripts/fancytree/skin-bootstrap/ |
D | boot.css | 3 src: url(../fonts/glyphicons-halflings-regular.eot); 4 …regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) …
|
/plugin/tableedit/ |
D | README.md | 6 …a friendly user iterface to underlying manipulation with the table markup using regular expression.
|
/plugin/minimap/ |
D | README.md | 32 <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…
|
12345678