Searched +full:ls +full:- +full:files (Results 1 – 6 of 6) sorted by relevance
| /dokuwiki/.github/workflows/ |
| H A D | deletedFiles.yml | 1 # This workflow updates the list of deleted files based on the recent changes and creates a pull re… 2 …pares the current master with the data/deleted.files file and cleans the file from any re-introduc… 3 …the current master with the stable branch and adds all deleted files to the data/deleted.files file 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… 8 name: "Update deleted files" 12 - master 15 group: ${{ github.workflow }}-${{ github.ref }} 16 cancel-in-progress: true 20 name: Update deleted files [all …]
|
| H A D | release-build.yml | 3 # release-preparation workflow 9 - stable 15 runs-on: ubuntu-latest 17 - name: Checkout 20 - name: Prepare Environment 24 - name: Check if a tag already exists 26 if git rev-parse "release-${{ env.current_version }}" >/dev/null 2>&1; then 31 - name: Create tag 32 uses: actions/github-script@v6 35 github-token: ${{ secrets.RELEASE_TOKEN }} [all …]
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | bash.php | 4 * -------- 13 * ------- 15 * - Added loads of keywords and commands of GNU/Linux 16 * - Added support for parameters starting with a dash 18 * - Added description of extra language features (SF#1970248) 20 * - PARSER_CONTROL patch using SF #1788408 (BenBE) 22 * - Added a lot of keywords (BenBE / Jan G) 24 * - Added support for multiple object splitters 26 * - Added support for URLs 28 * - First Release [all …]
|
| 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 * ———- 36 * ------------------------- 54 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 70 …'$.package_version', '$<-', '$<-.data.frame', 'abbreviate', 'abs', 'acos', 'acosh', 'addNA', 'addT… [all …]
|
| H A D | vim.php | 4 * ---------------- 7 * - Laurent Peuch (psycojoker@gmail.com) 14 * Reference: http://qbnz.com/highlighter/geshi-doc.html#language-files 15 * All keywords scraped from `:help expression-commands`. 16 * All method names scraped from `:help function-list`. 19 * ------- 21 * - Started. 23 * - Fill out list of zillion commands (maybe somes still miss). 24 * - fix a part of the regex, now works for comment that have white space before the " 27 * ------------------------- [all …]
|
| /dokuwiki/vendor/geshi/geshi/src/ |
| H A D | geshi.php | 3 * GeSHi - Generic Syntax Highlighter 9 * For changes, release notes, TODOs etc, see the relevant files in the docs/ 26 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 31 * @copyright (C) 2004 - 2007 Nigel McNie, (C) 2007 - 2014 Benny Baumann 38 // their values - you never know when a value may change in a future 60 // Line numbers - use with enable_line_numbers() 111 // Note that if you change these, they should be as-is: i.e., don't 125 disabled by {@link GeSHi->enable_strict_mode()} */ 130 // Advanced regexp handling constants, used in language files 148 /** Used in language files to mark comments */ [all …]
|