Home
last modified time | relevance | path

Searched +full:cancel +full:- +full:in +full:- +full:progress (Results 1 – 13 of 13) sorted by relevance

/dokuwiki/.github/workflows/
H A DphpCS.yml5 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 DtodoChecker.yml10 group: ${{ github.workflow }}-${{ github.ref }}
11 cancel-in-progress: true
15 runs-on: ubuntu-latest
18 - name: Checkout code
21 - name: Check for Todos
H A DtestWindows.yml5 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: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
26 fail-fast: false
29 - name: Checkout
[all …]
H A DautoFix.yml1 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 DtestLinux.yml5 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: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
26 fail-fast: false
34 - 3306:3306
[all …]
H A DdeletedFiles.yml2 # It compares the current master with the data/deleted.files file and cleans the file from any re-i…
4 # unless they are already listed there or are excluded from the release archives (export-ignore in
6 # Finally, the list of newly removed entries receives a header "# removed on $(date -I)" with the c…
12 - master
15 group: ${{ github.workflow }}-${{ github.ref }}
16 cancel-in-progress: true
21 runs-on: ubuntu-latest
23 - name: Checkout
26 fetch-depth: 0
28 - name: Cleaning list from re-introduced files
[all …]
/dokuwiki/lib/scripts/
H A Dfileuploaderextended.js77 // if set, will be used instead of qq-upload-list in template
80 template: '<div class="qq-uploader">' +
81 '<div class="qq-upload-drop-area"><span>' + LANG.media_drop + '</span></div>' +
82 '<div class="qq-upload-button">' + LANG.media_select + '</div>' +
83 '<ul class="qq-upload-list"></ul>' +
84 '<div class="qq-action-container">' +
85 …' <button class="qq-upload-action" type="submit" id="mediamanager__upload_button">' + LANG.media_…
86 …' <label class="qq-overwrite-check"><input type="checkbox" value="1" name="ow" class="dw__ow"> <s…
90 // template for one item in file list
92 '<span class="qq-upload-file hidden"></span>' +
[all …]
H A Dfileuploader.js2 * http://github.com/valums/file-uploader
4 * Multiple file upload component with progress-bar, drag-and-drop.
20 for (var prop in second){
26 * Searches for a given element in the array, returns -1 if it is not present.
38 if (from in arr && arr[from] === elt){
42 return -1;
90 // compareposition returns false in this case
119 * Fixes opacity in IE6-8.
182 * obj2url() takes a json-object as argument and generates
189 * will result in:
[all …]
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dprogress.php3 * progress.php
4 * --------
10 * Progress language file for GeSHi.
13 * -------
15 * - First Release
18 * -------------------------
32 * GeSHi is distributed in the hope that it will be useful,
39 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
44 'LANG_NAME' => 'Progress',
53 'BUFFER-COMPARE','BUFFER-COPY','CALL','CASE',
[all …]
H A Dactionscript3.php4 * ----------------
30 * -------
32 * - Added the 'this' keyword (oops)
35 * -------------------------
46 * GeSHi is distributed in the hope that it will be useful,
53 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
72 'private', 'null', 'new', 'is', 'internal', 'instanceof', 'in',
161 'prototype', 'propertyIsEnumerable', 'progress',
274 'cancel', 'callee', 'callProperty', 'call', 'cacheAsBitmap', 'c',
307 'RED', 'RADIAL', 'PROGRESS', 'PRIVACY', 'POST', 'POSITIVE_INFINITY',
[all …]
H A Dcobol.php4 * ----------
6 * Copyright: (c) 2007-2008 BenBE (http://www.omorphia.de/)
14 * these were found in the draft standard (Sections 8.9, 8.10, 8.11 and 8.12),
18 * -------
20 * - Changed compiler directives to be handled like comments.
21 * - Fixed bug where keywords in identifiers were highlighted.
23 * - Added more intrinsic functions, reserved words, and compiler directives
26 * - Added more reserved words, compiler directives and intrinsic functions.
27 * - Added modern comment syntax and corrected the other one.
28 * - Set OOLANG to true and added an object splitter.
[all …]
H A Dautohotkey.php4 * --------
13 * -------
15 * - First Release
18 * ----
30 * GeSHi is distributed in the hope that it will be useful,
37 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
55 // built in variables
128 'Process','Progress','Random',
257 'Show', 'Submit', 'Cancel', 'Destroy',
273 '+','-','*','/','&','^',
[all …]
H A Dracket.php4 * ----------
6 * Copyright: (c) 2013 Tim Brown ((https://github.com/tim-brown/geshi-racket))
8 * Date Started: 2013-03-01
12 * This file was built automatically from the scripts in
13 * https://github.com/tim-brown/geshi-racket (you didn't think
14 * I typed those NUMBER regular expressions in myself, did you?).
18 * -------
19 * 1.0 (2013-03-31)
20 * - Initial Release1.1 (2013-03-31)
21 * - Added URLs, "symbol"-like identifiers moved to SYMBOLS*
[all …]