Home
last modified time | relevance | path

Searched refs:nv (Results 26 – 36 of 36) sorted by last modified time

12

/plugin/revealjs/plugin/search/
H A Dsearch.js54 if((nv = node.nodeValue) && (regs = matchRegex.exec(nv))) {
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js2862 var nv = metadata[i].split('=');
2863 if (nv.length == 2)
2864 props[nv[0]] = nv[1];
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dnv.d3.min.js2 …d"!=typeof exports&&(module.exports=a),"undefined"!=typeof window&&(window.nv=a),a.dom.write=funct…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dnv.d3.min.css1nv-axis{pointer-events:none;opacity:1}.nvd3 .nv-axis path{fill:none;stroke:#000;stroke-opacity:.75…
/plugin/wikipediasnippet/conf/
H A Dlang2dir.conf162 nv ltr #Navajo
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js3309 '=': function(nv, v) { return nv == v; }, argument
3310 '!=': function(nv, v) { return nv != v; }, argument
3311 '^=': function(nv, v) { return nv.startsWith(v); }, argument
3312 '$=': function(nv, v) { return nv.endsWith(v); }, argument
3313 '*=': function(nv, v) { return nv.include(v); }, argument
3314 '~=': function(nv, v) { return (' ' + nv + ' ').include(' ' + v + ' '); }, argument
3315 …'|=': function(nv, v) { return ('-' + nv.toUpperCase() + '-').include('-' + v.toUpperCase() + '-')… argument
/plugin/mantis/lib/
H A Dclass.wsdl.php1510 $nv = array();
1513 $nv = array_merge($nv, $v);
1515 $value = $nv;
H A Dnusoap.php6041 $nv = array();
6044 $nv = array_merge($nv, $v);
6046 $value = $nv;
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js3858 '=': function(nv, v) { return nv == v; }, argument
3859 '!=': function(nv, v) { return nv != v; }, argument
3860 '^=': function(nv, v) { return nv == v || nv && nv.startsWith(v); }, argument
3861 '$=': function(nv, v) { return nv == v || nv && nv.endsWith(v); }, argument
3862 '*=': function(nv, v) { return nv == v || nv && nv.include(v); }, argument
3863 '~=': function(nv, v) { return (' ' + nv + ' ').include(' ' + v + ' '); }, argument
3864 '|=': function(nv, v) { return ('-' + (nv || "").toUpperCase() + argument
/plugin/translation3/lang/
H A Dlangnames.txt122 nv Diné bizaad
/plugin/googlesearch/
H A Dnusoap.php5397 $nv = array();
5400 $nv = array_merge($nv, $v);
5402 $value = $nv;

12