/plugin/bpmnioeditor/ |
H A D | script.js | 17 window.bpmn[index] = []; 28 toggleButtons(index); 34 toggleButtons(index); 37 changeToView($bpmn, index); 40 handleSaveButton($bpmn, index); 56 changeToView($bpmn, index); 67 window.bpmn[index]['type'] = 'edit'; 119 function changeToEdit($bpmn, index){ argument 162 function changeToView($bpmn, index){ argument 209 function toggleButtons(index){ argument [all …]
|
/plugin/odt/ODT/css/ |
H A D | cssdocument.php | 21 public $index = 0; variable in css_doc_element 49 $index = $this->doc->findParent($this->index); 55 $element->index = $index; 65 $index = $this->doc->getPrecedingSibling($this->index); 71 $element->index = $index; 234 for ($index = $this->size-1 ; $index > $this->rootIndex ; $index--) { 258 for ($index = $this->size-1 ; $index > $state ['index'] ; $index--) { 320 $element->index = $index; 358 for ($index = $this->size-1 ; $index >= 0 ; $index--) { 379 for ($index = $start-1 ; $index >= 0 ; $index--) { [all …]
|
/plugin/refnotes/ |
H A D | instructions.php | 108 private $index; variable in refnotes_instruction_reference 117 $this->index = $index; 125 return $this->index; 203 private $index; variable in refnotes_instruction_list 211 $this->index = 0; 219 $this->index = 0; 233 return $this->index; 240 ++$this->index; 253 public function getAt($index) { argument 254 return new refnotes_instruction_reference($this, $this->event->data->calls[$index], $index); [all …]
|
H A D | namespace.php | 13 protected $index; variable in refnotes_namespace_data_stash 19 $this->index = array(); 31 return count($this->index); 45 return array_key_exists($index, $this->index) ? $this->index[$index] : array(); 52 ksort($this->index); 113 $this->index[$index][] = $style; 130 foreach ($this->index as &$index) { 145 foreach ($this->index as &$index) { 189 $index = $sorted; 342 $index = count($this->scope) + $index; [all …]
|
/plugin/photogallery/lightGallery/js/ |
H A D | lightgallery.js | 76 index: false, property in AnonymousFunction91f19f9c0200.defaults 185 _this.index = _this.s.index || 0; 209 _this.index = _this.s.index || _this.$items.index(this); 562 if (index - j < 0) { 636 _src = _this.$items.eq(index).attr('href') || _this.$items.eq(index).attr('data-src'); 785 …_src = _this.s.dynamicEl[index].downloadUrl !== false && (_this.s.dynamicEl[index].downloadUrl || … 787 …index).attr('data-download-url') !== 'false' && (_this.$items.eq(index).attr('data-download-url') … 928 _this.index++; 958 if (_this.index > 0) { 959 _this.index--; [all …]
|
/plugin/findologicxmlexport/vendor/hoa/exception/ |
H A D | Group.php | 150 $this[$index] = $exception; 171 * @param mixed $index Index. 174 public function offsetExists($index) argument 188 * @param mixed $index Index. 191 public function offsetGet($index) argument 195 return $group[$index]; 217 if (null === $index || 218 true === is_int($index)) { 230 * @param mixed $index Index. 233 public function offsetUnset($index) argument [all …]
|
/plugin/imagecarousel/vendor/swipebox/js/ |
H A D | jquery.swipebox.js | 134 index = $elem.index( $( this ) ); 138 ui.init( index ); 155 this.openSlide( index ); 156 this.openMedia( index ); 281 index, variable 622 if ( index === 0 ) { 679 if ( index < 0 || index >= elements.length ) { 850 index++; 861 index = 0; 883 if ( index > 0 ) { [all …]
|
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/ |
H A D | jplayer.playlist.js | 285 var index = $(this).parent().parent().index(); 287 self.play(index); 304 var index = $(this).parent().parent().index(); 370 …index = (index < 0) ? self.original.length + index : index; // Negative index relates to end of ar… 371 if(0 <= index && index < this.playlist.length) { 413 …index = (index < 0) ? this.original.length + index : index; // Negative index relates to end of ar… 414 if(0 <= index && index < this.playlist.length) { 423 …index = (index < 0) ? this.original.length + index : index; // Negative index relates to end of ar… 424 if(0 <= index && index < this.playlist.length) { 448 if(index > 0) { [all …]
|
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/ |
H A D | jplayer.playlist.js | 285 var index = $(this).parent().parent().index(); 287 self.play(index); 304 var index = $(this).parent().parent().index(); 370 …index = (index < 0) ? self.original.length + index : index; // Negative index relates to end of ar… 371 if(0 <= index && index < this.playlist.length) { 413 …index = (index < 0) ? this.original.length + index : index; // Negative index relates to end of ar… 414 if(0 <= index && index < this.playlist.length) { 423 …index = (index < 0) ? this.original.length + index : index; // Negative index relates to end of ar… 424 if(0 <= index && index < this.playlist.length) { 448 if(index > 0) { [all …]
|
/plugin/gallery/swipebox/js/ |
H A D | jquery.swipebox.js |
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/ |
H A D | Raw.php | 58 if (isset($key[$index])) { 64 foreach (['n', 'modulo', 'modulus', 1] as $index) { 65 if (isset($key[$index])) { 66 $components['modulus'] = $key[$index]; 82 foreach ($indices as $index) { 83 list($i0, $i1) = $index; 97 foreach ($indices as $index) { 98 list($i0, $i1) = $index; 109 if (isset($key[$index])) { 133 foreach (['privateexponent', 'd'] as $index) { [all …]
|
/plugin/qna/ |
H A D | action.php | 159 private function handlePluginQnaHeader($index) { argument 164 if (($index - $this->headerIndex) < 4) { 174 $this->rewriter->delete($index); 226 public function delete($index) { argument 249 public function insertHeaderCall($index, $data) { argument 285 $index = $this->getCorrectionIndex(); 286 $corrections = count($index); 292 for ( ; $i < $index[$c]; $i++) { 334 $position = $input[$index][2]; 347 …if (($input[$index][0] == 'plugin') && ($input[$index][1][0] == 'qna_block') && ($input[$index][1]… [all …]
|
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
H A D | module.audio.dts.php | 165 * @param int $index 204 return (isset($lookup[$index]) ? $lookup[$index] : false); 208 * @param int $index 231 return (isset($lookup[$index]) ? $lookup[$index] : false); 235 * @param int $index 246 return (isset($lookup[$index]) ? $lookup[$index] : false); 250 * @param int $index 255 switch ($index) { 285 * @param int $index 308 return (isset($lookup[$index]) ? $lookup[$index] : 'user-defined'); [all …]
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/ |
H A D | ReturnArgumentPromise.php | 28 private $index; variable in Prophecy\\Promise\\ReturnArgumentPromise 33 * @param int $index The zero-indexed number of the argument to return 37 public function __construct($index = 0) argument 39 if (!is_int($index) || $index < 0) { 42 $index 45 $this->index = $index; 59 return count($args) > $this->index ? $args[$this->index] : null;
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/ |
H A D | IndicesNamespace.php | 53 $endpoint->setIndex($index); 76 $endpoint->setIndex($index); 104 $endpoint->setIndex($index); 131 $endpoint->setIndex($index); 159 $endpoint->setIndex($index); 185 $endpoint->setIndex($index); 251 $endpoint->setIndex($index); 275 $endpoint->setIndex($index); 369 $endpoint->setIndex($index); 398 $endpoint->setIndex($index); [all …]
|
/plugin/columns/ |
H A D | rewriter.php | 38 $corrections = count($index); 83 protected $index; variable in instruction_rewriter_correction 88 public function __construct($index) { argument 89 $this->index = $index; 96 return $this->index; 105 public function __construct($index) { argument 106 parent::__construct($index); 124 public function __construct($index) { argument 125 parent::__construct($index); 158 public function __construct($index) { argument [all …]
|
/plugin/odt/ODT/ |
H A D | styleset.php | 195 for ($index = 0 ; $index < count($dest) ; $index++) { 196 if ($dest [$index]->isDefault() && 200 $dest [$index] = $new; 219 for ($index = 0 ; $index < count($dest) ; $index++) { 221 $dest [$index] = $new; 281 return $this->styles [$index]; 283 return $this->auto_styles [$index]; 285 return $this->master_styles [$index]; 307 for ($index = 0 ; $index < count($this->styles) ; $index++) { 308 if ($this->styles [$index]->isDefault() && [all …]
|
/plugin/subjectindex/inc/ |
H A D | common.php | 116 return $index; 148 private $index; variable in SI_Indexer 151 if ($index === null) { 154 $this->index = $index; 197 $this->index->remove($key); 202 $this->index->sort(); 209 SI_Utils::save_index($this->index); 233 $index->remove($key); 273 self::save_index($index); 279 $index = new SI_Index(); [all …]
|
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/ |
H A D | XML.php | 144 for($index = 0; $index < count($arrKeys); $index ++) { 145 …if(gettype($this->nodes[$arrKeys[$index]]) == "object" && strtolower(get_class($this->nodes[$arrKe… 156 for($index = 0; $index < count($arrKeys); $index ++) { 187 for($index = 0; $index < count($arrKeys); $index ++) { 188 …if(gettype($this->nodes[$arrKeys[$index]]) == "object" && strtolower(get_class($this->nodes[$arrKe… 195 for($index = 0; $index < count($arrKeys); $index ++) { 449 for($index = 0; $index < count($arrKeys); $index ++) { 514 for($index = 0; $index < count($arrKeys); $index ++) { 515 $node =& $this->nodes[$arrKeys[$index]]; 554 for($index = 0; $index < count($arrKeys); $index ++) { [all …]
|
/plugin/serverinfos/serverinfos/ |
H A D | style.css | 20 z-index: 10; 30 z-index: 10; 42 z-index: 10; 52 z-index: 10; 62 z-index: 10; 72 z-index: 10; 83 z-index: 10; 94 z-index: 10; 105 z-index: 10; 117 z-index: 10; [all …]
|
/plugin/inlineedit/ |
H A D | action.php | 63 for($index = 0; $index < count($found); $index++) { 65 for($ii = 0; $ii<=$index; $ii++) { 84 $found[$index+1] = ltrim($found[$index+1]); 85 $stop=strpos($found[$index+1],"</inlineedit>"); 90 $oldstr = substr($found[$index+1],0,$stop); 95 $found[$index+1]= $newstr.$found[$index+1]; 98 $found[$index+1]=str_replace($oldstr,$newstr,$found[$index+1]);
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/ |
H A D | Search.php | 91 if ($index instanceof Index) { 92 $index = $index->getName(); 103 if (!\is_scalar($index)) { 115 $this->_indices[] = $index; 127 foreach ($indices as $index) { 128 if (\is_string($index)) { 145 $this->addIndex($index); 156 foreach ($indices as $index) { 157 if (!\is_string($index)) { 267 * @param Index $index [all …]
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/ |
H A D | InputStream.php | 15 protected $index = 0; variable in Antlr\\Antlr4\\Runtime\\InputStream 59 return $this->index; 69 if ($this->index >= $this->size) { 74 $this->index++; 88 $pos = $this->index + $offset - 1; 120 public function seek(int $index) : void argument 122 if ($index <= $this->index) { 123 $this->index = $index; // just jump; don't update stream state (line, ...) 129 $this->index = \min($index, $this->size);
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/ |
H A D | CcrNamespace.asciidoc | 56 $params['index'] = (string) The name of the follower index 58 $params['body'] = (array) The name of the leader index and other optional ccr rel… 71 $params['index'] = (list) A comma-separated list of index patterns; use `_all` to perform the opera… 84 $params['index'] = (list) A comma-separated list of index patterns; use `_all` to perform the opera… 97 $params['index'] = (string) the name of the leader index for which specified follower retention lea… 98 …index, the name of the cluster containing the follower index, and the alias from the perspective o… 137 $params['index'] = (string) The name of the follower index that should pause following its leader i… 176 $params['index'] = (string) The name of the follow index to resume following. 201 $params['index'] = (string) The name of the follower index that should be turned into a regular ind…
|
/plugin/sequencediagram/bower_components/lodash/dist/ |
H A D | lodash.core.js | 109 while ((fromRight ? index-- : ++index < length)) { 110 if (predicate(array[index], index, array)) { 111 return index; 876 result[index] = array[index + start]; 1051 while ((fromRight ? index-- : ++index < length)) { 1123 return index > -1 ? iterable[iteratee ? collection[index] : index] : undefined; 1442 array[index] = args[start + index]; 1444 index = -1; 1447 otherArgs[index] = args[index]; 1517 args[index - 1] = arguments[index]; [all …]
|