Searched refs:Pattern (Results 1 – 25 of 54) sorted by relevance
123
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/ |
H A 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 = "(\\|\/|\||:|\?|\*|""|\<|\>)"
|
H A D | util.asp | 27 oRegex.Pattern = "^" & charToRemove & "+" 35 oRegex.Pattern = charToRemove & "+$"
|
H A 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/ |
H A 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;
|
H A D | Pattern.php | 17 class Pattern implements RangeInterface class
|
/plugin/ipban/ip-lib/src/ |
H A D | Factory.php | 68 $result = Range\Pattern::fromString($range);
|
/plugin/webdav/vendor/sabre/event/ |
H A D | CHANGELOG.md | 18 * #26: Added an event loop implementation. Also knows as the Reactor Pattern.
|
/plugin/ipban/ip-lib/ |
H A 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/ |
H A 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/siteexport/ |
H A D | README.md | 26 * **Pattern to exclude resources:**<br>
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
H A 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…
|
H A 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));
|
/plugin/freechat/phpfreechat/data/public/js/ |
H A D | prototype.js | 555 this.pattern = pattern || Template.Pattern; 585 Template.Pattern = /(^|.|\r|\n)(#\{(.*?)\})/;
|
/plugin/s5reloaded/ui/effects_support/ |
H A D | prototype.js | 667 this.pattern = pattern || Template.Pattern; 697 Template.Pattern = /(^|.|\r|\n)(#\{(.*?)\})/;
|
/plugin/amcharts/assets/amcharts/plugins/export/ |
H A D | README.md | 1028 * Fix: Pattern render issue in IE;
|
/plugin/issuetracker/ |
H A D | prototype.js | 785 this.pattern = pattern || Template.Pattern; 816 Template.Pattern = /(^|.|\r|\n)(#\{(.*?)\})/;
|
/plugin/diagramsnet/lib/resources/ |
H A D | dia_kn.txt | 567 pattern=Pattern
|
H A D | dia_si.txt | 567 pattern=Pattern
|
H A D | dia_sl.txt | 567 pattern=Pattern
|
H A D | dia_ta.txt | 567 pattern=Pattern
|
H A D | dia_bn.txt | 567 pattern=Pattern
|
H A D | dia_eo.txt | 567 pattern=Pattern
|
H A D | dia_mr.txt | 567 pattern=Pattern
|
H A D | dia_my.txt | 567 pattern=Pattern
|
H A D | dia_hi.txt | 567 pattern=Pattern
|
123