Home
last modified time | relevance | path

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

/plugin/csv/syntax/
Dvalue.php66 $content = helper_plugin_csv::loadContent($opt['file']);
Dtable.php63 $opt['content'] = helper_plugin_csv::loadContent($opt['file']);
/plugin/photogallery/lightGallery/js/
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);
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/
Dhelper.php124 public static function loadContent($file) function in helper_plugin_csv