/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/ |
D | Dockerfile | 6 # Install git 8 apt-get install -y --no-install-recommends git 10 # Install zip extension for PHP 11 RUN apt-get install -y \ 15 && docker-php-ext-install zip 17 # Install yaml extension for PHP 19 RUN pecl install yaml && docker-php-ext-enable yaml 24 # Install composer 25 RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=com… 32 # Install dependencies with composer [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/ |
D | InstallsListResponse.php | 22 protected $collection_key = 'install'; 23 protected $installType = Install::class; 27 * @param Install[] 29 public function setInstall($install) argument 31 $this->install = $install; 34 * @return Install[] 38 return $this->install;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/Resource/ |
D | Installs.php | 20 use Google\Service\AndroidEnterprise\Install; alias 41 * @param string $installId The ID of the product represented by the install, 57 * @param string $installId The ID of the product represented by the install, 60 * @return Install 66 return $this->call('get', [$params], Install::class); 85 * Requests to install the latest version of an app to a device. If the app is 92 * @param string $installId The ID of the product represented by the install, 94 * @param Install $postBody 96 * @return Install 98 …public function update($enterpriseId, $userId, $deviceId, $installId, Install $postBody, $optParam… [all …]
|
/plugin/asciidocjs/node_modules/function-bind/ |
D | .travis.yml | 17 …pm install -g npm@1.3 ; elif [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then case "$(npm --version)" i… 18 … ] || [ "${TRAVIS_NODE_VERSION:0:4}" = "iojs" ]; then npm install -g npm@4.5 ; else npm install -g… 19 install: 20 …install 0.8 && npm install -g npm@1.3 && npm install -g npm@1.4.28 && npm install -g npm@2 && npm …
|
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ |
D | README.md | 22 ### Install Dependencies ### 64 To install on Fedora, run: 67 dnf install php-maxminddb 70 To install on CentOS or RHEL 7, first [enable the EPEL repository](https://fedoraproject.org/wiki/E… 74 yum install php-maxminddb 107 `MaxMind\Db\Reader`. In order to use this extension, you must install the 108 Reader API as described above and install the extension as described below. If 113 First install [libmaxminddb](https://github.com/maxmind/libmaxminddb) as 125 sudo make install 135 Note: You may need to install the PHP development package on your OS such as
|
/plugin/snmplive/ |
D | Makefile | 2 # Simple makefile to install http://wiki.splitbrain.org/plugin:snmplive 11 @echo "Run make install to install this software" 13 install: target 14 install -d $(DESTDIR)$(plugindir)/$(package)
|
/plugin/codebash/ |
D | README | 10 Install using the Extension Manager. Admin button -> Extension Manager -> Search and Install tab -… 14 If you install this plugin manually, make sure it is installed in 19 on how to install plugins in DokuWiki.
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/ |
D | installation.rst | 4 You have multiple ways to install Twig. 12 Install `Composer`_ and run the following command to get the latest version: 44 pear install twig/Twig 57 performance at runtime; you must still install the regular PHP code. 61 runtime engine; install it like any other PHP extensions: 69 make install 73 You can also install the C extension via PEAR (note that this method is 80 pear install twig/CTwig
|
/plugin/svg/ |
D | header.php | 6 // attempt to include the install page 7 @include_once( SYNTAX_PLUGIN_SVG_MEDIADIR . '.install.php' ); 9 // this would be defined on the install page 12 require_once( SYNTAX_PLUGIN_SVG_PLUGINDIR . 'install.php' );
|
/plugin/jplayer/vendor/happyworm/jplayer/ |
D | README.md | 22 ## Bower Install 23 * simple install using `bower install jplayer` 26 ## Composer install 28 Install jPlayer via composer by adding the following lines to your `composer.json` in your project: 46 Composer will now download all components and install the needed files into `your/desired/asset/pat…
|
/plugin/findologicxmlexport/ |
D | README.md | 12 ### Before install 17 ### Install subsection in DokuWiki Plugin: FINDOLOGIC XML Export 19 - Open your extension manager and install the Plugin via **Search and Install** 20 …- If you want to export `keywords`/`tags` you will also need to install the [Tag Plugin](https://w… 27 4. Download all dependencies via `composer install`
|
/plugin/sequencediagram/bower_components/snap.svg/ |
D | README.md | 8 ### Install subsection in [Snap.svg](http://snapsvg.io) 9 * [Bower](http://bower.io/) - `bower install snap.svg` 33 * Install its command line interface (CLI) globally: 35 npm install -g grunt-cli 39 * Install dependencies with npm: 41 npm install
|
/plugin/golocal/src/ |
D | golocal.go | 28 flagInstall := flag.Bool("install", false, "Install the protocol handler") 44 install(nil) 72 btnInstall := widget.NewButton(i18n.T("install", nil), func() { install(window) }) 114 func install(window fyne.Window) { func 115 err := setup.Install() 148 fmt.Println(" Install or uninstall the protocol handler")
|
/plugin/combo/ |
D | contrib.md | 18 ### How to install a new Laptop Dev Environment 20 * Install php7.4 on debian with 27 sudo apt install -y php7.4 \ 76 * Install Node dependency 79 npm install 82 * Install phpunit 86 composer install 99 * Install the plugin PHP WSL Support
|
/plugin/heatmap/ |
D | README.md | 24 There're roughly different 3 methods to install an extension on your DokuWiki instance: 26 - **Method 01** — Search and install the plugin using the [Extension Manager](https://www.dokuwiki.… 28 - **Method 03** — Maintain and install with [DokuWiki Command Line Tools](https://www.dokuwiki.org/… 33 # Install KaTeX plugin via Git. 36 # The same as clone, but install via download when no git source can be found. 37 $ ./bin/gittool.php install heatmap
|
/plugin/golocal/lang/en/ |
D | download.txt | 3 … from the wiki. To allow your browser to handle these links, you need to install a protocol handle… 5 Please follow the instructions below to install the protocol handler for your operating system. 10 - Run the program and select "Install" to install the protocol handler
|
/plugin/asciidocjs/node_modules/lazy-cache/ |
D | README.md | 5 ## Install section in lazy-cache [](https://www.npmjs.com/package/lazy-cache) [](https://npmjs.org/package/lazy-cache) [](https://travis-ci.org/jonschlinkert/lazy-cache) 7 Install with [npm](https://www.npmjs.com/): 10 $ npm install lazy-cache --save 29 // `npm install glob` 116 $ npm install verb && npm run docs 127 Install dev dependencies: 130 $ npm install -d && npm test
|
/plugin/structtemplate/_vagrant/ |
D | install_dokuwiki_extension.sh | 3 # ARG_POSITIONAL_INF([extension],[Extensions to install; start templates with template:]) 5 # ARG_USE_ENV([DW_EXTENSIONS],[],[Extensions to install, space-separated]) 6 # ARG_HELP([Install a plugin into a DokuWiki instance],[The DokuWiki instance must exist in the cur… 44 printf '%s\n' "Install a plugin into a DokuWiki instance" 46 printf '\t%s\n' "<extension>: Extensions to install; start templates with template:" 51 printf '\t%s\n' "DW_EXTENSIONS: Extensions to install, space-separated." 148 # Set extensions to install 168 php "${paths[cli]}" extension install "$extension"
|
/plugin/file2dw/ |
D | README.md | 20 ### *Direct* install 29 - Install some packages needed: 33 … this plugin in `docker/dokuwikiapp` folder) to install the latest version of pandoc. Or you can i… 51 …empty" Dokuwiki, so you will have to follow the install instructions in https://www.dokuwiki.org/i…
|
/plugin/asciidocjs/node_modules/longest/ |
D | README.md | 5 ## Install with [npm](npmjs.org) 10 ### Install with [bower](https://github.com/bower/bower) 13 bower install longest --save 17 Install dev dependencies. 43 Install dev dependencies.
|
/plugin/epnsmartlink/ |
D | README.md | 18 ## Install section in Ebay Partner Network Smart Links Plugin for DokuWiki 20 Use the Extension Manager to install this Plugin. 22 If you install this plugin manually make sure you install it in lib/plugins/epnsmartlink/ - else it…
|
/plugin/gtime/gtlib/ |
D | README | 24 $ sudo pear install --alldeps phing/phing 27 $ sudo pear install --alldeps channel://pear.phpunit.de/PHPUnit 29 $ sudo pear install --alldeps PhpDocumentor 31 $ sudo pecl install xdebug
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/ |
D | README.md | 38 * Install via Composer: `composer require phpseclib/phpseclib:~3.0` 46 * Install via Composer: `composer require phpseclib/phpseclib:~2.0` 53 * Install using Composer: `composer require phpseclib/phpseclib:~1.0` 54 * Install using PEAR: See [phpseclib PEAR Channel Documentation](http://phpseclib.sourceforge.net/p… 82 3. Install Development Dependencies 84 composer install
|
/plugin/asciidocjs/node_modules/repeat-string/ |
D | README.md | 5 ## Install section in repeat-string [](https://www.npmjs.com/package/repeat-string) [](https://npmjs.org/package/repeat-string) [](https://npmjs.org/package/repeat-string) [](https://travis-ci.org/jonschlinkert/repeat-string) 7 Install with [npm](https://www.npmjs.com/): 10 $ npm install --save repeat-string 78 Install dev dependencies: 111 $ npm install -g verb verb-generate-readme && verb 116 Install dev dependencies: 119 $ npm install -d && npm test
|
/plugin/codebuttonmodbash/ |
D | README.MD | 9 ### Install 13 Search and install "codebuttonmodbash" 17 Install the plugin over the webfrontend by using the url: 34 Search and install "codebuttonmod1"
|