Home
last modified time | relevance | path

Searched refs:candidate (Results 26 – 34 of 34) sorted by last modified time

12

/plugin/userimportextended/
H A Dadmin.php244 * @param array $candidate
248 if (empty($candidate[1])) {
251 if (empty($candidate[2])) {
254 if (empty($candidate[3])) {
257 if (empty($candidate[4])) {
273 $this->insertDefaults($candidate);
276 $INPUT->set('userid', $candidate[0]);
277 $INPUT->set('userpass', $candidate[1]);
278 $INPUT->set('username', $candidate[2]);
279 $INPUT->set('usermail', $candidate[3]);
[all …]
/plugin/authsplit/
H A DREADME222 validate login names and passwords. An example candidate is my authhttp
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt2549 at least one. A value of three indicates a candidate for a draw claim by the
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureConfig.java304 for (VideoEncoder candidate: getEncoders()) { in load()
305 if (encoderName.equals(candidate.toString())) { in load()
306 encoder = candidate; in load()
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jmol2/jmol/
H A DJmol.js618 function _jmolTestUA(candidate) { argument
620 var index = ua.indexOf(candidate);
623 _jmol.browser = candidate;
624 _jmol.browserVersion = parseFloat(ua.substring(index+candidate.length+1));
628 function _jmolTestOS(candidate) { argument
629 if (_jmol.ua.indexOf(candidate) < 0)
631 _jmol.os = candidate;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdomtools.js575 var candidate = parentNode.childNodes[i] ;
577 candidate.nodeType == 3 &&
578 candidate.previousSibling &&
579 candidate.previousSibling.nodeType == 3 )
610 var candidate = cursor.childNodes[j] ;
612 candidate.nodeType == 3 &&
613 candidate.previousSibling &&
614 candidate.previousSibling.nodeType == 3 )
619 cursor = candidate ;

12