Home
last modified time | relevance | path

Searched refs:Pattern (Results 26 – 50 of 54) sorted by last modified time

123

/plugin/webdav/vendor/sabre/event/
H A DCHANGELOG.md18 * #26: Added an event loop implementation. Also knows as the Reactor Pattern.
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mysqli.php1352 $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/pdfjs/pdfjs/build/
H A Dpdf.js.map1Pattern') {\n // for patterns, we transform to pattern space, calculate\n // the pat…
H A Dpdf.worker.js31264 …pattern = _pattern.Pattern.parseShading(shading, matrix, this.xref, resources, this.handler, this.…
31593 …var shadingFill = _pattern.Pattern.parseShading(shading, null, xref, resources, self.handler, self…
48709 exports.Pattern = void 0;
48729 var Pattern = function PatternClosure() {
48730 function Pattern() {
48734 Pattern.prototype = {
48740 Pattern.parseShading = function (shading, matrix, xref, res, handler, pdfFunctionFactory) {
48772 return Pattern;
48775 exports.Pattern = Pattern;
H A Dpdf.worker.js.map1Pattern","xobjs","preprocessor","timeSlotManager","promiseBody","operation","resolveXObject","font…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1 … // SCHEME HOST 1.PATH 2.QUERY 3.REF\n // Pattern to get last match…
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …d position is a quantifier.\n *\n * @private\n * @param {String} pattern Pattern to search within.…
/plugin/ipban/ip-lib/src/
H A DFactory.php68 $result = Range\Pattern::fromString($range);
/plugin/ipban/ip-lib/src/Range/
H A DPattern.php17 class Pattern implements RangeInterface class
H A DSubnet.php305 … 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;
/plugin/ipban/ip-lib/
H A DREADME.md89 $range = \IPLib\Range\Pattern::fromString('127.0.0.*');
90 $range = \IPLib\Range\Pattern::fromString('::*');
/plugin/issuetracker/
H A Dprototype.js785 this.pattern = pattern || Template.Pattern;
816 Template.Pattern = /(^|.|\r|\n)(#\{(.*?)\})/;
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js8554 if(I.Pattern) I.patternType = XLMLPatternTypeMap[I.Pattern] || I.Pattern;
H A Dxlsx.min.js8 …){if(stag.Interior){var I=stag.Interior;if(I.Pattern)I.patternType=XLMLPatternTypeMap[I.Pattern]||…
H A Dxlsx.min.map1 …"Rn","safe_format_xlml","nf","process_style_xlml","stag","Interior","I","Pattern","ID","parse_xlml…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js27718 … return (_base = _this.resources.data).Pattern != null ? _base.Pattern : _base.Pattern = {};
H A Dpdfmake.min.js.map1Pattern","annotations","Annots","Parent","MediaBox","Contents","Resources","maxY","4A0","2A0","A0"…
H A Dpdfmake.min.js13 …n(t){return function(){var e;return null!=(e=t.resources.data).Pattern?e.Pattern:e.Pattern={}}}(th…
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.min.js1 …bric.StaticCanvas(void 0,{backgroundColor:a.fill});e.add(c),d=new fabric.Pattern({source:function(…
H A DREADME.md1028 * Fix: Pattern render issue in IE;
H A Dexport.js1523 pattern = new fabric.Pattern( {
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js4Pattern=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…
6Pattern)){this.set("fill",new fabric.Pattern(options.fill))}if(options.stroke&&options.stroke.sour…
H A Dfabric.js5299 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 Dprototype.js555 this.pattern = pattern || Template.Pattern;
585 Template.Pattern = /(^|.|\r|\n)(#\{(.*?)\})/;

123