Searched +full:- +full:rf (Results 1 – 6 of 6) sorted by relevance
/dokuwiki/.github/workflows/ |
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 | roff.php | 4 * --------------------------------- 8 * Date Started: 2017-11-17 13 * ------- 14 * 2018-12-06 (1.0.1) 15 * - Fix reqex for line-start requests (must start with [.'], not [\.']) 16 * - Add some missing whitespace escapes 17 * 2017-11-20 (1.0.0) 18 * - First Release 36 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 60 '\\[-D]', '\\(-D', [all …]
|
H A D | mmix.php | 4 * ------- 15 * ------- 17 * - First Release 20 * ------------------------- 38 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 49 4 => "/^\s*[0-9a-f]{12,16}+(?:\s+[0-9a-f]+(?:\.{3}[0-9a-f]{2,})?)?:/mi" 55 1 => '(?<![\d\$#\w])[\da-fA-F]+(?!\w)', 56 2 => '#[\da-fA-F]+', 85 'rA','rB','rC','rD','rE','rF','rG','rH','rI','rJ','rK','rL','rM', 98 '+', '-', '*', '/', '%', [all …]
|
H A D | asymptote.php | 4 * ------------- 13 * ------- 15 * - First Release 18 * ------------------------- 19 * * Split to several files - php4, php5 etc 37 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 45 //Multiline-continued single-line comments 47 //Multiline-continued preprocessor define 57 2 => "#\\\\x[\da-fA-F]{2}#", 59 3 => "#\\\\u[\da-fA-F]{4}#", [all …]
|
H A D | cobol.php | 4 * ---------- 6 * Copyright: (c) 2007-2008 BenBE (http://www.omorphia.de/) 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. 29 * - Added extra symbols. [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 …]
|