Searched refs:xValue (Results 1 – 4 of 4) sorted by relevance
/plugin/dataloop/syntax/ |
H A D | loop.php | 308 $xValue = $this->dthlp->_formatData($cols[$num],$col,$types[$num],$renderer); 323 $xValue2 = $xValue; 332 $sReplace = '<a href="'.$xValue.'">'.$xValue2.'</a>'; 336 $sReplace = $xValue;
|
H A D | textloop.php | 259 $xValue = $this->dthlp->_formatData($cols[$num],$col,$types[$num],$renderer); 263 $sCurrentText = str_ireplace('@@'.$cols[$num].'@@', $xValue, $sCurrentText);
|
/plugin/photogallery/lightGallery/js/ |
H A D | lightgallery.js | 1036 Plugin.prototype.setTranslate = function($el, xValue, yValue) { argument 1039 $el.css('left', xValue); 1042 transform: 'translate3d(' + (xValue) + 'px, ' + yValue + 'px, 0px)'
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/ |
H A D | nv.d3.min.css | 1 ….nv-hoverArea{fill-opacity:0;stroke-opacity:0}.nvd3.nv-sparklineplus .nv-xValue,.nvd3.nv-sparkline…
|