Searched +full:github +full:- +full:token (Results 1 – 9 of 9) sorted by relevance
| /dokuwiki/.github/workflows/ |
| H A D | todoChecker.yml | 10 group: ${{ github.workflow }}-${{ github.ref }} 11 cancel-in-progress: true 15 runs-on: ubuntu-latest 18 - name: Checkout code 21 - name: Check for Todos 24 token: ${{ secrets.GITHUB_TOKEN }}
|
| H A D | release-build.yml | 1 # This workflow creates a new tag, builds the release archives and uploads them to GitHub and our s… 3 # release-preparation workflow 9 - stable 15 runs-on: ubuntu-latest 17 - name: Checkout 20 - name: Prepare Environment 22 php .github/release.php current >> $GITHUB_ENV 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 [all …]
|
| /dokuwiki/vendor/splitbrain/php-jsstrip/ |
| H A D | composer.lock | 4 … "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", 7 "content-hash": "e81751bccd9c8439dcdd3a819dc273fb", 9 "packages-dev": [ 15 "url": "https://github.com/doctrine/instantiator.git", 20 …"url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a… 27 "require-dev": { 28 "doctrine/coding-standard": "^9 || ^11", 29 "ext-pdo": "*", 30 "ext-phar": "*", 33 "phpstan/phpstan-phpunit": "^1", [all …]
|
| /dokuwiki/vendor/splitbrain/slika/ |
| H A D | composer.lock | 4 … "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", 7 "content-hash": "417266ec475af898d03447406f47a5d9", 9 "packages-dev": [ 15 "url": "https://github.com/doctrine/instantiator.git", 20 …"url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b… 27 "require-dev": { 28 "doctrine/coding-standard": "^8.0", 29 "ext-pdo": "*", 30 "ext-phar": "*", 31 "phpbench/phpbench": "^0.13 || 1.0.0-alpha2", [all …]
|
| /dokuwiki/inc/Remote/OpenApiDoc/ |
| H A D | ClassResolver.php | 42 $classinfo = $this->getClassUses($context); 58 $class = $this->resolve($classalias, $context); 61 if (isset($this->classDocs[$class])) { 63 $this->classDocs[$class] = new DocBlockClass($reflector); 66 return $this->classDocs[$class]; 77 if (!isset($this->classUses[$class])) { 79 $source = $this->readSource($reflector->getFileName(), $reflector->getStartLine()); 80 $this->classUses[$class] = [ 81 'ownNS' => $reflector->getNamespaceName(), 82 'uses' => $this->tokenizeSource($source) [all …]
|
| /dokuwiki/inc/lang/de/ |
| H A D | lang.php | 9 * @author Kurt Singer <webmaster@kurt-singer.com> 10 * @author Robert Riebisch <rr@bttr-software.de> 17 * @author Michaelsy <github@informantum.de> 21 * @author Sebastian Engel <mail@engel-s.de> 22 * @author Karl_de_Hall <Karl.Grohmueller@sonnenhof-sha.de> 32 * @author Florian Anderiasch <fa@art-core.org> 42 * @author Pierre Corell <info@joomla-praxis.de> 45 * @author Simon <st103267@stud.uni-stuttgart.de> 53 $lang['encoding'] = 'utf-8'; 93 $lang['btn_media'] = 'Medien-Manager'; [all …]
|
| /dokuwiki/inc/ |
| H A D | common.php | 38 return htmlspecialchars($string, ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401, 'UTF-8'); 98 return preg_replace('/[\x00-\x1F]+/s', '', $string); 102 * Return a secret token to be used for CSRF attack prevention 105 * @link http://en.wikipedia.org/wiki/Cross-site_request_forgery 106 * @link http://christ1an.blogspot.com/2007/04/preventing-csrf-efficiently.html 115 $user = $INPUT->server->str('REMOTE_USER'); 118 // CSRF checks are only for logged in users - do not generate for anonymous 124 * Check the secret CSRF token 126 * @param null|string $token security token or null to read it from request variable 127 * @return bool success if the token matched [all …]
|
| H A D | infoutils.php | 43 if ($lm < time() - (60 * 60 * 24) || $lm < @filemtime(DOKU_INC . DOKU_SCRIPT)) { 53 $http->timeout = 12; 54 $resp = $http->get(DOKU_MESSAGEURL . $updateVersion); 60 Logger::debug("checkUpdateMessages(): unexpected HTTP response received", $http->error); 94 $commitInfo = shell_exec("git log -1 --pretty=format:'%h %cd' --date=short"); 102 // we cannot use git on the shell -- let's do it manually! 112 $packedRefs = file_get_contents(DOKU_INC . '.git/packed-refs'); 133 if ($ts && $date = date('Y-m-d', $ts)) { 151 * last commit. SHA is the short SHA of the last commit - this is only added on 157 * @return string The version string e.g. "Release 2023-04-04a" [all …]
|
| /dokuwiki/vendor/splitbrain/lesserphp/src/ |
| H A D | Parser.php | 8 * Copyright 2016, Marcus Schwarz <github@maswaba.de> 44 '-' => 1, 62 ['/border-radius$/i', '/^font$/i']; 65 'font-face', 68 '-moz-document', 70 '-moz-viewport', 71 '-o-viewport', 72 '-ms-viewport' 82 * property1: 10 -5; // is two numbers, 10 and -5 83 * property2: (10 -5); // should evaluate to 5 [all …]
|