Searched +full:- +full:- +full:no +full:- +full:interaction (Results 1 – 11 of 11) sorted by relevance
| /dokuwiki/.github/workflows/ |
| H A D | phpCS.yml | 5 branches-ignore: 6 - stable 7 - old-stable 11 group: ${{ github.workflow }}-${{ github.ref }} 12 cancel-in-progress: true 20 runs-on: ubuntu-latest 23 - uses: actions/checkout@v4 25 fetch-depth: 0 27 - name: Setup PHP 28 uses: shivammathur/setup-php@v2 [all …]
|
| H A D | testWindows.yml | 5 branches-ignore: 6 - stable 7 - old-stable 11 group: ${{ github.workflow }}-${{ github.ref }} 12 cancel-in-progress: true 19 name: PHP ${{ matrix.php-versions }} 20 runs-on: windows-latest 25 php-versions: ['8.2', '8.3', '8.4', '8.5'] 26 fail-fast: false 29 - name: Checkout [all …]
|
| H A D | autoFix.yml | 1 name: "Auto-Fix code" 5 - master 8 group: ${{ github.workflow }}-${{ github.ref }} 9 cancel-in-progress: true 14 runs-on: ubuntu-latest 16 - name: Checkout 19 fetch-depth: 0 21 - name: Setup PHP 22 uses: shivammathur/setup-php@v2 24 php-version: '8.2' [all …]
|
| H A D | testLinux.yml | 5 branches-ignore: 6 - stable 7 - old-stable 11 group: ${{ github.workflow }}-${{ github.ref }} 12 cancel-in-progress: true 19 name: PHP ${{ matrix.php-versions }} 20 runs-on: ubuntu-latest 25 php-versions: ['8.2', '8.3', '8.4', '8.5'] 26 fail-fast: false 34 - 3306:3306 [all …]
|
| /dokuwiki/vendor/splitbrain/lesserphp/ |
| H A D | LICENSE | 12 Copyright (c) 2013 - 2015 Leaf Corcoran, http://leafo.net/lessphp 13 Copyright (c) 2016 - Marcus Schwarz, https://www.maswaba.de 29 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 57 share and change all versions of a program--to make sure it remains free 86 that there is no warranty for this free software. For both users' and 104 software on general-purpose computers, but in those that do, we wish to 107 patents cannot be used to render the program non-free. 118 "Copyright" also means copyright-like laws that apply to other kinds of 141 parties to make or receive copies. Mere interaction with a user through 142 a computer network, with no transfer of a copy, is not conveying. [all …]
|
| /dokuwiki/_test/tests/Parsing/Markdown/gfm-spec/ |
| H A D | skip.php | 7 * documented in the skip reason (mostly limitations of the single-pass regex lexer). 17 …// -----------------------------------------------------------------------------------------------… 20 …b handling is binary: a leading tab (matching \n\t directly after the newline) is the indented-code 23 …// CommonMark instead advances each tab to the next 4-column stop and uses the resulting column co… 24 …// list-continuation, list-nesting, blockquote-interior, and 4-column indented-code decisions. The… 26 …// -----------------------------------------------------------------------------------------------… 28 …2 => 'Tabs (§2.2): 2 spaces then tab as code trigger - no column arithmetic to advance tab to co… 29 …4 => 'Tabs (§2.2): tab as 4-column lazy continuation in list - list-interior column arithmetic n… 30 …5 => 'Tabs (§2.2): two tabs (8 columns) inside list item - list-interior column arithmetic not i… 31 …6 => 'Tabs (§2.2): tabs after blockquote marker for code - quote-interior column arithmetic not … [all …]
|
| /dokuwiki/lib/scripts/jquery/jquery-ui-theme/ |
| H A D | smoothness.css | 1 /*! jQuery UI - v1.14.1 - 2024-10-30 4 …-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=high… 8 ----------------------------------*/ 9 .ui-helper-hidden { 12 .ui-helper-hidden-accessible { 16 margin: -1px; 22 .ui-helper-reset { 27 line-height: 1.3; 28 text-decoration: none; 29 font-size: 100%; [all …]
|
| /dokuwiki/_test/tests/Parsing/ParserMode/ |
| H A D | GfmLinkTest.php | 18 $this->setSyntax('md'); 23 $this->P->addMode('gfm_link', new GfmLink()); 24 $this->P->parse('Foo [text](page) Bar'); 34 $this->assertCalls($calls, $this->H->calls); 39 $this->P->addMode('gfm_link', new GfmLink()); 40 $this->P->parse('Foo [Syntax](wiki:syntax#internal) Bar'); 50 $this->assertCalls($calls, $this->H->calls); 55 $this->P->addMode('gfm_link', new GfmLink()); 56 $this->P->parse('Foo [Google](http://google.com) Bar'); 66 $this->assertCalls($calls, $this->H->calls); [all …]
|
| H A D | GfmListblockTest.php | 12 * sub-parses each item's body through a sub-parser acquired from 15 * picked up by the sub-parser. 22 $this->setSyntax('md'); 27 // Each item's body is sub-parsed and wrapped in a `nest` call so 28 // the main handler's Block rewriter doesn't double-wrap multi-block 29 // content. See AbstractListsRewriter / Block / Nest interaction. 30 $this->P->addMode('gfm_listblock', new GfmListblock()); 31 $this->P->parse("- A\n- B\n- C\n"); 54 $this->assertCalls($expected, $this->H->calls); 59 $this->P->addMode('gfm_listblock', new GfmListblock()); [all …]
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | rsplus.php | 7 * - Benilton Carvalho (beniltoncarvalho@gmail.com) 8 * - Fernando Henrique Ferraz Pereira da Rosa (mentus@gmail.com) 16 * ——- 18 * - Add references to Sekhon’s R Package docs 20 * - First Release 22 * - Added functions from base packages (Benilton Carvalho - carvalho@bclab.org) 25 * ———- 30 * Another R GeSHi with no meat? 36 * ------------------------- 54 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA [all …]
|
| H A D | racket.php | 4 * ---------- 6 * Copyright: (c) 2013 Tim Brown ((https://github.com/tim-brown/geshi-racket)) 8 * Date Started: 2013-03-01 13 * https://github.com/tim-brown/geshi-racket (you didn't think 18 * ------- 19 * 1.0 (2013-03-31) 20 * - Initial Release1.1 (2013-03-31) 21 * - Added URLs, "symbol"-like identifiers moved to SYMBOLS* 23 * TODO (updated 2013-04-25) 24 * ------------------------- [all …]
|