Home
last modified time | relevance | path

Searched +full:runs +full:- +full:on (Results 1 – 25 of 818) sorted by relevance

12345678910>>...33

/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigQueryDataTransfer/Resource/
DProjectsLocationsTransferConfigsRuns.php9 * 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 …]
DProjectsTransferConfigsRuns.php9 * 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 …]
DProjectsLocationsTransferConfigsRunsTransferLogs.php9 * 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);
DProjectsTransferConfigsRunsTransferLogs.php9 * 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/
DStartManualTransferRunsResponse.php9 * 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;
DScheduleTransferRunsResponse.php9 * 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/
DShardSummary.php9 * 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 Dnaturalselection4 # 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/
Dreadme.md12 ---
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/
DREADME.md1-of [![NPM version](https://img.shields.io/npm/v/kind-of.svg?style=flat)](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/
DGitRepo.php70 $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/
DGit.php9 * @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 DCHANGELOG.md4 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/
DfullUpgrade.yml3 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/
Dhelp2.phpt1 --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 …]
Dhelp.phpt1 --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 Dcommit-lint.yml2 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 Dci.yml3 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/
Dissues.yml2 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 Dvalidate-commits.yml3 on:
9 runs-on: ubuntu-latest
11 - uses: amannn/action-semantic-pull-request@v5
/plugin/photogallery/
Dscript.js3 /* 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/
DTestCase.php7 * 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 Dphp-test-reusable.yml3 # 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/
Dcs.yml1 # 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/
Dcs.yml1 # 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 …]

12345678910>>...33