Home
last modified time | relevance | path

Searched full:branches (Results 1 – 25 of 119) sorted by relevance

12345

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/Resource/
DProjectsLocationsCatalogsBranches.php21 * The "branches" collection of methods.
25 * $branches = $retailService->branches;
DProjectsLocationsCatalogsBranchesProducts.php52 * ects/locations/global/catalogs/default_catalog/branches/default_branch/produc
80 * ects/locations/global/catalogs/default_catalog/branches/default_branch/produc
98 * `projects/locations/global/catalogs/default_catalog/branches/default_branch`.
121 * s/locations/global/catalogs/default_catalog/branches/default_branch/products/
142 * s/locations/global/catalogs/default_catalog/branches/default_branch/products/
163 * ult_catalog/branches/default_branch` If no updateMask is specified, requires
181 * `projects/locations/global/catalogs/default_catalog/branches/0`. Use
228 * ojects/locations/global/catalogs/default_catalog/branches/default_branch/prod
262 * ects/locations/global/catalogs/default_catalog/branches/default_branch/produc
288 * ects/locations/global/catalogs/default_catalog/branches/default_branch/produc
[all …]
DProjectsLocationsCatalogs.php151 * default. For example, if `projects/locations/catalogs/branches/1` is set as
153 * `projects/locations/catalogs/branches/default_branch` is equivalent to
154 * setting SearchRequest.branch to `projects/locations/catalogs/branches/1`.
155 * Using multiple branches can be useful when developers would like to have a
158 * `projects/locations/catalogs/branches/default_branch` as SearchRequest.branch
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
DGitProcessor.php67 $branches = `git branch -v --no-abbrev`;
68 if ($branches && preg_match('{^\* (.+?)\s+([a-f0-9]{40})(?:\s|$)}m', $branches, $matches)) {
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
DRSS.php57 * Returns array of references to item branches of the RSS
59 * @returns array of references to objects of type XMLBranch (item branches of RSS)
85 * Parses RSS item branches, called from constructor
DXML.php47 * If argument is a tag path, creates appropriate branches and tags
333 * Find out whether the current object has any branches
335 * @returns true if branches exist, false otherwise
379 * Parses the current tag content into Branches and Leaf(s); called from parseFromString
405 * Removes all Branches from current object
427 * Removes Branches with the specified criteria
433 * @returns number of branches deleted
/plugin/pagecss/vendor/csstidy-2.2.1/.github/workflows/
H A Dbuild.yml4 branches:
7 branches:
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/.github/workflows/
Dphp.yml5 branches: [ "main" ]
7 branches: [ "main" ]
/plugin/openlayersmap/.github/workflows/
Dcodeql-analysis.yml16 branches: [ master ]
18 branches: [ master ]
DautoFix.yml6 branches:
Drelease.yml5 branches:
/plugin/diagramsnet/lib/js/diagramly/
DGitLabClient.js343 'branches?per_page=1&page=1&ref=' + ref : 'tree?path=' + path + '&ref=' + ref));
904 // Adds paging for repos, branches and files
1056 '/repository/branches?per_page=' + pageSize + '&page=' + page, null, 'GET');
1098 var branches = JSON.parse(req.getText());
1100 if (branches == null || branches.length == 0)
1104 else if (branches.length == 1 && auto)
1106 ref = branches[0].name;
1112 for (var i = 0; i < branches.length; i++)
1128 }))(branches[i], i);
1131 if (branches.length == pageSize)
DGitHubClient.js919 // Adds paging for repos, branches and files (files limited to 1000 by API)
1073 '/branches?per_page=' + pageSize + '&page=' + page, null, 'GET');
1115 var branches = JSON.parse(req.getText());
1117 if (branches == null || branches.length == 0)
1121 else if (branches.length == 1 && auto)
1123 ref = branches[0].name;
1129 for (var i = 0; i < branches.length; i++)
1145 }))(branches[i], i);
1148 if (branches.length == pageSize)
/plugin/backlinks/.github/workflows/
DautoFix.yml6 branches:
Drelease.yml5 branches:
/plugin/description/.github/workflows/
DautoFix.yml6 branches:
Drelease.yml5 branches:
/plugin/asciidocjs/node_modules/call-bind/
D.nycrc8 "branches": 76.06,
/plugin/combo/.github/workflows/
H A Dphp-test-on-pull-request.yml5 branches: [ "main" ]
/plugin/asciidocjs/node_modules/minimist/
D.nycrc8 "branches": 76.06,
/plugin/diagramsnet/lib/math/
D.travis.yml8 branches:
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/jobs/
Delastic+elasticsearch-php+pull-request.yml9 branches:
/plugin/dev/.github/workflows/
Ddeploy.yml4 branches:
/plugin/dw2pdf/vendor/mpdf/qrcode/.github/workflows/
Dcs.yml8 branches:
/plugin/dw2pdf/vendor/mpdf/mpdf/.github/workflows/
Dcs.yml8 branches:

12345