| /plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/ |
| D | io.asp | 129 oRE.Pattern = sDenied 134 oRE.Pattern = sAllowed 146 oRE.Pattern = "^(" & ConfigAllowedTypes & ")$" 158 oRE.Pattern = "^(" & ConfigAllowedCommands & ")$" 189 oRegex.Pattern = "(\.|\\|\/|\||:|\?|\*|""|\<|\>)" 202 oRegex.Pattern = "\.(?![^.]*$)" 207 oRegex.Pattern = "(\\|\/|\||:|\?|\*|""|\<|\>)"
|
| D | util.asp | 27 oRegex.Pattern = "^" & charToRemove & "+" 35 oRegex.Pattern = charToRemove & "+$"
|
| D | class_upload.asp | 283 oRE.Pattern = sAllowed 286 oRE.Pattern = sDenied 302 oRE.Pattern = sHtmlExtensions 321 oRE.Pattern = aPatterns( i )
|
| /plugin/ipban/ip-lib/src/Range/ |
| D | Subnet.php | 305 … return $networkPrefix % 8 === 0 ? new Pattern($address, $address, 4 - $networkPrefix / 8) : null; 307 …return $networkPrefix % 16 === 0 ? new Pattern($address, $address, 8 - $networkPrefix / 16) : null;
|
| D | Pattern.php | 17 class Pattern implements RangeInterface class
|
| /plugin/ipban/ip-lib/src/ |
| D | Factory.php | 68 $result = Range\Pattern::fromString($range);
|
| /plugin/webdav/vendor/sabre/event/ |
| D | CHANGELOG.md | 18 * #26: Added an event loop implementation. Also knows as the Reactor Pattern.
|
| /plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/asp/ |
| D | connector.asp | 118 oRE.Pattern = "^(File|Image|Flash|Media)$"
|
| /plugin/ipban/ip-lib/ |
| D | README.md | 89 $range = \IPLib\Range\Pattern::fromString('127.0.0.*'); 90 $range = \IPLib\Range\Pattern::fromString('::*');
|
| /plugin/jplayer/vendor/james-heinrich/getid3/demos/ |
| D | demo.mysqli.php | 1352 $Pattern = $_REQUEST['filenamepattern']; variable 1353 $PatternLength = strlen($Pattern); 1358 if (isset($patterns[$Pattern[$i]])) { 1359 $PatternFilename .= trim(strtr($row[$patterns[$Pattern[$i]]], ':\\*<>|', ';-¤«»¦'), ' '); 1361 $PatternFilename .= $Pattern[$i];
|
| /plugin/asciidocjs/node_modules/babel-types/ |
| D | README.md | 47 Aliases: `Pattern`, `LVal` 49 - `elements`: `Array<Identifier | Pattern | RestElement>` (required) 107 Aliases: `Pattern`, `LVal` 1383 Aliases: `Pattern`, `LVal` 1401 - `value`: `Expression | Pattern | RestElement` (required)
|
| /plugin/asciidocjs/node_modules/glob/ |
| D | README.md | 97 * `man bash` (Search for "Pattern Matching") 115 * `pattern` `{String}` Pattern to be matched 125 * `pattern` `{String}` Pattern to be matched
|
| /plugin/jsongendoc/demo/ |
| D | jsongendoc_plugin.txt | 38 ^ Pattern ^ Description ^
|
| /plugin/asciidocjs/node_modules/@types/babel-types/ |
| D | index.d.ts | 515 value: Pattern; 1441 export type Pattern = AssignmentPattern | ArrayPattern | ObjectPattern; alias 2239 export function isPattern(node: object | null | undefined, opts?: object): node is Pattern; 2749 …rt function assertPattern(node: object | null | undefined, opts?: object): asserts node is Pattern;
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/ |
| D | walk.js | 253 base.Pattern = function (node, st, c) {
|
| D | walk.es.js | 247 base.Pattern = function (node, st, c) {
|
| /plugin/asciidocjs/node_modules/acorn/dist/ |
| D | walk.es.js | 247 base.Pattern = function (node, st, c) {
|
| D | walk.js | 253 base.Pattern = function (node, st, c) {
|
| /plugin/asciidocjs/node_modules/acorn/src/walk/ |
| D | index.js | 249 base.Pattern = (node, st, c) => { function
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/walk/ |
| D | index.js | 249 base.Pattern = (node, st, c) => { function
|
| /plugin/siteexport/ |
| D | README.md | 26 * **Pattern to exclude resources:**<br>
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
| D | fabric.js | 5299 fabric.Pattern = fabric.util.createClass(/** @lends fabric.Pattern.prototype */ { 6036 _this[property] = new fabric.Pattern({ 7943 path.stroke = new fabric.Pattern({ 11202 if (options.fill && options.fill.source && !(options.fill instanceof fabric.Pattern)) { 11203 this.set('fill', new fabric.Pattern(options.fill)); 11205 if (options.stroke && options.stroke.source && !(options.stroke instanceof fabric.Pattern)) { 11206 this.set('stroke', new fabric.Pattern(options.stroke)); 11841 return this.set('fill', new fabric.Pattern(options));
|
| D | fabric.min.js | 4 …Pattern=fabric.util.createClass({repeat:"repeat",offsetX:0,offsetY:0,initialize:function(options){… 5 …a){var path=this.callSuper("createPath",pathData);path.stroke=new fabric.Pattern({source:this.sour… 6 …Pattern)){this.set("fill",new fabric.Pattern(options.fill))}if(options.stroke&&options.stroke.sour…
|
| /plugin/freechat/phpfreechat/data/public/js/ |
| D | prototype.js | 555 this.pattern = pattern || Template.Pattern; 585 Template.Pattern = /(^|.|\r|\n)(#\{(.*?)\})/;
|
| /plugin/s5reloaded/ui/effects_support/ |
| D | prototype.js | 667 this.pattern = pattern || Template.Pattern; 697 Template.Pattern = /(^|.|\r|\n)(#\{(.*?)\})/;
|