Searched refs:loadContent (Results 1 – 5 of 5) sorted by relevance
/plugin/csv/syntax/ |
H A D | value.php | 65 $content = helper_plugin_csv::loadContent($opt['file']);
|
H A D | table.php | 62 $opt['content'] = helper_plugin_csv::loadContent($opt['file']);
|
/plugin/photogallery/lightGallery/js/ |
H A D | lightgallery.js | 558 this.loadContent(index + i, false, 0); 566 this.loadContent(index - j, false, 0); 576 Plugin.prototype.loadContent = function(index, rec, delay) { method in Plugin 890 _this.loadContent(index, true, 0); 899 _this.loadContent(index, true, _this.s.backdropDuration);
|
H A D | lightgallery.min.js | 4 …loadContent(a+b,!1,0);for(c=1;c<=this.s.preload&&!(a-c<0);c++)this.loadContent(a-c,!1,0)},b.protot… method in b
|
/plugin/csv/ |
H A D | helper.php | 119 public static function loadContent($file) function in helper_plugin_csv
|