| /plugin/pagecss/vendor/csstidy-2.2.1/.github/workflows/ |
| H A D | build.yml | 5 - master 8 - master 11 name: PHP ${{ matrix.php-versions }} 13 fail-fast: false 15 operating-system: [ubuntu-latest] 16 php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3'] 17 runs-on: ${{ matrix.operating-system }} 19 - name: Checkout 21 - name: Setup PHP 22 uses: shivammathur/setup-php@v2 [all …]
|
| /plugin/farmer/vendor/splitbrain/php-ico/.github/workflows/ |
| H A D | test.yaml | 7 name: PHP ${{ matrix.php-versions }} 8 runs-on: ubuntu-latest 13 php-versions: [7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] 14 fail-fast: false 17 - name: Checkout 20 - name: Setup PHP 21 uses: shivammathur/setup-php@v2 23 php-version: ${{ matrix.php-versions }} 25 - name: Setup problem matchers 27 echo ::add-matcher::${{ runner.tool_cache }}/php.json [all …]
|
| /plugin/pdfjs/pdfjs/web/locale/et/ |
| D | viewer.properties | 7 # http://www.apache.org/licenses/LICENSE-2.0 38 open_file.title=Ava fail 124 # the document; usually called "Fast Web View" in English locales of Adobe software. 125 document_properties_linearized="Fast Web View" tugi: 208 error_file=Fail: {{file}} 225 invalid_file_error=Vigane või rikutud PDF-fail. 226 missing_file_error=PDF-fail puudub. 235 # the PDF spec (32000-1:2008 Table 169 – Annotation types). 238 password_label=PDF-faili avamiseks sisesta parool. 246 document_colors_not_allowed=PDF-dokumentidel pole oma värvide kasutamine lubatud: “Veebilehtedel on…
|
| /plugin/combo/vendor/carica/phpcss/.github/workflows/ |
| H A D | ci.yml | 1 # https://help.github.com/en/categories/automating-your-workflow-with-github-actions 4 - "pull_request" 5 - "push" 13 runs-on: "ubuntu-latest" 16 fail-fast: false 18 php-version: 19 - "7.2" 20 - "7.3" 21 - "7.4" 22 - "8.0" [all …]
|
| /plugin/pureldap/.github/workflows/ |
| H A D | phpTestActiveDirectory.yml | 7 name: PHP ${{ matrix.php-versions }} DokuWiki ${{ matrix.dokuwiki-branch }} 8 runs-on: macos-latest 13 php-versions: ['7.4'] 14 dokuwiki-branch: [ 'master'] 15 fail-fast: false 18 - name: Cache Vagrant boxes 22 key: ${{ runner.os }}-vagrant-${{ hashFiles('Vagrantfile') }} 23 restore-keys: | 24 ${{ runner.os }}-vagrant- 26 - name: Install AD [all …]
|
| /plugin/combo/.github/workflows/ |
| H A D | scratch-env.yml | 1 # https://docs.github.com/en/actions/learn-github-actions/contexts 6 # https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/expressions 7 ## Error: .github/workflows/example-env-github.yml (Line: 53, Col: 26): A mapping was not expected 13 …https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#defining-inputs-for-manua… 14 …ps://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow#configuring-a-w… 15 # https://docs.github.com/en/actions/learn-github-actions/contexts#inputs-context 22 …# https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/workflow-syntax-for-g… 25 - "['7.4','8.2']" 26 - "['8.2']" 27 - "['7.4']" [all …]
|
| H A D | php-test-reusable.yml | 3 # https://docs.github.com/en/actions/using-workflows/reusing-workflows#creating-a-reusable-workflow 7 # https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#inputs 19 # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#defaults 31 runs-on: ubuntu-latest 34 …# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_id… 39 …# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-ad… 41 fail-fast: false 48 - name: Phpunit ${{ matrix.php }} 54 # https://github.com/marketplace/actions/setup-php-action#matrix-setup 55 - name: Setup PHP [all …]
|
| /plugin/pdfjs/pdfjs/web/locale/ms/ |
| D | viewer.properties | 7 # http://www.apache.org/licenses/LICENSE-2.0 38 open_file.title=Buka Fail 85 document_properties_file_name=Nama fail: 86 document_properties_file_size=Saiz fail: 124 # the document; usually called "Fast Web View" in English locales of Adobe software. 142 document_outline.title=Papar Rangka Dokumen (klik-dua-kali untuk kembangkan/kolaps semua item) 208 error_file=Fail: {{file}} 225 invalid_file_error=Tidak sah atau fail PDF rosak. 226 missing_file_error=Fail PDF Hilang. 231 # the PDF spec (32000-1:2008 Table 169 – Annotation types). [all …]
|
| /plugin/badbehaviour/bad-behavior/ |
| D | post.inc.php | 11 if (stripos($package['headers_mixed']['User-Agent'], "MovableType") !== FALSE) { 12 if (strcmp($package['headers_mixed']['Range'], "bytes=0-99999")) { 51 // Posting too fast? 5 sec 63 // if ($ip && $ip_screener && abs($ip_screener - $ip) > 256) 66 if (!empty($package['headers_mixed']['X-Forwarded-For'])) { 67 $ip = $package['headers_mixed']['X-Forwarded-For']; 72 // Damnit, too many ways for this to fail :(
|
| /plugin/asciidocjs/node_modules/uglify-js/ |
| D | README.md | 7 - `uglify-js` supports JavaScript and most language features in ECMAScript. 8 - For more exotic parts of ECMAScript, process your source file with transpilers 9 like [Babel](https://babeljs.io/) before passing onto `uglify-js`. 10 - `uglify-js@3` has a simplified [API](#api-reference) and [CLI](#command-line-usage) 11 …that is not backwards compatible with [`uglify-js@2`](https://github.com/mishoo/UglifyJS/tree/v2.x… 14 ------- 21 npm install uglify-js -g 25 npm install uglify-js 42 uglifyjs --compress --mangle -- input.js 47 -h, --help Print usage information. [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/Resource/ |
| D | Services.php | 9 * http://www.apache.org/licenses/LICENSE-2.0 33 * $services = $servicenetworkingService->services; 42 * method checks against the assigned allocated ranges to find a non-conflicting 49 * organization, in the following format: services/{service}/{collection-id 50 * }/{resource-id}. {collection-id} is the cloud resource collection type that 51 * represents the tenant project. Only `projects` are supported. {resource-id} 53 * peering service, such as `service-peering.example.com`. This service must 63 return $this->call('addSubnetwork', [$params], Operation::class); 80 return $this->call('disableVpcServiceControls', [$params], Operation::class); 97 return $this->call('enableVpcServiceControls', [$params], Operation::class); [all …]
|
| /plugin/chat/ |
| D | readme.txt | 1 ====== DokuWiki Chat AJAX-driven plugin ====== 14 In the info-bar you can see the AJAX engine progress. 29 …under own DokuWiki installation, feel free to {{:dokuwiki:plugin:dokuwiki-chat-1.1.2.zip?nocache|d… 30 [[http://pv.no-ip.org/bin/dokuwiki-chat-1.1.2.zip|Mirror 1 here]] (version 1.1.2), or \\ 33 As have been said, code is probably not ready yet so it may fail to work for you under some 45 I provide in the installation zip updated version of **SACK**. It is only one file ''tw-sack.js''. … 46 Original ''tw-sack.js'' 1.6 version comes from [[http://www.twilightuniverse.com/resources/code/sac… 54 You will have to setup user-rights (ACL) for ''chat'' namespace. 76 …* Edit ''ajax.php'' and change all occurrencies of <code>$auth->getUserData(...)</code> into <code… 95 - First, new messages are polled each 5 seconds. [all …]
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/ |
| D | Connection.php | 59 $this->setParams($params); 60 $this->setEnabled(true); 63 if (!$this->hasParam('config')) { 64 $this->setParam('config', []); 73 return $this->hasParam('port') ? $this->getParam('port') : self::DEFAULT_PORT; 83 return $this->setParam('port', (int) $port); 91 return $this->hasParam('host') ? $this->getParam('host') : self::DEFAULT_HOST; 101 return $this->setParam('host', $host); 109 return $this->hasParam('proxy') ? $this->getParam('proxy') : null; 124 return $this->setParam('proxy', $proxy); [all …]
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ |
| D | Injector.php | 4 * Injects tokens into the document while parsing for well-formedness. 5 * This enables "formatter-like" functionality such as auto-paragraphing, 6 * smiley-ification and linkification to take place. 10 * are best described HTMLPurifier_Strategy_MakeWellFormed->processToken() 13 * @todo Allow injectors to request a re-run on their output. This 64 * Rewind to a spot to re-perform processing. This is useful if you 69 * @warning HTML Purifier will prevent you from fast-forwarding with this 74 $this->rewindOffset = $offset; 83 $r = $this->rewindOffset; 84 $this->rewindOffset = false; [all …]
|
| /plugin/bible/bible_douayRheims/ |
| D | Hebrews.txt | 5 …1:5. For to which of the angels hath he said at any time: Thou art my Son, to-day have I begotten … 12 …ou change them, and they shalt be changed. But thou art the selfsame: and thy years shall not fail. 38 …3:6. But Christ, as the Son in his own house: which house are we, if we hold fast the confidence a… 39 3:7. Wherefore, as the Holy Ghost saith: To-day if you shall hear his voice, 65 …gh priest that hath passed into the heavens, Jesus the Son of God: let us hold fast our confession. 99 …e, we may have the strongest comfort, we who have fled for refuge to hold fast the hope set before… 193 …10:23. Let us hold fast the confession of our hope without wavering (for he is faithful that hath … 218 … as in a strange country, dwelling in cottages, with Isaac and Jacob, the co-heirs of the same pro… 241 …11:32. And what shall I yet say? For the time would fail me to tell of Gedeon, Barac, Samson, Jeph…
|
| /plugin/jukebox/id3/ |
| D | module.audio.mp3.php | 17 // number of frames to scan to determine if MPEG-audio sequence is valid 18 // Lower this number to 5-20 for faster scanning 20 // mpeg-audio streams 27 …an the file byte-by-byte and log all the valid audio frame headers - extremely slow, unrecommended… 31 if (!$this->getOnlyMPEGaudioInfo($fd, $ThisFileInfo, $ThisFileInfo['avdataoffset'])) { 32 if ($this->allow_bruteforce) { 34 $this->getOnlyMPEGaudioInfoBruteForce($fd, $ThisFileInfo); 47 …sFileInfo['id3v2']['headerlength'].', then '.($ThisFileInfo['avdataoffset'] - $ThisFileInfo['id3v2… 54 …if (!empty($ThisFileInfo['id3v2']['headerlength']) && (($ThisFileInfo['avdataoffset'] - $ThisFileI… 56 …$synchoffsetwarning .= '. This is a known problem with some versions of LAME (3.90-3.92) DLL in CB… [all …]
|
| /plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
| D | module.audio.mp3.php | 17 if (!defined('GETID3_INCLUDEPATH')) { // prevent path-exposing attacks that access modules directly… 21 // number of frames to scan to determine if MPEG-audio sequence is valid 22 // Lower this number to 5-20 for faster scanning 24 // mpeg-audio streams 31 …* Forces getID3() to scan the file byte-by-byte and log all the valid audio frame headers - extrem… 32 * unrecommended, but may provide data from otherwise-unusable files. 42 $info = &$this->getid3->info; 46 if (!$this->getOnlyMPEGaudioInfo($info['avdataoffset'])) { 47 if ($this->allow_bruteforce) { 48 $this->error('Rescanning file in BruteForce mode'); [all …]
|
| /plugin/asciidocjs/node_modules/nunjucks/src/ |
| D | compiler.js | 43 _proto.fail = function fail(msg, lineno, colno) { function 150 …for (var _len2 = arguments.length, types = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 … 151 types[_key2 - 1] = arguments[_key2]; 156 this.fail("assertType: invalid type: " + node.typename, node.lineno, node.colno); 174 … this.fail('compileCallExtension: arguments must be a NodeList, ' + 'use `parser.parseSignature`'); 181 if (i !== args.children.length - 1 || contentArgs.length) { 262 this.fail('compilePair: Dict keys must be strings or names', key.lineno, key.colno); 325 return this._binOpEmitter(node, frame, ' - '); 355 this._emit('-'); 388 return '--expression--'; [all …]
|
| /plugin/codemirror/dist/modes/ |
| D | sql.min.js | 1 …-%<>!=&|~^\/]/,l=c.support||{},m=c.hooks||{},n=c.dateSQL||{date:true,time:true,timestamp:true},o=c… 2 …-%<>!=&|^\/#@?~]/,dateSQL:g("date time timestamp"),support:g("ODBCdotTable decimallessFloat zerole…
|
| /plugin/asciidocjs/node_modules/nunjucks/browser/ |
| D | nunjucks.js | 58 /******/ // getDefaultExport function for compatibility with non-harmony modules 287 var index = -1; 289 if (indexOf(contains, array[index]) === -1) { 335 var i = -1; 350 var i = -1; 368 /* eslint-disable no-restricted-syntax */ 400 return val.indexOf(key) !== -1; 525 // Frames keep track of scoping both at compile-time and run-time so 550 for (var i = 0; i < parts.length - 1; i++) { 557 obj[parts[parts.length - 1]] = val; [all …]
|
| D | nunjucks.min.js.map | 1 …-loaders.js","../nunjucks/index.js","../node_modules/asap/browser-asap.js","../node_modules/asap/b…
|
| /plugin/photogallery/phpThumb/docs/ |
| D | phpthumb.faq.txt | 26 configuration issue -- how do I check? 33 A: See the GPL FAQ: http://www.gnu.org/licenses/gpl-faq.html 47 Q: Some images generate thumbnails, but some fail (the original 48 non-resized image is output instead). 61 re-save the images with an image editor that can embed an EXIF 69 A: The problem is that phpThumb.php returns an image -- there is no 85 !is_resource($this->gdimg_output) 91 Q: I'm trying to save a phpThumb-generated image in Internet 94 http://support.microsoft.com/default.aspx?scid=kb;en-us;810978 95 http://support.microsoft.com/default.aspx?scid=kb;en-us;260650 [all …]
|
| /plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/ |
| D | RRuleIteratorTest.php | 12 $this->parse( 14 '2011-10-07 12:00:00', 16 '2011-10-07 12:00:00', 17 '2011-10-07 15:00:00', 18 '2011-10-07 18:00:00', 19 '2011-10-07 21:00:00', 20 '2011-10-08 00:00:00', 21 '2011-10-08 03:00:00', 22 '2011-10-08 06:00:00', 23 '2011-10-08 09:00:00', [all …]
|
| /plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/ |
| D | RRuleIteratorTest.php | 12 $this->parse( 14 '2011-10-07 12:00:00', 16 '2011-10-07 12:00:00', 17 '2011-10-07 15:00:00', 18 '2011-10-07 18:00:00', 19 '2011-10-07 21:00:00', 20 '2011-10-08 00:00:00', 21 '2011-10-08 03:00:00', 22 '2011-10-08 06:00:00', 23 '2011-10-08 09:00:00', [all …]
|
| /plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/ |
| H A D | RRuleIteratorTest.php | 12 $this->parse( 14 '2011-10-07 12:00:00', 16 '2011-10-07 12:00:00', 17 '2011-10-07 15:00:00', 18 '2011-10-07 18:00:00', 19 '2011-10-07 21:00:00', 20 '2011-10-08 00:00:00', 21 '2011-10-08 03:00:00', 22 '2011-10-08 06:00:00', 23 '2011-10-08 09:00:00', [all …]
|