Home
last modified time | relevance | path

Searched refs:index (Results 551 – 575 of 1806) sorted by relevance

1...<<21222324252627282930>>...73

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php163 * Returns the index for the given connection.
205 * any index
238 * any index
272 * @param string $index index to update
281 public function updateDocument($id, $data, $index, array $options = []): Response
285 $endpoint->setIndex($index);
449 * Deletes documents with the given ids, index, type from the index.
454 * @param Index|string $index Inde
264 updateDocument($id, $data, $index, array $options = []) global() argument
438 deleteIds(array $ids, $index, $routing = false) global() argument
[all...]
/plugin/dirtylittlehelper/
H A Dstyle.css10 z-index:15;
61 z-index: 9999;
95 …ition:relative; display: none; background-color: #f1f1f1; width: 500px; z-index: 999; margin-left:…
259 .ui-autocomplete{ z-index: 99999 !important; }
261 .textcomplete-dropdown{ z-index: 999999 !important; }
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dcommunity.asciidoc68 - Registers console commands for index and types management and data import /
147 https://github.com/Nexucis/es-php-index-helper[Link: nexucis/es-php-index-helper]
154 https://www.elastic.co/guide/en/elasticsearch/guide/current/index-aliases.html[official documentation]
155 which can be summarized in a few words : *use alias instead of index directly*.
/plugin/showsamples/
H A Dstyle.css2 z-index: 2;
18 z-index: 1;
/plugin/fkstimer/
H A Dscript.js9 const switchLang = (number, index) => {
25 return LANG.plugins.fkstimer[index + key];
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DEntries.php62 if (($index = array_search($entry, $this->entries, true)) !== false) {
63 unset($this->entries[$index]);
/plugin/wysiwyg/fckeditor/editor/dialog/fck_select/
H A Dfck_select.js151 function AddComboOption( combo, optionText, optionValue, documentObject, index ) argument
160 if ( index != null )
161 combo.options.add( oOption, index ) ;
/plugin/fckg/fckeditor/editor/dialog/fck_select/
H A Dfck_select.js151 function AddComboOption( combo, optionText, optionValue, documentObject, index ) argument
160 if ( index != null )
161 combo.options.add( oOption, index ) ;
/plugin/onlineordering/
H A Dsend_form.php12 for ($index = 0; $index < $digits; $index++) {
/plugin/linksuggest/
H A Dscript.js77 index: 1,
101 index: 1,
195 index: 1,
/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/
H A DSettings.php14 * Elastica index settings object.
17 * can be changed on a running indices. To make changes like the merge policy (https://www.elastic.co/guide/en/elasticsearch/reference/current/index-modules-merge.html)
18 * the index has to be closed first and reopened after the call
23 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/index-modules-merge.html
57 * @param BaseIndex $index Index object argument
59 public function __construct(BaseIndex $index)
61 $this->_index = $index;
65 * Returns the current settings of the index.
68 * 'index.' is added in front of $setting.
89 if (empty($data['settings']) || empty($data['settings']['index'])) {
[all...]
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php327 $index = [];
330 $index[$stamp][] = $key;
332 krsort($index);
334 $this->overriddenEventsIndex = $index;
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php312 $index = [];
315 $index[$stamp][] = $key;
317 krsort($index);
319 $this->overriddenEventsIndex = $index;
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php328 $index = array();
331 $index[$stamp] = $key;
333 krsort($index);
335 $this->overriddenEventsIndex = $index;
/plugin/mobiletable/
H A DmobileTable.js282 const index = parseInt(node.parentElement.parentElement.getAttribute("data-column"), 10)
283 return (isNaN(index) || index < 0) ? -1 : index
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js1878 this.index = 0;
1879 this.index = index;
2506 this.index = 0;
2513 this.index = 0;
2524 this.index = 0;
2531 this.index = 0;
2650 return this.index;
3258 var index = 1;
5212 } })(n, index) || index == null) {
10235 for (var index = 0; index < children.length; index++) {
[all …]
/plugin/jukebox/id3/
H A Dmodule.tag.id3v2.php2630 function ETCOEventLookup($index) { argument
2631 if (($index >= 0x17) && ($index <= 0xDF)) {
2634 if (($index >= 0xE0) && ($index <= 0xEF)) {
2637 if (($index >= 0xF0) && ($index <= 0xFC)) {
2670 return (isset($EventLookup[$index]) ? $EventLookup[$index] : '');
2673 function SYTLContentTypeLookup($index) { argument
2686 return (isset($SYTLContentTypeLookup[$index]) ? $SYTLContentTypeLookup[$index] : '');
2716 return (isset($APICPictureTypeLookup[$index]) ? $APICPictureTypeLookup[$index] : '');
2719 function COMRReceivedAsLookup($index) { argument
2732 return (isset($COMRReceivedAsLookup[$index]) ? $COMRReceivedAsLookup[$index] : '');
[all …]
/plugin/issuetracker/
H A Dprototype.js822 var index = 0;
837 slices.push(array.slice(index, index+number));
1331 index: index,
2211 if (!Object.isNumber(index)) index = 0;
2216 return element.recursivelyCollect("previousSibling", index + 1)[index];
2223 if (!Object.isNumber(index)) index = 0;
2228 var maximumLength = Object.isNumber(index) ? index + 1 : 1;
2229 return element.recursivelyCollect("nextSibling", index + 1)[index];
3937 index = index || 0;
5217 return index >= 0 ? optionValue(element.options[index]) : null;
[all …]
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.fp.js431 var index = -1,
437 while (nested != null && ++index < length) {
438 var key = path[index],
443 nested[key] = clone(index == lastIndex ? value : Object(value));
533 var index = config.rearg ? 0 : (length - 1);
534 args[index] = transform(args[index]);
/plugin/tindexmenu/
H A DCREDITS10 The root namespace index.
22 Skip index option.
/plugin/likeit/
H A Dsyntax.php90 list($index,$pageid,$users) = $opts;
100 $htmlid = hsc($pageid).'_'.$index;
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exclusion/
H A DGroupsExclusionStrategy.php99 foreach ($paths as $index => $path) {
105 … group value for the property path "%s" should be an array, "%s" given', $index, gettype($groups[$…
/plugin/fksnewsfeed/syntax/
H A Dfeed.php42 foreach ($matches[1] as $index => $match) {
43 $parameters[$match] = $matches[2][$index];
/plugin/photogallery/lightGallery/js/
H A Dlg-hash.js48 _this.core.$el.on('onAfterSlide.lg.tm', function(event, prevIndex, index) { argument
49 window.location.hash = 'lg=' + _this.core.s.galleryId + '&slide=' + index;
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js703 var index = 0;
718 slices.push(array.slice(index, index+number));
725 this.each(function(value, index) { argument
735 this.each(function(value, index) { argument
745 this.each(function(value, index) { argument
753 this.each(function(value, index) { argument
764 this.each(function(value, index) { argument
778 this.each(function(value, index) { argument
1155 function index(value) { function
1214 index: index,
[all …]

1...<<21222324252627282930>>...73