Home
last modified time | relevance | path

Searched refs:regular (Results 101 – 125 of 157) sorted by last modified time

1234567

/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1regular expression.\n if (!pdfDateStringRegex) {\n pdfDateStringRegex = new RegExp(\n …
H A Dpdf.worker.js.map1regular bitwise operations on it.\n flags += 2 ** 32;\n\n const permissions = [];\n for (…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1 …tion normalize(text) {\n if (!normalizationRegex) {\n // Compile the regular expression for te…
/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/securelogin/
H A DREADME.md33 …gh it appears that those attacks may still be fairly expensive against a regular wiki site. If in …
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1regular","br","isEmpty","min","insertSpaces","tab","tags","hasClass","addClass","removeClass","obj…
H A Dsyntaxhighlighter.js2972 …code = opts['smart-tabs'] === true ? retabber.smart(code, tabSize) : retabber.regular(code, tabSiz…
3115 regular: function regular(code, tabSize) {
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_keyboard_navigation.js.map1 …-> 48-57\n\t\t\t\tcommand.keyCode -= 48;//convert numpad number code to regular number code\n\t\t…
/plugin/strreplace/
H A DREADME9 The plugin also accepts regular expressions, which must be marked with open and closing hashes:
/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/sequencediagram/bower_components/bower-webfontloader/
H A Dwebfont.js13 …ralight:"2","extra-light":"2",ultralight:"2","ultra-light":"2",light:"3",regular:"4",book:"4",medi… property in la
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Duse.rst10 regular templates. It is mainly used by projects that need to make
H A Dmacro.rst9 Macros are comparable with functions in regular programming languages. They
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/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst417 hardly ever needed in regular templates.
503 Macros are comparable with functions in regular programming languages. They
555 Twig allows expressions everywhere. These work very similar to regular PHP and
708 `regular expressions`_:
911 .. _`regular expressions`: https://secure.php.net/manual/en/pcre.pattern.php
H A Dinstallation.rst57 performance at runtime; you must still install the regular PHP code.
H A Dintro.rst15 overhead compared to regular PHP code was reduced to the very minimum.
H A Dadvanced_legacy.rst130 A filter is a regular PHP function or an object method that takes the left
297 A function is a regular PHP function or an object method that can be called from
H A Drecipes.rst493 same way as we would have done it with a regular filesystem loader. This is
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dspaceless.rst40 As the filter uses a regular expression behind the scenes, its performance
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md141 Also, `Hoa\Iterator\RegularExpression` allows to filter based on a regular
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DREADME.md89 PHP identifiers are defined by a regular expression. It might change in the
/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/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md147 `regex($value, $pattern, $message = '')` | Check that a string matches a regular express…
148 `notRegex($value, $pattern, $message = '')` | Check that a string does not match a regular

1234567