| /plugin/authgooglesheets/vendor/google/apiclient-services/src/BigQueryDataTransfer/Resource/ |
| D | ProjectsLocationsTransferConfigsRuns.php | 9 * http://www.apache.org/licenses/LICENSE-2.0 12 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 25 * The "runs" collection of methods. 29 * $runs = $bigquerydatatransferService->runs; 35 * Deletes the specified transfer run. (runs.delete) 39 * `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` or `project 40 * s/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_ 49 return $this->call('delete', [$params], BigquerydatatransferEmpty::class); 52 * Returns information about the particular transfer run. (runs.get) 56 * `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` or `project [all …]
|
| D | ProjectsTransferConfigsRuns.php | 9 * http://www.apache.org/licenses/LICENSE-2.0 12 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 25 * The "runs" collection of methods. 29 * $runs = $bigquerydatatransferService->runs; 35 * Deletes the specified transfer run. (runs.delete) 39 * `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` or `project 40 * s/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_ 49 return $this->call('delete', [$params], BigquerydatatransferEmpty::class); 52 * Returns information about the particular transfer run. (runs.get) 56 * `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` or `project [all …]
|
| D | ProjectsLocationsTransferConfigsRunsTransferLogs.php | 9 * http://www.apache.org/licenses/LICENSE-2.0 12 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 27 * $transferLogs = $bigquerydatatransferService->transferLogs; 37 * `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` or `project 38 * s/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_ 42 * @opt_param string messageTypes Message types to return. If not populated - 47 * specific page of `ListTransferLogsRequest` list results. For multiple-page 56 return $this->call('list', [$params], ListTransferLogsResponse::class);
|
| D | ProjectsTransferConfigsRunsTransferLogs.php | 9 * http://www.apache.org/licenses/LICENSE-2.0 12 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 27 * $transferLogs = $bigquerydatatransferService->transferLogs; 37 * `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` or `project 38 * s/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_ 42 * @opt_param string messageTypes Message types to return. If not populated - 47 * specific page of `ListTransferLogsRequest` list results. For multiple-page 56 return $this->call('list', [$params], ListTransferLogsResponse::class);
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/BigQueryDataTransfer/ |
| D | StartManualTransferRunsResponse.php | 9 * http://www.apache.org/licenses/LICENSE-2.0 12 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 22 protected $collection_key = 'runs'; 29 public function setRuns($runs) argument 31 $this->runs = $runs; 38 return $this->runs;
|
| D | ScheduleTransferRunsResponse.php | 9 * http://www.apache.org/licenses/LICENSE-2.0 12 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 22 protected $collection_key = 'runs'; 29 public function setRuns($runs) argument 31 $this->runs = $runs; 38 return $this->runs;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/ |
| D | ShardSummary.php | 9 * http://www.apache.org/licenses/LICENSE-2.0 12 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 22 protected $collection_key = 'runs'; 31 public function setRuns($runs) argument 33 $this->runs = $runs; 40 return $this->runs; 47 $this->shardResult = $shardResult; 54 return $this->shardResult;
|
| /plugin/davcal/vendor/sabre/dav/bin/ |
| H A D | naturalselection | 4 # Copyright (c) 2009-2010 Evert Pot 20 return getfreespace(path)-threshold 28 print "Threshold exceeded with:", -bytes, "bytes" 39 dir2.sort(lambda x,y: int(x["atime"]-y["atime"])) 50 if left < -bytes : 51 left = -bytes 59 left = int(left - file["size"]) 76 …description="Cache directory manager. Deletes cache entries based on accesstime and free space thr… 81 '-s', 87 '-r','--runs', [all …]
|
| /plugin/asciidocjs/node_modules/escalade/ |
| D | readme.md | 12 --- 16 --- 21 $ npm install --save escalade 41 This is the opt-in mode, ideal for scenarios where `async` usage cannot be supported. 74 console.log('---'); 84 //--- 87 //--- 90 //--- 93 //--- 129 …async` versions share the same API.<br>The **only** difference is that `sync` is not Promise-based. [all …]
|
| /plugin/asciidocjs/node_modules/kind-of/ |
| D | README.md | 1 …-of [](https://www.npmjs.com/pa… 10 $ npm install --save kind-of 18 $ bower install kind-of --save 26 var kindOf = require('kind-of'); 142 … [typeof](http://github.com/CodingFu/typeof) and [type-of](https://github.com/ForbesLindesay/type-… 147 current x 23,329,397 ops/sec ±0.82% (94 runs sampled) 148 lib-type-of x 4,170,273 ops/sec ±0.55% (94 runs sampled) 149 lib-typeof x 9,686,935 ops/sec ±0.59% (98 runs sampled) 152 current x 27,197,115 ops/sec ±0.85% (94 runs sampled) 153 lib-type-of x 3,145,791 ops/sec ±0.73% (97 runs sampled) [all …]
|
| /plugin/gitbacked/classes/ |
| D | GitRepo.php | 70 $reference = "--reference $reference"; 72 $repo->cloneRemote($source, $reference); 74 $repo->cloneFrom($source); 77 $repo->run('init'); 100 $this->plugin = $plugin; 102 $this->setRepoPath($repo_path, $create_new, $_init); 125 $this->repo_path = $repo_path; 126 $this->bare = false; 131 $this->repo_path = $repo_path; 132 $this->bare = true; [all …]
|
| /plugin/git/lib/ |
| D | Git.php | 9 * @version 0.1.1-a 18 // ------------------------------------------------------------------------ 72 // ------------------------------------------------------------------------ 87 return $this->repo_path; 95 $this->getConf(''); 99 $repo->git_path = $git_exe_path; 123 $repo->clone_from($source); 124 else $repo->run('init'); 141 $this->set_repo_path($repo_path, $create_new, $_init); 160 $this->repo_path = $repo_path; [all …]
|
| /plugin/pureldap/vendor/freedsx/ldap/ |
| H A D | CHANGELOG.md | 4 0.8.0 (2022-05-21) 5 ------------------ 8 * Allow a PSR-3 compatible logging instance to be set on the LDAP server for info / error events. 10 0.7.0 (2022-01-22) 11 ------------------ 17 * When setting the options on the LdapClient you can now choose to force a disconnect at the same t… 21 0.6.1 (2021-12-11) 22 ------------------ 26 0.6.0 (2019-12-14) 27 ------------------ [all …]
|
| /plugin/upgrade/.github/workflows/ |
| D | fullUpgrade.yml | 3 on: [push, pull_request] 7 name: DokuWiki ${{ matrix.dokuwiki-release }} 8 runs-on: ubuntu-latest 13 dokuwiki-release: 14 - '2022-06-26rc' # igor 15 - '2020-07-29a' # hogfather 16 fail-fast: true 19 - name: Setup PHP 20 uses: shivammathur/setup-php@v2 22 php-version: '8.2' [all …]
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/ |
| D | help2.phpt | 1 --TEST-- 2 phpunit --help 3 --FILE-- 5 $_SERVER['argv'][1] = '--no-configuration'; 6 $_SERVER['argv'][2] = '--help'; 10 --EXPECTF-- 18 --coverage-clover <file> Generate code coverage report in Clover XML format. 19 --coverage-crap4j <file> Generate code coverage report in Crap4J XML format. 20 --coverage-html <dir> Generate code coverage report in HTML format. 21 --coverage-php <file> Export PHP_CodeCoverage object to file. [all …]
|
| D | help.phpt | 1 --TEST-- 3 --FILE-- 5 $_SERVER['argv'][1] = '--no-configuration'; 9 --EXPECTF-- 17 --coverage-clover <file> Generate code coverage report in Clover XML format. 18 --coverage-crap4j <file> Generate code coverage report in Crap4J XML format. 19 --coverage-html <dir> Generate code coverage report in HTML format. 20 --coverage-php <file> Export PHP_CodeCoverage object to file. 21 --coverage-text=<file> Generate code coverage report in text format. 23 --coverage-xml <dir> Generate code coverage report in PHPUnit XML format. [all …]
|
| /plugin/today/.github/workflows/ |
| H A D | commit-lint.yml | 2 on: [pull_request] 6 pull-requests: read 10 runs-on: ubuntu-latest 12 - uses: actions/checkout@v4 13 - uses: wagoid/commitlint-github-action@v6
|
| /plugin/combo/vendor/salesforce/handlebars-php/.github/workflows/ |
| H A D | ci.yml | 3 on: [push, pull_request] 7 name: Run tests on ${{ matrix.php }} 8 runs-on: ubuntu-latest 15 - name: Checkout 18 - name: Setup PHP 19 uses: shivammathur/setup-php@v2 21 php-version: ${{ matrix.php }} 23 - name: Composer Install 26 - name: Run Tests
|
| /plugin/openlayersmap/.github/workflows/ |
| D | issues.yml | 2 on: 12 pull-requests: write 16 name: 'Check alt text is set on issue or pull requests' 17 runs-on: ubuntu-latest 20 - name: Get action 'github/accessibility-alt-text-bot' 21 uses: github/accessibility-alt-text-bot@v1.7.2
|
| /plugin/pagecss/.github/workflows/ |
| H A D | validate-commits.yml | 3 on: 9 runs-on: ubuntu-latest 11 - uses: amannn/action-semantic-pull-request@v5
|
| /plugin/photogallery/ |
| D | script.js | 3 /* DOKUWIKI:include_once lightGallery/js/lg-fullscreen.min.js */ 4 /* DOKUWIKI:include_once lightGallery/js/lg-thumbnail.min.js */ 5 /* DOKUWIKI:include_once lightGallery/js/lg-video.min.js */ 6 /* DOKUWIKI:include_once lightGallery/js/lg-autoplay.min.js */ 7 /* DOKUWIKI:include_once lightGallery/js/lg-zoom.min.js */ 8 /* !DOKUWIKI:include_once lightGallery/js/lg-hash.min.js */ 9 /* !DOKUWIKI:include_once lightGallery/js/lg-pager.min.js */ 13 * Initialize lightGallery for pg-show class 16 jQuery("ul.pg-show").lightGallery({ 22 mode:"lg-fade", [all …]
|
| /plugin/freechat/phpfreechat/lib/pear/PHPUnit/ |
| D | TestCase.php | 7 * Copyright (c) 2002-2005, Sebastian Bergmann <sb@sebastian-bergmann.de>. 34 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC 41 * @author Sebastian Bergmann <sb@sebastian-bergmann.de> 42 * @copyright 2002-2005 Sebastian Bergmann <sb@sebastian-bergmann.de> 43 * @license http://www.opensource.org/licenses/bsd-license.php BSD License 60 * 4) Clean-up after a test by overriding tearDown(). 62 * Each test runs in its own fixture so there can be no side effects 63 * among test runs. 74 * $this->PHPUnit_TestCase($name); 78 * $this->fValue1 = 2; [all …]
|
| /plugin/combo/.github/workflows/ |
| H A D | php-test-reusable.yml | 3 # https://docs.github.com/en/actions/using-workflows/reusing-workflows#creating-a-reusable-workflow 4 on: 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 29 name: Test on php ${{ matrix.php }} # The name of the job 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 }} [all …]
|
| /plugin/dw2pdf/vendor/mpdf/qrcode/.github/workflows/ |
| D | cs.yml | 1 # https://help.github.com/en/categories/automating-your-workflow-with-github-actions 5 on: 9 - "development" 10 - "test" 18 runs-on: ${{ matrix.operating-system }} 22 php-version: 23 - "7.4" 25 operating-system: [ubuntu-latest] 28 - name: "Checkout" 31 - name: "Install PHP" [all …]
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/.github/workflows/ |
| D | cs.yml | 1 # https://help.github.com/en/categories/automating-your-workflow-with-github-actions 5 on: 9 - "development" 10 - "test" 18 runs-on: ${{ matrix.operating-system }} 22 php-version: 23 - "7.4" 25 operating-system: [ubuntu-latest] 28 - name: "Checkout" 31 - name: "Install PHP" [all …]
|