Home
last modified time | relevance | path

Searched refs:loadContent (Results 1 – 5 of 5) sorted by relevance

/plugin/csv/syntax/
H A Dvalue.php65 $content = helper_plugin_csv::loadContent($opt['file']);
H A Dtable.php62 $opt['content'] = helper_plugin_csv::loadContent($opt['file']);
/plugin/photogallery/lightGallery/js/
H A Dlightgallery.js558 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 Dlightgallery.min.js4loadContent(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 Dhelper.php119 public static function loadContent($file) function in helper_plugin_csv