Home
last modified time | relevance | path

Searched refs:Path (Results 1 – 25 of 103) sorted by path

12345

/plugin/achart/assets/
H A Dapexcharts.min.js6Path=a.invent({create:"path",inherit:a.Shape,extend:{morphArray:a.PathArray,array:function(){retur…
/plugin/advrack/
H A Draphael.js7864 p.Path = E;
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.js283 objects[ i1 ] instanceof fabric.Path ||
H A Dexport.min.js1 …lor}),e.fontSize&&j[g].set({fontSize:e.fontSize})):(j[g]instanceof fabric.Path||j[g]instanceof fab…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js7513 var path = new fabric.Path(pathData, {
15096 if (fabric.Path) {
15108 fabric.Path = fabric.util.createClass(fabric.Object, /** @lends fabric.Path.prototype */ {
15983 fabric.Path.fromObject = function(object, callback) {
15998 callback(new fabric.Path(object.path, object));
16009 fabric.Path.ATTRIBUTE_NAMES = fabric.SHARED_ATTRIBUTES.concat(['d']);
16019 fabric.Path.fromElement = function(element, callback, options) {
16020 var parsedAttributes = fabric.parseAttributes(element, fabric.Path.ATTRIBUTE_NAMES);
16021 callback && callback(new fabric.Path(parsedAttributes.d, extend(parsedAttributes, options)));
16032 fabric.Path.async = true;
[all …]
H A Dfabric.min.js5 …,p1.y," ");return path},createPath:function(pathData){var path=new fabric.Path(pathData,{fill:null…
8 …repeatedCommands={m:"l",M:"L"};if(fabric.Path){fabric.warn("fabric.Path is already defined");retur…
9Path.fromObject=function(object,callback){if(typeof object.path==="string"){fabric.loadSVGFromURL(…
/plugin/authnc/lang/en/
H A Dsettings.php10 $lang['ocs-path'] = 'Path to the OCS API (e.g. /ocs/v1.php/cloud)';
/plugin/callflow/
H A Draphael.js7858 p.Path = E;
/plugin/chordsheets/js/
H A Draphael.js1 …,e),n={fill:"none",stroke:"#000"};t&&(n.path=t),i.type="path",i.path=[],i.Path=f,C(i,n),e.canvas&&…
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md892 …): [Div Editing Area](http://ckeditor.com/addon/divarea): Fixed: Elements Path is not cleared afte…
950 …r.com/ticket/10869): Widgets: Added better integration with the [Elements Path](http://ckeditor.co…
1000 * [#11124](http://dev.ckeditor.com/ticket/11124): Fixed the [Elements Path](http://ckeditor.com/add…
1269 * [#9847](http://dev.ckeditor.com/ticket/9847): [Elements Path](http://ckeditor.com/addon/elementsp…
/plugin/ckgedit/ckeditor/
H A DCHANGES.md1312 …v Editing Area](https://ckeditor.com/cke4/addon/divarea): Fixed: Elements Path is not cleared afte…
1370 …r.com/ticket/10869): Widgets: Added better integration with the [Elements Path](https://ckeditor.c…
1420 * [#11124](https://dev.ckeditor.com/ticket/11124): Fixed the [Elements Path](https://ckeditor.com/c…
1689 * [#9847](https://dev.ckeditor.com/ticket/9847): [Elements Path](https://ckeditor.com/cke4/addon/el…
/plugin/codemirror/dist/modes/
H A Dmbox.min.js.map1 …t-To\",\n \"Resent-Cc\", \"Resent-Bcc\", \"Resent-Message-ID\", \"Return-Path\", \"Received\"\n];…
H A Dpowershell.min.js1Path/,/ConvertTo-(Csv|Html|Json|SecureString|Xml)/,/Copy-Item(Property)?/,/Debug-Process/,/Disable…
H A Dpowershell.min.js.map1Path/,\n /ConvertTo-(Csv|Html|Json|SecureString|Xml)/,\n /Copy-Item(Property)?/,\n /Debug…
/plugin/combo/ComboStrap/
H A DComboFs.php17 * @param Path $path - the path (no more markup, ultimately, it should be a CombPath)
20 public static function createIfNotExists(Path $path)
37 public static function delete(Path $path)
H A DFetcherCache.php99 public function addFileDependency(Path $path): FetcherCache
H A DFetcherMarkup.php118 * @var Path the source path of the markup (may be not set if we render a markup string for instance)
120 public Path $markupSourcePath;
160 * @param Path $executingPath - the path where we can find the markup
165 public static function createXhtmlMarkupFetcherFromPath(Path $executingPath, WikiPath $contextPath = null): FetcherMarkup
791 * (Path is mandatory to create the buttons)
829 public function getSourcePath(): Path
839 * @return Path
842 public function getRequestedExecutingPath(): Path
848 * @return Path|null - utility class to get the source markup path or null (if this is a markup snippet/string rendering)
850 public function getExecutingPathOrNull(): ?Path
[all...]
H A DFetcherMarkupBuilder.php26 private ?Path $builderMarkupSourcePath = null;
58 * We can't use our {@link Path} class to be compatible because the
61 public static function getWikiIdAndLocalFileDokuwikiCompliant(Path $sourcePath): array
114 * @param ?Path $executingPath
117 public function setRequestedExecutingPath(?Path $executingPath): FetcherMarkupBuilder
130 * * With {@link LocalPath Local Path}: `C:\Users\gerardnico\AppData\Local\Temp\dwtests-1676386702.9751\data\pages\ns_without_scope`
131 * * With {@link WikiPath Wiki Path}: `ns_without_scope`
H A DFetcherPage.php32 public static function createPageFetcherFromPath(Path $path): FetcherPage
294 public function setRequestedPath(Path $requestedPath): FetcherPage
H A DFetcherPageBundler.php157 public function setContextPath(Path $requestedPath): FetcherPageBundler
H A DFetcherRailBar.php97 function getFetchPath(): Path
H A DFetcherRaster.php52 * @param Path $path
58 public static function createImageRasterFetchFromPath(Path $path): FetcherRaster
H A DFileSystem.php12 function exists(Path $path): bool;
15 * @param Path $path
18 function getContent(Path $path): string;
20 function getModifiedTime(Path $path): DateTime;
22 public function getChildren(Path $path, string $type = null): array;
H A DFileSystems.php15 static function exists(Path $path): bool
33 public static function getContent(Path $path): string
48 public static function getModifiedTime(Path $path): \DateTime
66 public static function getCreationTime(Path $path)
80 public static function deleteIfExists(Path $path)
90 public static function delete(Path $path)
108 public static function getSize(Path $path)
126 public static function createDirectory(Path $dirPath)
139 public static function isDirectory(Path $path): bool
154 * @return Path[]
[all...]

12345