Home
last modified time | relevance | path

Searched refs:index (Results 1726 – 1750 of 1806) sorted by last modified time

1...<<61626364656667686970>>...73

/plugin/directions/syntax/
H A Dcommon.php107 $index = $page1.'->'.$page2;
108 $graph[$index] = $value;
112 $index = $page1.'->'.$page2;
113 $graph[$index] = $value;
/plugin/animation/styles/
H A DshCore.css141 z-index: 10 !important;
/plugin/progrecss/
H A Dstyle.css129 z-index: 99;
/plugin/dokugitviewer/
H A Dsyntax.php76 for($index = 0; $index < strlen($message); $index++)
78 $char = $message[$index];
84 $src = substr($message, $index, strlen($cmp));
87 $key = substr($message, $index+1, strlen($cmp)-1);
89 $src= substr($message, $index+1+strlen($key));
91 $index += strlen($element.$value);
/plugin/qrcode2/
H A Dphpqrcode.php1364 public function insertStructuredAppendHeader($size, $index, $parity) argument
1370 if( $index <= 0 || $index > MAX_STRUCTURED_SYMBOLS ) {
1374 $buf = array($size, $index, $parity);
/plugin/processing/
H A Dscript.js1961 … p.vertex(this.vertices[index][0], this.vertices[index][1], this.vertices[index][2]);
1970 … p.bezierVertex(this.vertices[index+0][0], this.vertices[index+0][1], this.vertices[index+0][2],
1971 … this.vertices[index+1][0], this.vertices[index+1][1], this.vertices[index+1][2],
1972 … this.vertices[index+2][0], this.vertices[index+2][1], this.vertices[index+2][2]);
1976 … p.curveVertex(this.vertices[index][0], this.vertices[index][1], this.vertices[index][2]);
4206 var index = 0;
4214 index++;
8406 textureImage.data[index + 0] = imgData.data[index + 0];
8407 textureImage.data[index + 1] = imgData.data[index + 1];
8408 textureImage.data[index + 2] = imgData.data[index + 2];
[all …]
/plugin/frootysearch/
H A Dstyle.css80 z-index: 1000;
/plugin/sidebarng/lang/en/
H A Dnosidebar.txt11 You can also use one of the many available index [[doku>plugins]].
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Ddokuwiki.txt52 * [[http://bugs.splitbrain.org/index.php?project=1|Submit bugs and feature wishes]]
H A Dsyntax.txt358 {{rss>http://slashdot.org/index.rss 5 author date 1h }}
360 {{rss>http://slashdot.org/index.rss 5 author date 1h }}
/plugin/noticeboard/nbproject/private/
H A Dprivate.properties3 index.file=index.php
/plugin/noticeboard/noticeboard/nbproject/private/
H A Dprivate.properties3 index.file=index.php
/plugin/jquery/
H A Djquery-1.4.2.min.js96index(f)>-1:c(f).is(e)){d.push({selector:i,elem:f});delete j[i]}}f=f.parentNode}}return d}var k=c.…
H A Djquery-1.4.2.js1352 var index = elem.selectedIndex,
1358 if ( index < 0 ) {
1363 for ( var i = one ? index : 0, max = one ? index + 1 : options.length; i < max; i++ ) {
3790 if ( match.jquery ? match.index(cur) > -1 : jQuery(cur).is(match) ) {
3807 if ( pos ? pos.index(cur) > -1 : jQuery(cur).is(selectors) ) {
3818 index: function( elem ) {
/plugin/lytebox/
H A Dlytebox.css1 #lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
8 #lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height…
30 #lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
/plugin/crypto/
H A Dstyle.css14 z-index: 100;
/plugin/jmol2/jmol/
H A DJmol.js620 var index = ua.indexOf(candidate);
621 if (index < 0)
624 _jmol.browserVersion = parseFloat(ua.substring(index+candidate.length+1));
1058 var index = _jmol.scripts.length;
1059 _jmol.scripts[index] = script;
1060 return index;
H A DJmolApplet0_Minimize.jar ... .MinAtom extends java.lang.Object { int index public org.jmol.modelset.Atom atom public ...
H A DCHANGES.txt840 # yes D yes atomIndex atom 0-based index; a unique number for each atom regardless of the number …
863 # yes G yes groupindex overall group index (Jmol 11.5.35)
898 # g yes group index in chain
1094 # new feature: label %G -- group index, like atom index, 0-based for entire collection
1122 # bug fix: signed applet JmolAppletSigned0.jar does not include minimizer in internal jar index
1946 # new feature: draw pointGroup [type] [index] SCALE [x]
4465 # make the correlated value a simple index into the array.
5208 # "MOPAC-Graphical data" on the first line, character index 6.
5676 # %= 1-based index
5811 # %= file 1-based index
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jar ... .RSA META-INF/ META-INF/INDEX.LIST org/ org/jmol/ org/ ...
H A DJmolAppletSigned0.jar ... .RSA META-INF/ META-INF/INDEX.LIST com/ com/obrador/ javax/ ...
H A DJmolAppletSigned0_Minimize.jar ... .MinAtom extends java.lang.Object { int index public org.jmol.modelset.Atom atom public ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolApplet0_Symmetry.jar ... .lang.Object { int type int order int index int typeIndex javax.vecmath.Vector3f normalOrAxis private final ...

1...<<61626364656667686970>>...73