Home
last modified time | relevance | path

Searched refs:candidate (Results 26 – 34 of 34) sorted by path

12

/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/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/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1candidate.\n let rootDict;\n try {\n rootDict = dict.get('Root');\n …
/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/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/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1292 foreach ($candidates as $candidate) {
1294 if (!isset($candidate[200][$report->principalProperty])) {
1298 $hrefs = $candidate[200][$report->principalProperty];
1306 $result[] = $candidate['href'];
/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