Home
last modified time | relevance | path

Searched refs:index (Results 526 – 550 of 1806) sorted by relevance

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

/plugin/bureaucracy/helper/
H A Dfieldsubmit.php58 * @param int $index index number of field in form
62 public function handle_post($value, &$fields, $index, $formid) { argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAnalytics.php164 'start-index' => [
223 'start-index' => [
287 'start-index' => [
340 'start-index' => [
378 'start-index' => [
425 'start-index' => [
493 'start-index' => [
609 'start-index' => [
765 'start-index' => [
883 'start-index' => [
[all …]
/plugin/lightboxv2/
H A Dscreen.css1index:100;text-align:center;line-height:0}#lightbox a img{border:0}#outerImageContainer{position:r…
/plugin/qna/syntax/
H A Dtoc.php189 private function renderList($renderer, $toc, $index) { argument
191 $level = $toc[$index]['level'];
195 for ($i = $index; ($i < $items) && ($toc[$i]['level'] == $level); $i++) {
/plugin/authucenter/lib/uc_client/model/
H A Dpm.php435 if($index['pmtype'] != 1) {
438 $users = explode('_', $index['min_max']);
442 if($index['authorid'] != $uid) {
443 …$this->db->query("UPDATE ".UC_DBTABLEPRE.$this->getposttablename($index['plid'])." SET delstatus=2…
445 …$this->db->query("DELETE FROM ".UC_DBTABLEPRE.$this->getposttablename($index['plid'])." WHERE pmid…
448 …$this->db->query("UPDATE ".UC_DBTABLEPRE.$this->getposttablename($index['plid'])." SET delstatus=1…
450 …$this->db->query("DELETE FROM ".UC_DBTABLEPRE.$this->getposttablename($index['plid'])." WHERE pmid…
454 …ECT COUNT(*) FROM ".UC_DBTABLEPRE.$this->getposttablename($index['plid'])." WHERE plid='$index[pli…
455 $this->db->query("DELETE FROM ".UC_DBTABLEPRE."pm_lists WHERE plid='$index[plid]'");
456 $this->db->query("DELETE FROM ".UC_DBTABLEPRE."pm_members WHERE plid='$index[plid]'");
[all …]
/plugin/imapmarkers/
H A Djquery.imagemapster.js412 var index,
467 var index,
472 for (index = 0; index < list.length; index++) {
496 if (index >= 0) {
497 return index >= 0 ? this.map_cache[index] : null;
716 index,
1813 return index;
1878 var index,
1920 return index;
1991 if (index >= 0) {
[all …]
/plugin/unblink/
H A Dstyle.css8 z-index: 10;
19 z-index: 15;
/plugin/spellcheck/
H A Dstyle.css10 z-index: 2;
17 z-index: 1;
/plugin/sequencediagram/bower_components/lodash/lib/fp/
H A Dbuild-doc.js32 _.each(indexes, (newIndex, index) => {
33 reordered[newIndex] = argNames[index];
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DMakefile7 open docs/_build/html/index.html
28 open build/artifacts/coverage/index.html
/plugin/news/
H A Dadmin.php158 $index++;
176 $index = 1;
181 if($this->subfeed_selected == $index || $file == $sbname_check) {
187 $index++;
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php321 $index = array();
324 $index[$stamp] = $key;
326 krsort($index);
328 $this->overriddenEventsIndex = $index;
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php321 $index = array();
324 $index[$stamp] = $key;
326 krsort($index);
328 $this->overriddenEventsIndex = $index;
/plugin/dwtimeline/
H A Dstyle.less72 z-index: 1;
97 z-index: 1;
111 z-index: 1;
126 z-index: 1;
140 z-index: 1;
154 z-index: 1;
258 z-index: 1;
278 z-index: 1;
/plugin/photogallery/lightGallery/js/
H A Dlg-zoom.min.js4index).find(".lg-image"),b.core.index,!0)}),b.core.$el.on("onBeforeSlide.lg.tm",function(){d=1,b.r…
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js591 var index = 0;
595 iterator(value, index++);
607 slices.push(array.slice(index, index+number));
644 if (iterator(value, index)) {
656 if (iterator(value, index))
739 (iterator(value, index) ?
757 if (!iterator(value, index))
1035 index: function(value) {
3591 if (Object.isUndefined(index))
3600 if (value == index) {
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DDocument.php41 * @param Index|string $index Index name
43 public function __construct(?string $id = null, $data = [], $index = '') argument
47 $this->setIndex($index);
135 * Adds a file to the index.
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-snap.js67 Diagram.Actor = function(alias, name, index) { argument
70 this.index = index;
83 return this.actorA.index == this.actorB.index;
1055 a = s.actorA.index;
1059 a = Math.min(s.actorA.index, s.actorB.index);
1060 b = Math.max(s.actorA.index, s.actorB.index);
1071 b = s.actor.index;
1074 a = s.actor.index;
1078 a = Math.min(s.actor[0].index, s.actor[1].index);
1079 b = Math.max(s.actor[0].index, s.actor[1].index);
[all …]
H A Dsequence-diagram-snap-min.js6index){this.alias=alias,this.name=name,this.index=index},Diagram.Signal=function(actorA,signaltype… argument
H A Dsequence-diagram-raphael.js67 Diagram.Actor = function(alias, name, index) { argument
70 this.index = index;
83 return this.actorA.index == this.actorB.index;
1055 a = s.actorA.index;
1059 a = Math.min(s.actorA.index, s.actorB.index);
1060 b = Math.max(s.actorA.index, s.actorB.index);
1071 b = s.actor.index;
1074 a = s.actor.index;
1078 a = Math.min(s.actor[0].index, s.actor[1].index);
1079 b = Math.max(s.actor[0].index, s.actor[1].index);
[all …]
/plugin/newsticker/syntax/
H A Dticker.php103 foreach ($data as $index => $newsItem) {
106 …$renderer->doc .= '<span class="newsticker-counter">'. ($index+1) . '/' . count($data) . '</span>';
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/
H A DHealth.php172 foreach ($this->_data['indices'] as $indexName => $index) {
173 $indices[$indexName] = new Index($indexName, $index);
/plugin/imgpaste/
H A Dscript.js12 for (let index in items) {
13 const item = items[index];
/plugin/combo/vendor/symfony/polyfill-php80/
H A DPhpToken.php90 foreach ($tokens as $index => $token) {
97 $tokens[$index] = new static($id, $text, $line, $position);
/plugin/filelisting/
H A Dscript.js283 index = this.$sortHeader.index() + (colspan - 1),
291 var dataA = $(a).find('td').eq(index).data('sort'),
292 dataB = $(b).find('td').eq(index).data('sort');
315 $dirs.each($.proxy(function(index, element) { argument
427 $plugin__filelisting.each(function adjustTableWidthForScrollbar(index, container) { argument

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