Home
last modified time | relevance | path

Searched refs:idx (Results 176 – 200 of 242) sorted by relevance

12345678910

/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DBasicGraphEditor.java1020 int idx = tok.indexOf("=");
1021 ret.append(hex2urlEncoded(tok.substring(0, idx)));
1023 ret.append(hex2urlEncoded(tok.substring(idx+1)));
H A DEditorActions.java.bak536 int idx = namespace.lastIndexOf(":");
537 if (idx==-1) {
540 namespace=":"+namespace.substring(0, idx);
636 int idx = editor.getConfig().getName().lastIndexOf(":");
638 …final String dName = idx==-1 ? editor.getConfig().getName() : editor.getConfig().getName().substri…
H A DBasicGraphEditor.java.bak981 int idx = tok.indexOf("=");
982 ret.append(hex2urlEncoded(tok.substring(0, idx)));
984 ret.append(hex2urlEncoded(tok.substring(idx+1)));
/plugin/diagramsnet/lib/js/diagramly/
H A DDropboxClient.js626 var idx = path.lastIndexOf('/');
628 if (idx > 0)
630 filename = path.substring(0, idx + 1) + filename;
H A DTrees.js1066 var idx = mxUtils.indexOf(targets, state);
1068 if (idx >= 0)
1070idx += (direction == mxConstants.DIRECTION_NORTH || direction == mxConstants.DIRECTION_WEST) ? -1 …
1072 if (idx >= 0 && idx <= targets.length - 1)
1074 graph.setSelectionCell(targets[idx].cell);
H A DEditorUi.js822 if (idx > 0)
824 ui.movePage(idx, idx - 1);
832 if (idx > 0)
834 ui.movePage(idx, 0);
844 ui.movePage(idx, idx + 1);
865 if (idx > 0)
875 if (idx > 0)
926 if (idx >= 0)
930 if (idx2 > idx)
10833 if (idx >= 0 && idx < xml.length - 3)
[all …]
H A DGraphViewer.js1044 var idx = (layers != null && layers.length > 0) ? layers.split(' ') : [];
1049 if (idx.length > 0 || hasLayerIds || sourceGraph != null)
1079 for (var i = 0; i < idx.length; i++)
1081 var layer = model.getChildAt(model.root, parseInt(idx[i]));
H A DGitLabClient.js1114 (mxUtils.bind(this, function(branch, idx) argument
1117 temp.style.backgroundColor = (idx % 2 == 0) ?
/plugin/photogallery/phpThumb/
H A Dphpthumb.gif.php454 $idx = -1;
463 if (($idx == -1) || ($d < $dif)) {
464 $idx = $i;
469 return $idx;
/plugin/jcapture/lib/
H A Djcapture.jar ... apache.commons.codec.DecoderException String tok int idx String cookiesStr StringBuilder ret java.util.StringTokenizer st ...
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/photogallery/
H A Dsyntax.php637 protected function _image(&$img,$data,$idx){ argument
754 $video .= '<div id="video'.$idx.'" style="display:none;">'.DOKU_LF;
760 $ret .= '<li data-poster="'.$isrc.'" data-html="#video'.$idx.'">'.DOKU_LF;
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.js298 var initStep = function ( el, idx ) { argument
316 el.id = "step-" + (idx + 1);
/plugin/diagramsnet/lib/js/grapheditor/
H A DDialogs.js1574 var idx = mxUtils.indexOf(names, name);
1576 if (idx >= 0 && texts[idx] != null)
1578 texts[idx].focus();
1586 if (idx >= 0)
1588 names.splice(idx, 1);
1589 texts.splice(idx, 1);
H A DEditorUi.js4467 var idx = data.indexOf('&lt;mxGraphModel ');
4469 if (idx >= 0)
4473 if (idx2 > idx)
4475 result = data.substring(idx, idx2 + 21).replace(/&gt;/g, '>').
4547 var idx = xml.lastIndexOf('%3E');
4549 if (idx >= 0 && idx < xml.length - 3)
4551 xml = xml.substring(0, idx + 3);
/plugin/dirtylittlehelper/
H A Dstyle.css224 .dlh_ontheleft ul.idx * {
/plugin/database2/
H A Ddatabase2.php3191 for ( $idx = $end - 1; $idx > $pos; $idx-- )
3192 if ( $in[$idx] == '\\' )
5315 $idx = $this->getIndex();
5319 if ( is_array( $list ) && isset( $list[$idx] ) )
5320 $in[$key] = $list[$idx];
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1idx","lastSelectionCurEnd","selectedArea","getSelectedAreaRange","selectedText","emptyStrings","se…
/plugin/jmol2/jmol/
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1 ….util={removeFromArray:function(array,value){var idx=array.indexOf(value);if(idx!==-1){array.splic…
4idx=this._objects.indexOf(object);if(idx!==0){var newIdx=this._findNewLowerIndex(object,idx,inters… argument
11idx,a,red,green,blue,alpha,fX,fY;center.x=(u+.5)*ratioX;icenter.x=floor(center.x);for(v=0;v<dH;v++…
H A Dfabric.js358 var idx = array.indexOf(value);
359 if (idx !== -1) {
360 array.splice(idx, 1);
7036 if (idx !== 0) {
7053 newIdx = idx;
7069 newIdx = idx - 1;
7103 newIdx = idx;
7119 newIdx = idx + 1;
19179 idx = (j * oW + i) * 4;
19188 idx = (v * dW + u) * 4;
[all …]
/plugin/codemirror/dist/modes/
H A Dslim.min.js.map1idx","search","backUp","length","continueLine","column","stack","parent","indented","line","finish…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/sketchcanvas/script/
H A DSketchCanvas.js357 //arr[idx] = cood;
358 //idx++;
359 debug('idx='+idx);
661 var relmove = function(name, idx, dx, dy){ argument
662 if(pointMovingIdx + idx < 0 || pointMoving.points.length <= pointMovingIdx + idx)
664 var p1 = pointMoving.points[pointMovingIdx + idx];
2245 // idx = 0;
2385 // idx
[all...]

12345678910