Home
last modified time | relevance | path

Searched full:build (Results 1 – 25 of 64) sorted by relevance

123

/dokuwiki/.github/workflows/
H A Drelease-build.yml5 name: "Release: Tag, Build & Deploy"
45 build:
46 name: Build Release
57 - name: Build Archives
89 needs: build
94 wget ${{ needs.build.outputs.url }} -O dokuwiki-${{ needs.build.outputs.file }}.tgz
105 …scp "dokuwiki-${{ needs.build.outputs.file }}.tgz" ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}…
106 …rets.SSH_HOST }} "cd htdocs/src/dokuwiki/ && tar -xzvf dokuwiki-${{ needs.build.outputs.file }}.tg…
H A Drelease-preparation.yml4 # When the pull request is merged, the release-build workflow will be triggered automatically
58 echo "::error::Tag already exists, you may need to build a hotfix instead"
/dokuwiki/vendor/geshi/geshi/
H A D.gitignore1 /build.properties
H A Dbuild.xml4 GeSHi - Generic Syntax Highlighter - phing build file.
9 <property file="build.properties" />
/dokuwiki/vendor/simplepie/simplepie/
H A D.php-cs-fixer.dist.php4 ->in('build')
H A DREADME.markdown50 8. `build/` - Scripts related to generating pieces of SimplePie
59 run `php build/compile.php` to generate `SimplePie.compiled.php` yourself.
/dokuwiki/vendor/phpseclib/phpseclib/
H A DREADME.md91 phpcs --standard=build/php_codesniffer.xml
92 php-cs-fixer fix --config=build/php-cs-fixer.php --diff --dry-run --using-cache=no
93 …psalm --config=build/psalm.xml --no-cache --long-progress --report-show-info=false --output-format…
/dokuwiki/inc/Ui/
H A DIndex.php41 * Build html of sitemap, unordered list of pages under the namespace
100 * This user function is used in html_buildlist to build the
H A DAdmin.php121 * Build list of admin functions from the plugins that handle them
H A DPageDiff.php215 // build paired navigation
356 // build options for dropdown selector
462 * build Dropdown form for revisions navigation
H A DSearch.php445 * Build the intro text for the search page
493 * Build HTML for a list of pages with matching pagenames
532 * Build HTML for fulltext search results or "no results" message
/dokuwiki/lib/plugins/extension/
H A DGui.php42 * @param string $sep seperator to build the URL
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/
H A DUniversalFeedCreator.php4 * format to build.
148 * before anything else, especially before you do the time consuming task to build the feed
/dokuwiki/
H A Dfeed.php68 $feed = (new FeedCreator($options))->build();
H A D.gitignore87 vendor/paragonie/random_compat/build-phar.sh
/dokuwiki/inc/Menu/
H A DAbstractMenu.php79 * output, use getItems() and build the HTML yourself
/dokuwiki/inc/Feed/
H A DFeedCreator.php33 * Build the feed
37 public function build() function in dokuwiki\\Feed\\FeedCreator
/dokuwiki/_test/tests/Feed/
H A DFeedCreatorValidationTest.php26 $feed = $creator->build();
/dokuwiki/vendor/paragonie/constant_time_encoding/
H A DREADME.md3 [![Build Status](https://github.com/paragonie/constant_time_encoding/actions/workflows/ci.yml/badge…
/dokuwiki/inc/
H A Dcompatibility.php6 * This file contains a few functions that might be missing from the PHP build
H A Dtoolbar.php27 // build button array
252 // use JSON to build the JavaScript array
H A Dhtml.php38 * Convenience function to quickly build a wikilink
403 * This user function is used in html_buildlist to build the
434 * Build an unordered list
436 * Build an unordered list from the given $data array
468 // set callback function to build the <li> tag, formerly defined as html_li_default()
865 * Helper function to build TOC items
/dokuwiki/lib/plugins/popularity/
H A Dadmin.php120 * Build the form which presents the data to be sent
/dokuwiki/inc/Sitemap/
H A DMapper.php63 // build the sitemap items
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Drpmspec.php118 …GESHI_SEARCH => '(%(?:description|package|prep|build|install|clean|postun|preun|post|pre|files|cha…

123