Searched full:branches (Results 1 – 25 of 119) sorted by relevance
12345
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/Resource/ |
| D | ProjectsLocationsCatalogsBranches.php | 21 * The "branches" collection of methods. 25 * $branches = $retailService->branches;
|
| D | ProjectsLocationsCatalogsBranchesProducts.php | 52 * 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 …]
|
| D | ProjectsLocationsCatalogs.php | 151 * 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/ |
| D | GitProcessor.php | 67 $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/ |
| D | RSS.php | 57 * 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
|
| D | XML.php | 47 * 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 D | build.yml | 4 branches: 7 branches:
|
| /plugin/aichat/vendor/mehrab-wj/tiktoken-php/.github/workflows/ |
| D | php.yml | 5 branches: [ "main" ] 7 branches: [ "main" ]
|
| /plugin/openlayersmap/.github/workflows/ |
| D | codeql-analysis.yml | 16 branches: [ master ] 18 branches: [ master ]
|
| D | autoFix.yml | 6 branches:
|
| D | release.yml | 5 branches:
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | GitLabClient.js | 343 '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)
|
| D | GitHubClient.js | 919 // 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/ |
| D | autoFix.yml | 6 branches:
|
| D | release.yml | 5 branches:
|
| /plugin/description/.github/workflows/ |
| D | autoFix.yml | 6 branches:
|
| D | release.yml | 5 branches:
|
| /plugin/asciidocjs/node_modules/call-bind/ |
| D | .nycrc | 8 "branches": 76.06,
|
| /plugin/combo/.github/workflows/ |
| H A D | php-test-on-pull-request.yml | 5 branches: [ "main" ]
|
| /plugin/asciidocjs/node_modules/minimist/ |
| D | .nycrc | 8 "branches": 76.06,
|
| /plugin/diagramsnet/lib/math/ |
| D | .travis.yml | 8 branches:
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/jobs/ |
| D | elastic+elasticsearch-php+pull-request.yml | 9 branches:
|
| /plugin/dev/.github/workflows/ |
| D | deploy.yml | 4 branches:
|
| /plugin/dw2pdf/vendor/mpdf/qrcode/.github/workflows/ |
| D | cs.yml | 8 branches:
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/.github/workflows/ |
| D | cs.yml | 8 branches:
|
12345