Home
last modified time | relevance | path

Searched refs:sortIndex (Results 1 – 2 of 2) sorted by last modified time

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1sortIndex: i,\n identifier: op.identifier || null,\n range: validate…
/plugin/fullindex/
H A Daction.php16 var $sortIndex = array(); variable in action_plugin_fullindex
195 if(count($this->sortIndex) + 1 == $lvl) {
198 } else if (count($this->sortIndex) + 1 > $lvl) {
204 array_pop($this->sortIndex);
206 $sortIndex = "";
209 if(count($this->sortIndex) + 1 > $lvl) {
230 return implode("",$this->sortIndex).$sortIdx;
245 $this->sortIndex[] = $newIndex;
252 $diff = count($this->sortIndex) + 1 - $lvl;
255 array_pop($this->sortIndex);