Home
last modified time | relevance | path

Searched refs:index (Results 226 – 250 of 1806) sorted by relevance

12345678910>>...73

/plugin/s5/ui/flower/
H A Ds5-core.css5 div#header {z-index: 1;}
6 div.slide {z-index: 2; visibility: hidden;}
8 div#footer {z-index: 5;}
9 div#controls {position: absolute; z-index: 1;}
/plugin/s5/ui/yatil/
H A Ds5-core.css5 div#header {z-index: 1;}
6 div.slide {z-index: 2; visibility: hidden;}
8 div#footer {z-index: 5;}
9 div#controls {position: absolute; z-index: 1;}
/plugin/s5/ui/pixel/
H A Ds5-core.css5 div#header {z-index: 1;}
6 div.slide {z-index: 2; visibility: hidden;}
8 div#footer {z-index: 5;}
9 div#controls {position: absolute; z-index: 1;}
/plugin/s5/ui/blue/
H A Ds5-core.css5 div#header {z-index: 1;}
6 div.slide {z-index: 2; visibility: hidden;}
8 div#footer {z-index: 5;}
9 div#controls {position: absolute; z-index: 1;}
/plugin/combo/ComboStrap/
H A DIndex.php12 private static $index; variable in ComboStrap\\Index
30 if (self::$index === null) {
31 self::$index = new Index();
33 return self::$index;
/plugin/photogallery/lightGallery/js/
H A Dlightgallery.min.js4index:!1,iframeMaxWidth:"100%",download:!0,counter:!0,appendCounterTo:".lg-toolbar",swipeThreshold… property in AnonymousFunction7137b5ee0200.c
/plugin/odt/ODT/
H A DODTUnits.php47 for ($index = 0 ; $index < $length ; $index++ ) {
48 if ( is_numeric ($value [$index]) === false &&
49 $value [$index] != '.' &&
50 $value [$index] != '-' ) {
53 $digits .= $value [$index];
/plugin/edittable/less/
H A Deditor.less36 // add a z-index to DokuWiki's toolbar pickers
38 z-index: 500;
42 z-index: 103; // the highest relevant z-index of edittable elements seems to be 103
/plugin/odt/ODT/css/
H A Dcssimportnew.php531 for ($index = $size-3 ; $index >= 0 ; $index--) {
537 if (empty($selector [$index]['combinator'])) {
538 $simple = $selector [$index]['selector'];
617 $combinator = $selector [$index]['combinator'];
638 for ($index = 0 ; $index < $size ; $index++) {
641 $specificity = $this->specificity [$index];
661 for ($index = 0 ; $index < $size ; $index++) {
669 $simple = $selector [$index]['selector'];
671 if ($index < $size-1) {
1366 for ($index = $max-1 ; $index >= 0 ; $index--) {
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DRollupNamespace.asciidoc68 $params['id'] = (string) The ID of the index to check rollup capabilities on, or left blank for all jobs
82 $params['index'] = (string) The rollup index or index pattern to obtain rollup capabilities from.
110 $params['index'] = (string) The index to roll up
111 $params['rollup_index'] = (string) The name of the rollup index to create
126 $params['index'] = (list) The indices or index-pattern(s) (containing rollup or regular data) that should be searched (Required)
127 $params['type'] = DEPRECATED (string) The doc type inside the index
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A De5d2172b524332196cac0f031c043659.asciidoc1 // indices/create-index.asciidoc:81
6 'index' => 'twitter',
9 'index' => [
H A D4d46dbb96125b27f46299547de9d8709.asciidoc1 // indices/create-index.asciidoc:190
6 'index' => 'test',
9 'index.write.wait_for_active_shards' => '2',
H A D71ba9033107882f61cdc3b32fc73568d.asciidoc6 'index' => 'my-index',
11 'index' => false,
/plugin/slider/
H A Djquery.bxslider.js364 …var currentIndex = slider.settings.moveSlides == 1 ? slider.active.index : slider.active.index * g…
380 children.each(function(index) { argument
710 slider.children.each(function(index){ argument
814 if(slider.active.index == 0){
830 …ettings.onSlideAfter(slider.children.eq(slider.active.index), slider.oldIndex, slider.active.index
859 if (slider.active.index == 0){
1133 slider.active.index = 0;
1136 slider.active.index = slideIndex;
1141 …settings.onSlideNext(slider.children.eq(slider.active.index), slider.oldIndex, slider.active.index
1143 …settings.onSlidePrev(slider.children.eq(slider.active.index), slider.oldIndex, slider.active.index
[all …]
/plugin/syntaxhighlighter/Uncompressed/
H A DshBrushXml.js28 var index = 0;
50 push(this.matches, new dp.sh.Match(match[1], match.index, 'attribute'));
55 …push(this.matches, new dp.sh.Match(match[2], match.index + match[0].indexOf(match[2]), 'attribute-…
68 …push(this.matches, new dp.sh.Match(match[1], match.index + match[0].indexOf(match[1]), 'tag-name')…
/plugin/syntaxhighlighter/Scripts/
H A DshBrushXml.js13 var index=0;var match=null;var regex=null;this.GetMatches(new RegExp('(\&lt;|<)\\!\\[[\\w\\s]*?\\[(…
16 push(this.matches,new dp.sh.Match(match[1],match.index,'attribute'));if(match[2]!=undefined)
17 {push(this.matches,new dp.sh.Match(match[2],match.index+match[0].indexOf(match[2]),'attribute-value…
19 {push(this.matches,new dp.sh.Match(match[1],match.index+match[0].indexOf(match[1]),'tag-name'));}}
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhelpers.asciidoc29 'index' => '<name of index>', // here the index name
42 // do something with hit e.g. copy its data to another index
66 'index' => '<name of index>', // here the index name
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DContext.php26 const DATA_INDEX = 'index';
36 * @var array index stack for sections
38 protected $index = []; variable in Handlebars\\Context
93 * Push an Index onto the index stack
95 * @param integer $index Index of the current section item.
99 public function pushIndex($index) argument
101 array_push($this->index, $index);
140 * Pop the last index from the stack.
142 * @return int Last index
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DSet.php67 foreach ($this->table[$hash] as $index => $entry) {
88 foreach ($this->table[$hash] as $index => $entry) {
115 foreach ($this->table[$hash] as $index => $entry) {
136 foreach ($this->table[$hash] as $index => $entry) {
141 unset($this->table[$hash][$index]);
172 foreach ($bucket as $index => $value) {
173 if (!$value->equals($otherBucket[$index])) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DCustomMetric.php45 public $index; variable in Google\\Service\\Analytics\\CustomMetric
144 public function setIndex($index) argument
146 $this->index = $index;
153 return $this->index;
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/
H A Dmultiline.js19index:[],penalty:e.nobreak,w:0,W:j,shift:j,scanW:j,nest:0},m=false;while(this.SVGbetterBreak(k,h,t… property in AnonymousFunction84890cf10200.k
/plugin/linkscollection/
H A Dhelper.php27 $index = new \dokuwiki\Ui\Index($IDX);
28 $html = html_buildlist($data, 'idx', [$index,'formatListItem'], [$index,'tagListItem']);
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlParser.php1273 public function sqlNames(?int $index = null) argument
1275 if ($index === null) {
1279 return $this->getTypedRuleContext(SqlNamesContext::class, $index);
1399 public function expression(?int $index = null) argument
1401 if ($index === null) {
1405 return $this->getTypedRuleContext(ExpressionContext::class, $index);
1411 public function COMMA(?int $index = null) argument
1413 if ($index === null) {
1417 return $this->getToken(PageSqlParser::COMMA, $index);
1455 public function expression(?int $index argument
1552 COMMA(int $index = null) global() argument
1591 column(int $index = null) global() argument
1603 COMMA(int $index = null) global() argument
1647 predicate(int $index = null) global() argument
1664 AND(int $index = null) global() argument
1676 OR(int $index = null) global() argument
1720 predicate(int $index = null) global() argument
1732 predicateGroup(int $index = null) global() argument
1744 AND(int $index = null) global() argument
1756 OR(int $index = null) global() argument
1884 orderByDef(int $index = null) global() argument
1896 COMMA(int $index = null) global() argument
[all...]
/plugin/fksnewsfeed/
H A Dscript.js35 let index = 0;
45 index += data.html.news.length;
53 fetchNews(streamName, index, numberFeed, renderNext);
57 fetchNews(streamName, index, 3, renderNext);
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DLanguage.php78 $index = $sum = 0;
84 $x = $index++ - $value[$v];
91 ++$index;
94 $result[$lang] = 1 - ($sum / ($this->maxNgrams * $index));

12345678910>>...73