Home
last modified time | relevance | path

Searched refs:idx (Results 101 – 125 of 242) sorted by path

12345678910

/plugin/ifauthex/lib/
H A Dparser.php554 public function getTokenDefRepr($idx) { argument
555 if ($idx < count($this->tokenDefs())) {
556 return $this->tokenDefs()[$idx]->representation();
/plugin/imagelink/
H A Dscript.js4 $container.each(function(idx,$element){ argument
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php246 function children($idx = -1) { argument
247 if ($idx === -1) {
252 return $this->children[$idx];
279 if ($idx !== false && isset($this->parent->children[$idx + 1])) {
293 if ($idx !== false && $idx > 0) {
556 if (is_null($idx)) {
558 } elseif ($idx < 0) {
559 $idx = count($found) + $idx;
561 return (isset($found[$idx])) ? $found[$idx] : null;
1373 function childNodes($idx = -1) { argument
[all …]
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.js298 var initStep = function ( el, idx ) { argument
316 el.id = "step-" + (idx + 1);
/plugin/include/
H A Dhelper.php401 foreach($conv_idx as $idx) {
402 if($ins[$idx][0] == 'header') {
403 if ($section_close_at === false && isset($ins[$idx+1]) && $ins[$idx+1][0] == 'section_open') {
406 $section_close_at = $idx;
410 unset ($ins[$idx]);
416 $lvl_new = (($ins[$idx][1][1] + $diff) > 5) ? 5 : ($ins[$idx][1][1] + $diff);
417 $ins[$idx][1][1] = $lvl_new;
420 if($ins[$idx][
[all...]
/plugin/indexmenu2/syntax/
H A Dindexmenu.php303 $idx = 'indexmenu'.str_replace(".","",join(explode(" ",microtime())));
304 $add = $opts['js']?"id=\"$idx\"":"class=\"idx\"";
343 cms.initMenu('$idx',{ 'theme': {'name': '{$opts["theme"]}'}
/plugin/inlineedit/
H A Dscript.js19 var idx = null;
21 idx = jQuery($self).data("plugin-inlineedit-itempos");
23idx = ajaxedit_getIdxBySelector($self,'span.plugin__inlineedit[data-plugin-inlineedit-pageid="'+J…
27 idx,
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djcapture.jar ... apache.commons.codec.DecoderException String tok int idx String cookiesStr StringBuilder ret java.util.StringTokenizer st ...
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DAbstractCaptureApplet.java188 int idx = tok.indexOf("="); in getCookies() local
189 ret.append(hex2urlEncoded(tok.substring(0, idx))); in getCookies()
191 ret.append(hex2urlEncoded(tok.substring(idx+1))); in getCookies()
H A DCaptureFrame.java240 int idx = fileName.lastIndexOf('.'); in capture() local
241 String imageFormat = idx==-1 ? defaultImageFormat : fileName.substring(idx+1).toUpperCase(); in capture()
H A DMovieEditorDialog.java188 int idx; field in MovieEditorDialog.FrameEntry
215 if (idx==splashIndex) { in paintFrame()
253 if (idx==playingColumn) { in decorate()
271 int startIdx = idx; in getImage()
282 if (i==idx) { in getImage()
386 int idx = 0; in MovieEditorDialog()
405 frameEntries[idx].idx = idx; in MovieEditorDialog()
430 ++idx; in MovieEditorDialog()
1007 if (!frameEntries[idx].isDeleted && frameEntries[idx].frame.isActive()) { in addRemoveInactivityMenuItem()
1008 lastActivity = idx; in addRemoveInactivityMenuItem()
[all …]
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/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 DBasicGraphEditor.java.bak981 int idx = tok.indexOf("=");
982 ret.append(hex2urlEncoded(tok.substring(0, idx)));
984 ret.append(hex2urlEncoded(tok.substring(idx+1)));
H A DEditorActions.java536 int idx = namespace.lastIndexOf(":"); in post() local
537 if (idx==-1) { in post()
540 namespace=":"+namespace.substring(0, idx); in post()
636 int idx = editor.getConfig().getName().lastIndexOf(":"); in actionPerformed() local
638 …final String dName = idx==-1 ? editor.getConfig().getName() : editor.getConfig().getName().substri… in actionPerformed()
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…
/plugin/jmol2/jmol/
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0_i18n_ar.jar ... Object implements java.util.Enumeration { private int idx private final org.jmol.translation.JmolApplet. ...
H A DJmolApplet0_i18n_ca.jar ... Object implements java.util.Enumeration { private int idx private final org.jmol.translation.JmolApplet. ...
H A DJmolApplet0_i18n_cs.jar ... Object implements java.util.Enumeration { private int idx private final org.jmol.translation.JmolApplet. ...
H A DJmolApplet0_i18n_da.jar ... Object implements java.util.Enumeration { private int idx private final org.jmol.translation.JmolApplet. ...
H A DJmolApplet0_i18n_de.jar ... Object implements java.util.Enumeration { private int idx private final org.jmol.translation.JmolApplet. ...

12345678910