Home
last modified time | relevance | path

Searched +full:css +full:- +full:lint (Results 1 – 25 of 30) sorted by relevance

12

/plugin/bpmnio/.github/workflows/
H A Dlint.yml1 name: Lint & Test
13 php-lint:
14 name: PHP Lint & Static Analysis
15 runs-on: ubuntu-latest
18 php-version: ['8.1', '8.2', '8.3']
20 - uses: actions/checkout@v4
22 - name: Setup PHP
23 uses: shivammathur/setup-php@v2
25 php-version: ${{ matrix.php-version }}
28 - name: Install Composer dependencies
[all …]
/plugin/bpmnio/
H A DREADME.md1 # dokuwiki-plugin-bpmnio
5 - BPMN v2.0 diagrams
6 - DMN v1.3 decision requirement diagrams, decision tables and literal expressions
20 <bpmnio type="bpmn" src="wiki:diagrams:zoning-map-amendment.bpmn" zoom="0.8" />
26 | --------- | ----------------------- | -----------------------------------------------------------…
30 | `lint` | `on`, `off`, `inactive` | Per-diagram [bpmnlint](https://github.com/bpmn-io/bpmnlint)…
34 BPMN diagrams ship with an embedded [bpmnlint](https://github.com/bpmn-io/bpmnlint)
35 linter via [bpmn-js-bpmnlint](https://github.com/bpmn-io/bpmn-js-bpmnlint). A
38 of issues for that element. This works on rendered wiki pages (read-only viewer)
41 The `lint` attribute controls the default state per diagram:
[all …]
H A Dpackage.json2 "name": "dokuwiki-plugin-bpmnio",
6 "description": "Dev tooling for dokuwiki-plugin-bpmnio",
9 "bpmn-js": "^18.18.0",
10 "bpmn-js-bpmnlint": "^0.24.0",
12 "bpmnlint-pack-config": "^0.9.0",
13 "dmn-js": "^17.8.1",
18 "stylelint-config-standard-less": "^3.0.0"
21 "build:vendor": "node build/build-vendor.mjs",
22 "lint:js": "eslint script.js script/",
23 "lint:css": "stylelint 'css/**/*.less' '*.less'",
[all …]
H A Dpackage-lock.json2 "name": "dokuwiki-plugin-bpmnio",
8 "name": "dokuwiki-plugin-bpmnio",
12 "bpmn-js": "^18.18.0",
13 "bpmn-js-bpmnlint": "^0.24.0",
15 "bpmnlint-pack-config": "^0.9.0",
16 "dmn-js": "^17.8.1",
21 "stylelint-config-standard-less": "^3.0.0"
24 "bpmnlint-plugin-lexipedia": {
31 "node_modules/@babel/code-frame": {
33 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz",
[all …]
/plugin/sequencediagram/bower_components/js-sequence-diagrams/
DMakefile1 .PHONY : all test dependencies clean veryclean lint js css font
6 all: lint js css test
7 js: dist/sequence-diagram-min.js dist/sequence-diagram-raphael-min.js dist/sequence-diagram-snap-mi…
8 css: dist/sequence-diagram-min.css font target
28 -rm build/*
29 -git checkout -- dist
32 -rm -rf node_modules
33 -rm -rf bower_components
35 lint: dependencies package.json bower.json target
36 $(NODE_MODULES)/jshint --verbose src/*.js
[all …]
/plugin/bpmnio/vendor/bpmn-js-bpmnlint/
H A DREADME.md1 # bpmn-js-bpmnlint
3 [![CI](https://github.com/bpmn-io/bpmn-js-bpmnlint/workflows/CI/badge.svg)](https://github.com/bpmn
5 Integrates [bpmnlint](https://github.com/bpmn-io/bpmnlint) into [bpmn-js](https://github.com/bpmn-i…
9 …ion in action as part of the [bpmnlint playground](https://github.com/bpmn-io/bpmnlint-playground).
14 Integrate the linter into [bpmn-js](https://github.com/bpmn-io/bpmn-js):
17 import lintModule from 'bpmn-js-bpmnlint';
19 import 'bpmn-js-bpmnlint/dist/assets/css/bpmn-js-bpmnlint.css';
21 import BpmnModeler from 'bpmn-js/lib/Modeler';
36 ## Bundle Lint Rules
38 …ler (cf. [rollup-plugin-bpmnlint](https://github.com/nikku/rollup-plugin-bpmnlint), [bpmnlint-load…
[all …]
H A Dpackage.json2 "name": "bpmn-js-bpmnlint",
4 "description": "bpmn-js integration for bpmnlint",
8 "umd:main": "dist/bpmn-js-bpmnlint.umd.js",
10 "all": "run-s lint test distro",
11 "lint": "eslint .", string
12 "start": "cross-env SINGLE_START=true npm run dev",
13 "test": "karma start --no-auto-test --single-run",
15 "distro": "run-s build test:build copy-assets",
16 "build": "NODE_ENV=production rollup -c --bundleConfigAsCjs",
17 "build:watch": "npm run build -- -w",
[all …]
/plugin/asciidocjs/node_modules/handlebars/
Dpackage.json15 "url": "https://github.com/handlebars-lang/handlebars.js.git"
25 "neo-async": "^2.6.2",
26 "source-map": "^0.6.1",
30 "uglify-js": "^3.1.4"
34 "aws-sdk": "^2.1.49",
35 "babel-loader": "^5.0.0",
36 "babel-runtime": "^5.1.10",
39 "chai-diff": "^1.0.1",
41 "dirty-chai": "^2.0.1",
43 "dustjs-linkedin": "^2.0.2",
[all …]
/plugin/bpmnio/vendor/bpmn-js/
H A Dpackage.json2 "name": "bpmn-js",
16 "all": "run-s lint test generate-types distro test:distro",
17 "lint": "eslint .", string
18 "format": "run-s format:markdown 'lint -- --fix'",
19 "format:markdown": "remark . -qo",
20 "start": "cross-env SINGLE_START=modeler npm run dev",
21 "start:viewer": "cross-env SINGLE_START=viewer npm run dev",
22 "start:navigated-viewer": "cross-env SINGLE_START=navigated-viewer npm run dev",
23 "dev": "npm test -- --auto-watch --no-single-run",
25 "distro": "node tasks/build-distro.mjs",
[all …]
/plugin/pgn4web/pgn4web/
DREADME.txt3 # copyright (C) 2009-2016 Paolo Casaschi
31 - display chess games form PGN files on websites and blogs
32 - supports live broadcasts of chess games with automatic refresh of remote PGNs
33 - interactive browsing of game variations and comments
34 - shortcut keys for navigating through the game, for selecting games and much
37 - fully customizable display: each item (board, button bar, game selection
40 - supports different bitmaps for chess pieces (even custom bitmaps) and
42 - uses figurine fonts for chess moves and chess informant style symbols for
44 - provides a chess viewer web service, see http://pgn4web-viewer.casaschi.net
45 - provides a board generator web service for adding chess games to websites and
[all …]
/plugin/dev/skel/
H A DAGENTS.md17 Tests run via DokuWiki's PHPUnit-based testing framework. The calls MUST be made from within the pl…
36 * use `../../../_test/phpQuery-onefile.php` if you need to parse HTML in tests
47 DokuWiki may cache JavaScript, CSS and rendered output. To reset the cache just touch the config fi…
55 Adhere to PSR-12 coding standards. Always add proper docblocks with descriptions, parameter types, …
58 # Lint PHP files using PHP_CodeSniffer (must be run from repo root)
61 # Auto-Fix formatting issues using PHP_CBF and Rector (must be run from repo root)
76 # -> creates action/foobar.php
/plugin/bpmnio/build/
H A Dbuild-vendor.mjs5 import packConfigModule from 'bpmnlint-pack-config';
15 // .bpmnlintrc is resolved into a self-contained { config, resolver } module at
17 // packed module is what the bpmn-viewer / bpmn-modeler entry points import.
23 name: 'bpmn-js',
26 fontsDir: path.join('dist', 'assets', 'bpmn-font', 'font'),
30 entryPoint: path.join(rootDir, 'build', 'vendor-entrypoints', 'bpmn-viewer.js'),
31 outFile: path.join(vendorDir, 'bpmn-js', 'dist', 'bpmn-viewer.production.min.js'),
34 entryPoint: path.join(rootDir, 'build', 'vendor-entrypoints', 'bpmn-modeler.js'),
35 outFile: path.join(vendorDir, 'bpmn-js', 'dist', 'bpmn-modeler.production.min.js'),
40 name: 'dmn-js',
[all …]
/plugin/combo/
H A Dcomposer.lock4 … "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
7 "content-hash": "cd60896a07088ea02ac4b8f83946065b",
10 "name": "antlr/antlr4-php-runtime",
14 "url": "https://github.com/antlr/antlr-php-runtime.git",
19 …"url": "https://api.github.com/repos/antlr/antlr-php-runtime/zipball/73790bc994cec4b18a414865234ab…
24 "ext-mbstring": "*",
25 "php": "7.4 - 8.0"
27 "require-dev": {
28 "phpstan/extension-installer": "^1.0",
30 "slevomat/coding-standard": "^5.0.4",
[all …]
/plugin/combo/vendor/composer/
H A Dinstalled.json4 "name": "antlr/antlr4-php-runtime",
9 "url": "https://github.com/antlr/antlr-php-runtime.git",
14 …"url": "https://api.github.com/repos/antlr/antlr-php-runtime/zipball/73790bc994cec4b18a414865234ab…
19 "ext-mbstring": "*",
20 "php": "7.4 - 8.0"
22 "require-dev": {
23 "phpstan/extension-installer": "^1.0",
25 "slevomat/coding-standard": "^5.0.4",
28 "time": "2021-08-13T11:44:19+00:00",
31 "branch-alias": {
[all …]
/plugin/asciidocjs/node_modules/clean-css/
DREADME.md3 …<img src="https://cdn.rawgit.com/jakubpawlowicz/clean-css/master/logo.v2.svg" alt="clean-css logo"…
8 …PM version](https://img.shields.io/npm/v/clean-css.svg?style=flat)](https://www.npmjs.com/package/…
9 …o/travis/jakubpawlowicz/clean-css/master.svg?style=flat&label=Linux%20build)](https://travis-ci.or…
10 …ci/jakubpawlowicz/clean-css/master.svg?style=flat&label=Windows%20build)](https://ci.appveyor.com/…
11 …//img.shields.io/david/jakubpawlowicz/clean-css.svg?style=flat)](https://david-dm.org/jakubpawlowi…
12 …[NPM Downloads](https://img.shields.io/npm/dm/clean-css.svg)](https://npmcharts.com/compare/clean-…
13 [![Twitter](https://img.shields.io/badge/Twitter-@cleancss-blue.svg)](https://twitter.com/cleancss)
15-css is a fast and efficient CSS optimizer for [Node.js](http://nodejs.org/) platform and [any mod…
17 According to [tests](http://goalsmashers.github.io/css-minification-benchmark/) it is one of the be…
21 - [Node.js version support](#nodejs-version-support)
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
D2.2.js3 /***/ "./node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/_deps/vsco…
5 …!*** ./node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/_deps/vscod…
64 /* --------------------------------------------------------------------------------------------
67 * ------------------------------------------------------------------------------------------ */
382 * @since 3.16.0 - Proposed state
448 args[_i - 2] = arguments[_i];
895 …* See also: https://microsoft.github.io/language-server-protocol/specifications/specification-curr…
908 * Render a completion as obsolete, usually using a strike-out.
915 * @since 3.16.0 - Proposed state
975 …return plainText.replace(/[\\`*_{}[\]()#+\-.!]/g, '\\$&'); // escape markdown syntax tokens: http:…
[all …]
D4.4.js1-this._lastUsedTime>12e4&&this._stopWorker())},e.prototype._getClient=function(){return this._last…
D2.2.js.map1-editor/esm/vs/language/css/_deps/vscode-css-languageservice/_deps/vscode-languageserver-types/mai…
Dbundle.js.map1-editor/esm/vs/editor/editor.api.js?b483","webpack:///./node_modules/monaco-editor/esm/vs/editor/e…
/plugin/syntaxhighlighter4/dist/
Dsyntaxhighlighter.js12 * Copyright (C) 2004-2016 Alex Gorbatchev.
95 // configured through the `--compat` parameter.
216 if (params['html-script'] == true || defaults['html-script'] == true) {
326 if (copy.indexOf(right) == copyLength - rightLength) {
327 copy = copy.substring(0, copyLength - rightLength);
345 /* an EJS hook for `gulp build --brushes` command
439 return key.replace(/-(\w+)/g, function (match, word) {
462 regex = XRegExp("(?<name>[\\w-]+)" + "\\s*:\\s*" + "(?<value>" + "[\\w%#-]+|" + // word
513 xmlComments: (0, _xregexp2.default)('(&lt;|<)!--.*?--(&gt;|>)', 'gs'),
514 url: /\w+:\/\/[\w-.\/?%&=:@;#]*/g,
[all …]
Dsyntaxhighlighter.js.map1-parser/opts-parser.js","webpack:///./repos/syntaxhighlighter-regex/index.js","webpack:///./repos/…
/plugin/statistics/vendor/matomo/device-detector/
H A DREADME.md4 …rsion](https://poser.pugx.org/matomo/device-detector/v/stable)](https://packagist.org/packages/mat…
5 …loads](https://poser.pugx.org/matomo/device-detector/downloads)](https://packagist.org/packages/ma…
6 …icense](https://poser.pugx.org/matomo/device-detector/license)](https://packagist.org/packages/mat…
10 …//github.com/matomo-org/device-detector/actions/workflows/phpunit.yml/badge.svg?branch=master)](ht…
11 …//github.com/matomo-org/device-detector/actions/workflows/phpstan.yml/badge.svg?branch=master)](ht…
12 …://github.com/matomo-org/device-detector/actions/workflows/phpcs.yml/badge.svg?branch=master)](htt…
13Lint](https://github.com/matomo-org/device-detector/actions/workflows/yamllint.yml/badge.svg?branc…
14 …ub.com/matomo-org/device-detector/actions/workflows/regular_expressions.yml/badge.svg?branch=maste…
16 …tained.com/badge/resolution/matomo-org/device-detector.svg)](https://www.isitmaintained.com/projec…
17 …itmaintained.com/badge/open/matomo-org/device-detector.svg)](https://www.isitmaintained.com/projec…
[all …]
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js1 /*! bpmn-js - 18.18.0 | generated for dokuwiki-plugin-bpmnio | SEE LICENSE IN LICENSE */
2-1:void 0;return E(e,function(i,o){if(n(i,o))return r=o,!1}),r}function Q(e,t){let n=hc(t),r=[];re… method in On
5-1&&(K=z.length),L?z[K]=L:z.splice(K,1)}else I.set(W.name,L)}}function f(){c.pop().handleEnd()}var…
6-1&&(this.escape=!0),this};function Kl(e){this.tagName=e}ah(Kl,Pi);Kl.prototype.serializeTo=functi…
7-ownedElement",isMany:!0}]},{name:"LabeledEdge",isAbstract:!0,superClass:["Edge"],properties:[{nam…
8 <!-- created with bpmn-js / http://bpmn.io -->
9 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
10-container"></div>');return vt(t,{width:mh(e.width),height:mh(e.height),position:e.position}),t};$…
11--"&&(o=4,c=c[0])}return u(),c})(e)),t),arguments,[])).length>1?t:t[0]}var Re=Av.bind(vu);var Ro,l…
12 <div class="djs-popup-breadcrumbs">
[all …]
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js1 /*! dmn-js - 17.8.1 | generated for dokuwiki-plugin-bpmnio | SEE LICENSE IN LICENSE */
2CSS&&n.CSS.escape)return n.CSS.escape;var e=function(t){if(arguments.length==0)throw new TypeError…
3 * escape-html
4 * Copyright(c) 2012-2013 TJ Holowaychuk
8-1:void 0;return k(n,function(r,o){if(t(r,o))return i=o,!1}),i}function Ee(n,e){let t=Xy(e),i=[];r…
11-1&&(N=D.length),A?D[N]=A:D.splice(N,1)}else R.set(I.name,A)}}function h(){l.pop().handleEnd()}var…
12-1&&(this.escape=!0),this};function lv(n){this.tagName=n}Jw(lv,ns);lv.prototype.serializeTo=functi…
13-as-Row"},{name:"Rule-as-Column"},{name:"CrossTable"}]},{name:"AssociationDirection",literalValues…
14 <!-- created with dmn-js / http://bpmn.io -->
15 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
[all …]
/plugin/dirtylittlehelper/mermaid/editor/
Dbundle.js1-8",a.timeout=120,r.nc&&a.setAttribute("nonce",r.nc),a.src=function(e){return r.p+""+({}[e]||e)+".…
3 !*** ./node_modules/node-libs-browser/mock/empty.js ***!
5 /*! no static exports found */function(e,t){},"./node_modules/path-browserify/index.js":
7 !*** ./node_modules/path-browserify/index.js ***!
9-1;i>=0;i--){var r=e[i];"."===r?e.splice(i,1):".."===r?(e.splice(i,1),n++):n&&(e.splice(i,1),n--)}…
13-1;function h(){d&&l&&(d=!1,l.length?c=l.concat(c):u=-1,c.length&&f())}function f(){if(!d){var e=a…
21-upgrade-all, sideEffects, husky, default */function(e){e.exports=JSON.parse('{"name":"mermaid","v…
25-1||t[n].indexOf(">")>-1||t[n].indexOf("url(data:")>-1)&&delete t[n],"object"===a(t[n])&&e(t[n])})…
27 !*** ./src/dagre-wrapper/clusters.js ***!
29-rect */"./src/dagre-wrapper/intersect/intersect-rect.js"),r=n(/*! ../logger */"./src/logger.js"),…
[all …]

12