Home
last modified time | relevance | path

Searched refs:tag (Results 426 – 450 of 1150) sorted by path

1...<<11121314151617181920>>...46

/plugin/edittable/renderer/
H A Dinverse.php617 function _cellopen($tag, $colspan, $align, $rowspan) { argument
H A Djson.php95 private function _tablefield_open($tag, $colspan, $align, $rowspan) { argument
103 $this->tmetacell['tag'] = $tag;
/plugin/edittable/script/
H A Dcontextmenu.js42 if (meta[row][col].tag && meta[row][col].tag === 'th') {
43 meta[row][col].tag = 'td';
45 meta[row][col].tag = 'th';
H A Deditor.js236 if (cellMeta.tag === 'th') {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A Drun-repository.sh27 --tag elastic/elasticsearch-php \
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md154 a `@note` tag in the phpdoc section (e.g. [$client->rankEval()](https://github.com/elastic/elasticsearch-php/blob/master/src/Elasticsearch/Client.php)). For more information read the [experimental and beta APIs](docs/experimental-beta-apis.asciidoc)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D06afce2955f9094d96d27067ebca32e8.asciidoc16 'tag' => 'tech',
30 'tag' => 'wow',
35 'tag' => 'elasticsearch',
H A D1216f8f7367df3aa823012cef310c08a.asciidoc14 'source' => 'ctx._source.tag = ctx._source.remove("flag")',
H A D4cd246e5c4c035a2cd4081ae9a3d54e5.asciidoc10 'source' => 'ctx._source.tags.add(params.tag)',
13 'tag' => 'blue',
H A D98aeb275f829b5f7b8eb2147701565ff.asciidoc10 'source' => 'if (ctx._source.tags.contains(params.tag)) { ctx.op = \'delete\' } else { ctx.op = \'none\' }',
13 'tag' => 'green',
H A Dac544eb247a29ca42aab13826ca88561.asciidoc10 'source' => 'if (ctx._source.tags.contains(params.tag)) { ctx._source.tags.remove(ctx._source.tags.indexOf(params.tag)) }',
13 'tag' => 'blue',
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dexperimental-beta-apis.asciidoc18 All the `experimental` and `beta` APIs are marked with a `@note` tag in the
H A Drelease-notes.asciidoc254 * All the `experimental` and `beta` APIs are now signed with a `@note` tag in
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DMakefile3 release: tag
6 tag: target
7 chag tag --sign --debug CHANGELOG.rst
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DMakefile34 tag: target
35 $(if $(TAG),,$(error TAG is not defined. Pass via "make tag TAG=4.2.1"))
40 chag tag
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/hu/
H A Dhu.txt
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/mt/
H A Dmt.txt
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/so/
H A Dso.txt93 1. Qof kastaa wuxuu xaq u leeyahay inuu helo xornimo uu uga qayb galo isu-tag iyo urur leh ulajeeddo nabad-gelyo.
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md126 in [v2.3.0](https://github.com/reactphp/promise/releases/tag/v2.3.0)) and
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md958 ## [2.3.1](https://github.com/ruflin/Elastica/releases/tag/2.3.1) - 2015-10-17
978 ## [2.3.0](https://github.com/ruflin/Elastica/releases/tag/2.3.0) - 2015-09-15
996 ## [2.2.1](https://github.com/ruflin/Elastica/releases/tag/2.2.1) - 2015-08-10
1013 ## [2.2.0](https://github.com/ruflin/Elastica/releases/tag/2.2.0) - 2015-07-08
1037 ## [2.1.0](https://github.com/ruflin/Elastica/releases/tag/2.1.0) - 2015-06-01
1071 ## [2.0.0](https://github.com/ruflin/Elastica/releases/tag/2.0.0) - 2015-05-11
1941 - Release tag v0.17.2.0 added. Elastica is compatible with elasticsearch 0.17.2
1955 - Release tag v0.17.0.0 added. Elastica is compatible with elasticsearch 0.17.0
1964 - Release tag v0.16.4.0 added
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js264 …)\/>/g,function(all,front,tag){return tag.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|e… argument
1662 if("tag" in F){var J=F.tag;
1680 }}else{if(B!="tag"&&B!="elmt"){A.setAttribute(B,H);
/plugin/extlist/
H A Dsyntax.php219 protected function _writeCall($tag, $attr, $state, $pos, $match, $handler) argument
222 array($state, $tag, $attr), $state, $pos, $match
232 $tag = $m['list'];
234 if ($tag == 'ol') {
242 if (isset($this->list_class[$tag])) {
244 $class.= ' '.$this->list_class[$tag];
246 $class.= ' '.$this->getConf($tag.'_class');
251 $this->_writeCall($tag,$attr,DOKU_LEXER_ENTER, $pos,$match,$handler);
259 $tag = $m['list'];
260 if ($tag
554 _open($tag, $attr = null) global() argument
564 _close($tag) global() argument
576 _tag_indent($tag) global() argument
[all...]
/plugin/exttab1/
H A Dsyntax.php292 foreach ($allowedTags as $tag) {
293 $really = ($really or (strrpos($mydata, $tag) > 0));
/plugin/exttab2/
H A Dsyntax.php236 function _opentag($tag, $params=NULL, $before='', $after='') { argument
237 $tagstr = $this->tagsmap[$tag][0];
238 $before = $this->tagsmap[$tag][1].$before;
239 $after = $this->tagsmap[$tag][2].$after;
244 function _closetag($tag, $before='', $after='') { argument
245 $tagstr = $this->tagsmap[$tag][0];
246 $before = $this->tagsmap[$tag][1].$before;
247 $after = $this->tagsmap[$tag][2].$after;
329 function _finishtags($tag) { argument
331 switch ($tag) {
/plugin/exttab3/helper/
H A Dodt.php22 list($state, $tag, $attr) = $data;
51 $renderer->getODTProperties($properties, $tag, $class, $style);
53 switch ($tag) {
77 switch ($tag) {
79 $renderer->_odtTableOpenUseCSS(null, null, $tag, $attr);
84 $renderer->_odtTableRowOpenUseCSS($tag, $attr);
87 $renderer->_odtTableHeaderOpenUseCSS(0, $rowspan, $tag, $attr);
93 $renderer->_odtTableRowOpenUseCSS($tag, $attr);
96 $renderer->_odtTableCellOpenUseCSS($colspan, $rowspan, $tag, $attr);
104 $renderer->cdata($tag);
[all …]

1...<<11121314151617181920>>...46