Searched +full:operating +full:- +full:system (Results 1 – 6 of 6) sorted by relevance
/webtrees/.github/workflows/ |
H A D | phpunit.yaml | 8 runs-on: ${{ matrix.operating-system }} 9 name: Testing PHP ${{ matrix.php-version }} on ${{ matrix.operating-system }} 13 operating-system: ['ubuntu-latest'] 14 php-version: ['8.3', '8.4'] 15 fail-fast: false 18 - uses: shivammathur/setup-php@master 20 php-version: ${{ matrix.php-version }} 21 ini-file: 'development' 25 - uses: actions/checkout@v4 27 - run: composer validate [all …]
|
H A D | phpcs.yaml | 8 runs-on: ${{ matrix.operating-system }} 13 operating-system: ['ubuntu-latest'] 14 php-version: ['8.3', '8.4'] 15 fail-fast: false 18 - uses: shivammathur/setup-php@master 20 php-version: ${{ matrix.php-version }} 21 ini-file: 'development' 23 - uses: actions/checkout@v4 25 - run: composer validate 27 - run: composer global require squizlabs/php_codesniffer [all …]
|
H A D | phpstan.yaml | 8 runs-on: ${{ matrix.operating-system }} 13 operating-system: ['ubuntu-latest'] 14 php-version: ['8.3', '8.4'] 15 fail-fast: false 18 - uses: shivammathur/setup-php@v2 20 php-version: ${{ matrix.php-version }} 21 ini-file: 'development' 23 - uses: actions/checkout@v4 25 - run: composer validate 27 - run: composer global config --no-plugins allow-plugins.phpstan/extension-installer true [all …]
|
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | LICENSE.md | 4 CKEditor - The text editor for Internet - https://ckeditor.com/ 5 Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. 10 - GNU General Public License Version 2 or later (the "GPL") 14 - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 18 - Mozilla Public License Version 1.1 or later (the "MPL") 19 https://www.mozilla.org/MPL/MPL-1.1.html 31 ----------------------------------------------------- 34 CKSource engineers and consists of CKSource-owned intellectual 40 * CKSource Samples Framework (included in the samples) - Copyright (c) 2014-2020, CKSource - Freder… 41 * PicoModal (included in `samples/js/sf.js`) - Copyright (c) 2012 James Frasca. [all …]
|
H A D | CHANGES.md | 8 …keditor4/latest/features/colorbutton.html#color-history) reported by [Mark Wade](https://github.co… 10 …Issue summary: It was possible to execute an XSS-type attack inside CKEditor 4 by persuading a vic… 16 …eAll()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR.html#method-inlineAll) method tri… 20 …eady()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR.html#method-domReady) method conn… 23 …ler](https://github.com/devoidfury) and [J. Ivan Duarte Rodríguez](https://github.com/jidrone-mbm)! 27 …`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#event-stylesRemove) editor … 33 …ps://ckeditor.com/docs/ckeditor4/latest/guide/dev_errors.html#exportpdf-stylesheets-incaccessible). 39 …g.html#cfg-colorButton_foreStyle) and [`config.colorButton_backStyle`](https://ckeditor.com/docs/c… 49 …rs`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-dataIndentationChars)… 51 …://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_selection.html#method-scrollIntoView) metho… [all …]
|
/webtrees/ |
H A D | LICENSE.md | 19 share and change all versions of a program--to make sure it remains free 66 software on general-purpose computers, but in those that do, we wish to 69 patents cannot be used to render the program non-free. 80 “Copyright” also means copyright-like laws that apply to other kinds of 118 for making modifications to it. “Object code” means any non-source 126 The “System Libraries” of an executable work include anything, other 133 (kernel, window system, and so on) of the specific operating system 141 System Libraries, or general-purpose tools or generally available free 182 ### 3. Protecting Users’ Legal Rights From Anti-Circumvention Law. 204 non-permissive terms added in accord with section 7 apply to the code; [all …]
|