| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/Resource/ |
| D | ProjectsLocationsBuilds.php | 21 use Google\Service\CloudBuild\Build; alias 38 * Approves or rejects a pending build. If approved, the returned LRO will be 42 * @param string $name Required. Name of the target build. For example: 55 * Cancels a build in progress. (builds.cancel) 57 * @param string $name The name of the `Build` to cancel. Format: 58 * `projects/{project}/locations/{location}/builds/{build}` 61 * @return Build 67 return $this->call('cancel', [$params], Build::class); 70 * Starts a build with the specified configuration. This method returns a long- 71 * running `Operation`, which includes the build ID. Pass the build ID to [all …]
|
| D | ProjectsBuilds.php | 21 use Google\Service\CloudBuild\Build; alias 38 * Approves or rejects a pending build. If approved, the returned LRO will be 42 * @param string $name Required. Name of the target build. For example: 55 * Cancels a build in progress. (builds.cancel) 58 * @param string $id Required. ID of the build. 61 * @return Build 67 return $this->call('cancel', [$params], Build::class); 70 * Starts a build with the specified configuration. This method returns a long- 71 * running `Operation`, which includes the build ID. Pass the build ID to 72 * `GetBuild` to determine the build status (such as `SUCCESS` or `FAILURE`). [all …]
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/ |
| D | build.xml | 6 <target name="clean" unless="clean.done" description="Cleanup build artifacts"> 10 <delete dir="${basedir}/build/documentation"/> 11 <delete dir="${basedir}/build/logfiles"/> 12 <delete dir="${basedir}/build/phar"/> 14 <fileset dir="${basedir}/build"> 23 <target name="prepare" unless="prepare.done" depends="clean" description="Prepare for build"> 24 <mkdir dir="${basedir}/build/documentation"/> 25 <mkdir dir="${basedir}/build/logfiles"/> 30 <exec executable="${basedir}/build/tools/composer" failonerror="true" taskname="composer"> 45 <exec executable="${basedir}/build/tools/composer" taskname="composer"> [all …]
|
| /plugin/doxycode/helper/ |
| D | buildmanager.php | 17 * This class manages the build of code snippets with doxygen for cross referencing. 19 * Job: A build job is a single code snippet. 21 * Task: A build task has one or multiple build jobs. 24 * The build is executed in build tasks that are either directly executed or scheduled with 27 * should then try to build the code snippet again. 29 * Depending on the used tag files for doxygen, each build can both take long and be ressource 31 * is enforced with a lock that indicates if doxygen is running or not. In case of immediate build 32 * tasks through tryBuildNow() the buildmanager will then try to schedule the build task. 34 * If a build with the same TaskID is already running, a new TaskID will be randomly created. 88 * Add a build job to the task runner builder and create or update a build task if necessary. [all …]
|
| /plugin/sequencediagram/bower_components/lodash/ |
| D | package.json | 11 "build": "npm run build:main && npm run build:fp", string 12 "build:fp": "node lib/fp/build-dist.js", 13 "build:fp-modules": "node lib/fp/build-modules.js", 14 "build:main": "node lib/main/build-dist.js", 15 "build:main-modules": "node lib/main/build-modules.js", 16 "doc": "node lib/main/build-doc github && npm run test:doc", 17 "doc:fp": "node lib/fp/build-doc", 18 "doc:site": "node lib/main/build-doc site", 19 …": "optional-dev-dependency marky-markdown@^9.0.1 && npm run doc:site && node lib/main/build-site", 20 "pretest": "npm run build",
|
| /plugin/sequencediagram/bower_components/lodash/perf/asset/ |
| D | perf-ui.js | 7 /** The lodash build to load. */ 8 var build = (build = /build=([^&]+)/.exec(location.search)) && decodeURIComponent(build[1]); 23 search = location.search.replace(/^\?|&?(?:build|other)=[^&]*&?/g, ''); 33 'build=' + (buildIndex < 0 ? build : buildList[buildIndex].value) + '&' + 40 '<label for="perf-build">Build: </label>' + 41 '<select id="perf-build">' + 63 switch (build) { 84 // The lodash build file path. 87 switch (build) { 88 case null: build = 'lodash'; [all …]
|
| /plugin/sequencediagram/bower_components/lodash/test/asset/ |
| D | test-ui.js | 7 /** The lodash build to load. */ 8 var build = (build = /build=([^&]+)/.exec(location.search)) && decodeURIComponent(build[1]); 23 search = location.search.replace(/^\?|&?(?:build|loader)=[^&]*&?/g, ''); 33 'build=' + (buildIndex < 0 ? build : buildList[buildIndex].value) + '&' + 47 switch (build) { 74 '<label for="qunit-build">Build: </label>' + 75 '<select id="qunit-build">' + 108 // The lodash build file path. 111 switch (build) { 115 case null: build = 'lodash-dev'; [all …]
|
| /plugin/asciidocjs/node_modules/acorn/ |
| D | package.json | 31 "pretest": "npm run build", 32 "build": "npm run build:main && npm run build:walk && npm run build:loose && npm run build:bin", string 33 "build:main": "rollup -c rollup/config.main.js", 34 "build:walk": "rollup -c rollup/config.walk.js", 35 "build:loose": "rollup -c rollup/config.loose.js", 36 "build:bin": "rollup -c rollup/config.bin.js"
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/ |
| D | package.json | 31 "pretest": "npm run build", 32 "build": "npm run build:main && npm run build:walk && npm run build:loose && npm run build:bin", string 33 "build:main": "rollup -c rollup/config.main.js", 34 "build:walk": "rollup -c rollup/config.walk.js", 35 "build:loose": "rollup -c rollup/config.loose.js", 36 "build:bin": "rollup -c rollup/config.bin.js"
|
| /plugin/asciidocjs/node_modules/y18n/ |
| D | package.json | 9 "require": "./build/index.cjs" 11 "./build/index.cjs" 15 "module": "./build/lib/index.js", 28 "main": "./build/index.cjs", 32 …"pretest": "rimraf build && tsc -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs… 37 "precompile": "rimraf build", 39 "postcompile": "npm run build:cjs", 40 "build:cjs": "rollup -c", 58 "build", 67 "build"
|
| /plugin/asciidocjs/node_modules/yargs-parser/ |
| D | package.json | 5 "main": "build/index.cjs", 9 "import": "./build/lib/index.js", 10 "require": "./build/index.cjs" 12 "./build/index.cjs" 19 "module": "./build/lib/index.js", 23 …"pretest": "rimraf build && tsc -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs… 28 "test:typescript": "c8 mocha ./build/test/typescript/*.js", 30 "precompile": "rimraf build", 32 "postcompile": "npm run build:cjs", 33 "build:cjs": "rollup -c", [all …]
|
| /plugin/openid/ |
| D | Makefile | 13 BUILD = ./build macro 17 STAGE = $(BUILD)/$(NAME) 23 @echo "Build complete." 27 @mkdir -p $(BUILD) 38 @(cd $(BUILD) && $(ZIP) -rq $(ZIP_NAME) $(NAME)) 43 @(cd $(BUILD) && $(TAR) -czf $(TAR_NAME) $(NAME)) 47 @echo "Cleaning the build directory..." 49 -@rm -f $(BUILD)/$(ZIP_NAME) 50 -@rm -f $(BUILD)/$(TAR_NAME)
|
| /plugin/openlayersmap/ol/ |
| D | README.md | 5 ### full build 6 This will get the full/legacy build of OpenLayers. See https://openlayers.org/download/ 16 ### custom OpenLayers build 18 A slightly more complicated build process is required to get an optimized-full-size build of OpenLa… 33 rm -rf build/ 34 npm run build-index 35 npx rollup --config config/rollup-full-build.js 36 npx cleancss --source-map src/ol/ol.css -o build/full/ol.css 37 cp build/full/*.* ../
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/ |
| D | BuildOperationMetadata.php | 22 protected $buildType = Build::class; 26 * @param Build 28 public function setBuild(Build $build) argument 30 $this->build = $build; 33 * @return Build 37 return $this->build;
|
| /plugin/davcal/vendor/sabre/dav/bin/ |
| H A D | build.php | 92 echo " Removing build files\n"; 93 $outputDir = $baseDir . '/build/SabreDAV'; 95 system('rm -r ' . $baseDir . '/build/SabreDAV'); 142 mkdir('build/SabreDAV'); 143 file_put_contents('build/SabreDAV/composer.json', json_encode($newComposer, JSON_PRETTY_PRINT)); 146 system("cd build/SabreDAV; composer install -n", $code); 153 unlink('build/SabreDAV/composer.json'); 154 unlink('build/SabreDAV/composer.lock'); 166 rename('build/SabreDAV/vendor/sabre/dav/' . $fileName, 'build/SabreDAV/' . $fileName); 169 …// <zip destfile="build/SabreDAV-${sabredav.version}.zip" basedir="build/SabreDAV" prefix="SabreDA… [all …]
|
| /plugin/doxycode/lang/en/ |
| D | lang.php | 3 // Message texts for the dynamically loaded code snippets according to the state of the build task 4 $lang['js']['msg_scheduled'] = 'The doxygen build has been scheduled. This state automatically upda… 5 $lang['js']['msg_running'] = 'The doxygen build is currently running. The snippet will automaticall… 6 $lang['js']['msg_not_existent'] = 'The doxygen build is not existent. Try to reload the page!'; 7 $lang['js']['msg_error'] = 'The doxygen build failed!'; 17 // static message texts for build tasks 18 $lang['msg_scheduled'] = 'The doxygen build has been scheduled. Please reload the page later!'; 19 $lang['msg_running'] = 'The doxygen build is currently running. Please reload the page later!'; 20 $lang['msg_not_existent'] = 'The doxygen build is not existent. Try to reload the page!'; 21 $lang['msg_error'] = 'The doxygen build failed!';
|
| /plugin/pagecss/.github/workflows/ |
| H A D | main.yml | 9 build-release: 10 name: Build and Release 32 mkdir -p build 33 zip -r build/pagecss.zip \ 40 cp CHANGELOG.md build/ 47 body_path: build/CHANGELOG.md 49 build/pagecss.zip 50 build/CHANGELOG.md
|
| /plugin/asciidocjs/node_modules/core-js/build/ |
| D | Gruntfile.ls | 1 require! <[./build fs ./config]> 11 uglify: build: 26 './build/index.js': './build/build.ls*' 56 grunt.registerTask \build (options)-> 58 build { 73 grunt.task.run <[build:es5,es6,es7,js,web,core uglify]> 77 grunt.task.run <[build:es5,es6,es7,js,web,core uglify]> 81 grunt.task.run <[build:es5,es6,es7,js,web uglify]> 85 grunt.task.run <[build:es5,es6,es7,js,web,core,exp uglify]>
|
| /plugin/asciidocjs/node_modules/cliui/ |
| D | package.json | 5 "main": "build/index.cjs", 10 "require": "./build/index.cjs" 12 "./build/index.cjs" 20 …"pretest": "rimraf build && tsc -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs… 25 "precompile": "rimraf build", 27 "postcompile": "npm run build:cjs", 28 "build:cjs": "rollup -c", 76 "build",
|
| /plugin/webdav/vendor/sabre/dav/ |
| D | README.md | 14 Build status 19 | master | [](https:/… 20 | 3.1 | [](https://tr… 21 | 3.0 | [](https://tr… 22 | 2.1 | [](https://tr… 23 | 2.0 | [](https://tr… 24 | 1.8 | [](https://tr… 25 | 1.7 | [](https://tr… 26 | 1.6 | [](https://tr…
|
| /plugin/jenkins/ |
| D | README.md | 7 * Display last build of a Job or a specific build 8 * Display status of build 44 … jenkins plugin display the last build of your job. If you want to display a specific build, you c… 47 <jenkins job="FOLDER/JOB_NAME" build="459"/>
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/ |
| D | package.json | 32 …"test:types": "rm -f types/tests.js && eslint types --ext .ts && tsc --build types/tsconfig.json &… 34 "build": "node tasks/build.cjs && npm run test && npm run lint", string 35 "build:quick": "node tasks/build.cjs && npm run test:node && npm run code:lint", 44 …"package": "cross-env MINIFY=1 COPY_DIST=1 node tasks/build.cjs && cross-env MINIFY=1 npm run test… 49 "docs:build": "documentation build src/** -f html -o build/docs -g", 51 "docs": "npm run docs:lint && npm run docs:build", 124 "@asciidoctor/core": "build/asciidoctor-node.cjs"
|
| /plugin/stdokuwikiconnector/ |
| H A D | DokuWikiConnector.sln | 19 {6A270155-DE22-4BC5-B049-20DFAF61ED0A}.Debug|Any CPU.Build.0 = Debug|Any CPU 21 {6A270155-DE22-4BC5-B049-20DFAF61ED0A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU 24 {6A270155-DE22-4BC5-B049-20DFAF61ED0A}.Release|Any CPU.Build.0 = Release|Any CPU 26 {6A270155-DE22-4BC5-B049-20DFAF61ED0A}.Release|Mixed Platforms.Build.0 = Release|Any CPU 30 {646971E5-A681-4EDC-AE8A-33FB0B6CD55E}.Debug|Mixed Platforms.Build.0 = Debug|x86 32 {646971E5-A681-4EDC-AE8A-33FB0B6CD55E}.Debug|x86.Build.0 = Debug|x86 35 {646971E5-A681-4EDC-AE8A-33FB0B6CD55E}.Release|Mixed Platforms.Build.0 = Release|x86 37 {646971E5-A681-4EDC-AE8A-33FB0B6CD55E}.Release|x86.Build.0 = Release|x86
|
| /plugin/scrape/vendor/scotteh/php-dom-wrapper/ |
| D | phpunit.xml.dist | 8 <clover outputFile="build/logs/clover.xml"/> 9 <crap4j outputFile="build/logs/crap4j.xml"/> 10 <html outputDirectory="build/coverage"/> 11 <xml outputDirectory="build/logs/coverage"/> 20 <junit outputFile="build/logs/junit.xml"/>
|
| /plugin/findologicxmlexport/vendor/sebastian/resource-operations/ |
| D | build.xml | 2 <project name="resource-operations" default="build"> 3 <target name="build" depends="generate" /> 6 <exec executable="${basedir}/build/generate.php" taskname="generate" /> 15 <fileset dir="${basedir}/build"> 21 …ercontent.com/rlerdorf/phan/master/includes/arginfo.php" dest="${basedir}/build/arginfo.php" skipe…
|