Home
last modified time | relevance | path

Searched refs:template (Results 276 – 300 of 695) sorted by path

1...<<11121314151617181920>>...28

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DIndicesNamespace.asciidoc263 $params['name'] = (string) The name of the template
278 $params['name'] = (string) The name of the template
330 $params['name'] = (string) The name of the template
667 $params['name'] = (string) The name of the template
668 $params['create'] = (boolean) Whether the index template should only be added if new or can also replace an existing one (Default = false)
669 $params['cause'] = (string) User defined reason for creating/updating the index template (Default = )
671 $params['body'] = (array) The template definition (Required)
718 $params['name'] = (string) The name of the template
862 $params['create'] = (boolean) Whether the index template we optionally defined in the body should only be dry-run added if new or can also replace an existing one (Default = false)
863 $params['cause'] = (string) User defined reason for dry-run creating the new template fo
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dsearch-operations.asciidoc253 This is an example which can be used as a template for more advanced operations:
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md420 * Index templates use index_patterns instead of [template](https://www.elastic.co/guide/en/elasticsearch/reference/6.5/breaking-changes-6.0.html#_index_templates_use_literal_index_patterns_literal_instead_of_literal_template_literal)
1000 - Support for index template added [#905](https://github.com/ruflin/Elastica/pull/905)
/plugin/elwikiupgrade/lang/it/
H A Dstep0.txt5 Questo procedimento non aggiornerà nessun plugin installato e nessun template.
/plugin/emoji/
H A Dscript.js57 template: function(shortname) {
/plugin/emoji/script/
H A Djquery.textcomplete.js784 html += datum.strategy.template(datum.value, datum.term);
929 template: function (obj) { return obj; },
/plugin/etherpadlite/
H A DREADME.md30 …is code obviously depends on the template used and has *not* been tested with the most recent doku…
91 … dokuwiki integration depends on the template used and is not tested with the most recent dokuwiki…
/plugin/externalembed/
H A DREADME.md40 …edded here. You must accept the <a href="https://www.youtube.com/static?template=terms" target="_b…
/plugin/farm/
H A Danimal.class.php580 public static function createNew($name = '', $template = null, $host = null, $handler = null) { argument
590 if(!$hookhandler->trigger('create', 'before', array($name, $template))) {
610 if(!$template) $template = self::$farmconf['animaltemplate'];
623 if(!self::exists($template)) {
624 …ler->errors[] = array('code' => 'animal_new_templatenotfound_failure', 'data' => array($template));
639 …if(!self::cp_r(self::$farmconf['farmfsroot'].self::$farmconf['barn'].$template, self::$farmconf['f…
H A Dsoapserver.php135 $template = isset($args['template']) ? $args['template'] : '';
138 if($n = dokuwiki_farm_animal::createNew($name, $template, $host, $eh)) {
/plugin/farm/install/animaltemplate/conf/
H A Dlocal.php.bak10 $conf['template'] = 'monobook';
/plugin/farm/install/
H A Dfarmstructurecreator.php.bak91 }else die('Could not load farm rewrite template');
107 }else die('Could not load barn rewrite template');
111 // Move animal default template
112 …'barn'].$farmconf['animaltemplate'], 0755)) die('Cannot create animal default template directory');
116 )) die('Cannot copy animal default template');
120 // Create animal default template meta
124 }else die('Could not create animal template metafile');
/plugin/farmer/admin/
H A Dnew.php51 $data['template'],
82 $form->addFieldsetOpen($this->getLang('animal template'));
145 $template = $INPUT->filter('trim')->str('animaltemplate');
165 if (!is_dir(DOKU_FARMDIR . $template) && !in_array($aclpolicy, ['open', 'public', 'closed'])) {
176 if (!is_dir(DOKU_FARMDIR . $template)) {
177 $template = '';
179 if ($template != '') {
187 'template' => $template,
199 * @param string $template nam
175 createNewAnimal($name, $adminSetup, $adminPassword, $template, $aclpolicy, $userreg) global() argument
[all...]
/plugin/farmer/
H A Ddeleted.files17 template.php
/plugin/farmsync/meta/
H A DTemplateUpdates.php8 public function updateEntity($template, $source, $target) { argument
9 $sourceModTime = $this->farm_util->getRemoteFilemtime($source, $template, false, false);
10 $result = new UpdateResults($template, $target);
12 $targetFN = $this->farm_util->getRemoteFilename($target, $template, null, false);
13 $sourceContent = $this->farm_util->readRemotePage($source, $template, false);
15 if (!$this->farm_util->remotePageExists($target, $template, false)) {
21 $targetModTime = $this->farm_util->getRemoteFilemtime($target, $template, false, false);
22 if ($sourceContent == $this->farm_util->readRemotePage($target, $template, false)) {
33 $result = new TemplateConflict($template, $target);
/plugin/fckg/
H A DChanges99 Updated css for new template
/plugin/fckg/fckeditor/editor/lang/
H A Dlang-template.txt4 * You can use this file as your template and over-write the English with your tanslations
/plugin/fetchmedia/
H A Dyarn.lock205 babel-template "^6.25.0"
272 babel-template "^6.24.1"
311 babel-template "^6.24.1"
322 babel-template "^6.24.1"
331 babel-template "^6.24.1"
390 babel-template "^6.24.1"
405 babel-template "^6.24.1"
414 babel-template "^6.24.1"
455 babel-template "^6.24.1"
463 babel-template "^6.24.1"
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/
H A DRenderer.php81 protected function renderItemTemplate(\Text_Template $template, array $data) argument
133 $template->setVar(
153 return $template->render();
160 protected function setCommonTemplateVariables(\Text_Template $template, AbstractNode $node) argument
162 $template->setVar(
247 $template = new \Text_Template(
253 $template->setVar(['level' => $level, 'percent' => sprintf('%.2F', $percent)]);
255 return $template->render();
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DDashboard.php28 $template = new \Text_Template(
34 $this->setCommonTemplateVariables($template, $node);
42 $template->setVar(
55 $template->renderTo($file);
H A DDirectory.php27 $template = new \Text_Template($this->templatePath . 'directory.html', '{{', '}}');
29 $this->setCommonTemplateVariables($template, $node);
41 $template->setVar(
48 $template->renderTo($file);
H A DFile.php56 $template = new \Text_Template($this->templatePath . 'file.html', '{{', '}}');
58 $template->setVar(
65 $this->setCommonTemplateVariables($template, $node);
67 $template->renderTo($file);
86 $template,
112 $template,
118 $template,
165 $template,
222 protected function renderFunctionItems(array $functions, \Text_Template $template) argument
232 $template,
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5 …cal-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{ba… selector
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dbootstrap.min.js6template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip… property in c.DEFAULTS
/plugin/findologicxmlexport/vendor/phpunit/php-text-template/
H A DREADME.md7 …ependency to your project, simply add a dependency on `phpunit/php-text-template` to your project'…
11 "phpunit/php-text-template": "~1.2"

1...<<11121314151617181920>>...28