/dokuwiki/.github/workflows/ |
H A D | release-build.yml | 5 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 D | release-preparation.yml | 4 # 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 | .gitignore | 1 /build.properties
|
H A D | build.xml | 4 GeSHi - Generic Syntax Highlighter - phing build file. 9 <property file="build.properties" />
|
/dokuwiki/vendor/simplepie/simplepie/ |
H A D | .php-cs-fixer.dist.php | 4 ->in('build')
|
H A D | README.markdown | 50 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 D | README.md | 91 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 D | Index.php | 41 * 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 D | Admin.php | 121 * Build list of admin functions from the plugins that handle them
|
H A D | PageDiff.php | 215 // build paired navigation 356 // build options for dropdown selector 462 * build Dropdown form for revisions navigation
|
H A D | Search.php | 445 * 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 D | Gui.php | 42 * @param string $sep seperator to build the URL
|
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/ |
H A D | UniversalFeedCreator.php | 4 * format to build. 148 * before anything else, especially before you do the time consuming task to build the feed
|
/dokuwiki/ |
H A D | feed.php | 68 $feed = (new FeedCreator($options))->build();
|
H A D | .gitignore | 87 vendor/paragonie/random_compat/build-phar.sh
|
/dokuwiki/inc/Menu/ |
H A D | AbstractMenu.php | 79 * output, use getItems() and build the HTML yourself
|
/dokuwiki/inc/Feed/ |
H A D | FeedCreator.php | 33 * Build the feed 37 public function build() function in dokuwiki\\Feed\\FeedCreator
|
/dokuwiki/_test/tests/Feed/ |
H A D | FeedCreatorValidationTest.php | 26 $feed = $creator->build();
|
/dokuwiki/vendor/paragonie/constant_time_encoding/ |
H A D | README.md | 3 [ 865 * Helper function to build TOC items
|
/dokuwiki/lib/plugins/popularity/ |
H A D | admin.php | 120 * Build the form which presents the data to be sent
|
/dokuwiki/inc/Sitemap/ |
H A D | Mapper.php | 63 // build the sitemap items
|
/dokuwiki/vendor/geshi/geshi/src/geshi/ |
H A D | rpmspec.php | 118 …GESHI_SEARCH => '(%(?:description|package|prep|build|install|clean|postun|preun|post|pre|files|cha…
|