Home
last modified time | relevance | path

Searched +full:ls +full:- +full:tree (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dbash.php4 * --------
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 Djava5.php4 * --------
13 * -------
15 * - Added highlighting of import and package directives as non-OOP
17 * - Added instanceof keyword
19 * - Added support for multiple object splitters
21 * - Added URL support
22 * - Added keyword "this", as bugs in GeSHi class ironed out
24 * - Added support for symbols
25 * - Added extra missed keywords
27 * - First Release
[all …]
/dokuwiki/.github/workflows/
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/vendor/geshi/geshi/src/
H A Dgeshi.php3 * GeSHi - Generic Syntax Highlighter
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
45 // Define the root directory for the GeSHi code tree
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()} */
153 @see GeSHi->optimize_regexp_list()
159 @see GeSHi->optimize_regexp_list()
[all …]