Searched refs:currentEntry (Results 1 – 3 of 3) sorted by relevance
404 $currentEntry = array();477 $currentEntry['arrow'] = $nextToken;485 $currentEntry['index'] = $indexEnd;486 $currentEntry['index_content'] = $tokens[$indexEnd]['content'];488 $currentEntry['index'] = $indexStart;489 …$currentEntry['index_content'] = $phpcsFile->getTokensAsString($indexStart, ($indexEnd - $indexSta…492 $indexLength = strlen($currentEntry['index_content']);505 $currentEntry['value'] = $nextContent;506 $indices[] = $currentEntry;
838 var $currentEntry; variable in BibDBBuilder906 $this->currentEntry->constants[$stringKey]=$this->stringdb[$stringKey]->value;911 $this->currentEntry->setField($fieldkey,$entryvalue);915 $this->currentEntry->setType($entrytype);920 $this->currentEntry->setKey($entrykey);924 $this->currentEntry = createBibEntry();925 $this->currentEntry->setFile($this->filename);931 $this->currentEntry->timestamp();934 if (!$this->currentEntry->hasField(Q_KEY) && $this->currentEntry->getType()!='string') {935 $this->currentEntry->setField(Q_KEY,md5($entrysource));[all …]
3358 var currentEntry = null, lastEntry = null;3485 if (currentEntry != null && lastEntry == null)3487 currentEntry.style.backgroundColor = '';3488 lastEntry = currentEntry;3489 currentEntry = msgDiv; //To prevebt NPE later3547 if (currentEntry != entry2)3549 currentEntry.style.backgroundColor = '';3550 currentEntry = entry2;3551 currentEntry.style.backgroundColor = leftHighlight;3592 if (currentEntry != entry)[all …]