Searched +full:fail +full:- +full:fast (Results 1 – 6 of 6) sorted by relevance
| /dokuwiki/.github/workflows/ |
| H A D | testWindows.yml | 5 branches-ignore: 6 - stable 7 - old-stable 15 name: PHP ${{ matrix.php-versions }} 16 runs-on: windows-latest 21 php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] 22 fail-fast: false 25 - name: Checkout 28 - name: Setup PHP 29 uses: shivammathur/setup-php@v2 [all …]
|
| H A D | testLinux.yml | 5 branches-ignore: 6 - stable 7 - old-stable 15 name: PHP ${{ matrix.php-versions }} 16 runs-on: ubuntu-latest 21 php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] 22 fail-fast: false 30 - 3306:3306 36 - 5432:5432 40 - 3128:3128 [all …]
|
| /dokuwiki/inc/Extension/ |
| H A D | AuthPlugin.php | 12 * @author Jan Schumann <js@jschumann-it.com> 42 * able to operate. Set capabilities in $this->cando 48 * Set $this->success to false if checks fail 68 return array_keys($this->cando); 74 * Checks the capabilities set in the $this->cando array and 90 return ($this->cando['modPass'] || 91 $this->cando['modName'] || 92 $this->cando['modMail']); 95 return ($this->cando['modPass'] || 96 $this->cando['modName'] || [all …]
|
| /dokuwiki/lib/scripts/jquery/ |
| H A D | jquery.min.js | 2 …-1 in e)}function fe(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}ce.fn=ce.p… property
|
| H A D | jquery-ui.min.js | 1 /*! jQuery UI - v1.14.1 - 2024-10-30 3 …-selection.js, effect.js, effects/effect-blind.js, effects/effect-bounce.js, effects/effect-clip.j… 6 …-"+t,e||(e=i,i=V.Widget),Array.isArray(e)&&(e=V.extend.apply(null,[{}].concat(e))),V.expr.pseudos[…
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | SimplePie.php | 6 * A PHP-Based RSS and Atom Feed Framework. 9 * Copyright (c) 2004-2022, Ryan Parman, Sam Sneddon, Ryan McCue, and contributors 37 * @copyright 2004-2016 Ryan Parman, Sam Sneddon, Ryan McCue 42 * @license http://www.opensource.org/licenses/bsd-license.php BSD License 178 * RDF-based RSS 183 * Non-RDF-based RSS (truly intended as syndication format) 233 * base64-encoded construct 295 public const NAMESPACE_RDF = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'; 344 * Wrong Media RSS Namespace. Caused by a long-standing typo in the spec. 361 public const NAMESPACE_MEDIARSS_WRONG4 = 'http://www.rssboard.org/media-rss'; [all …]
|