Home
last modified time | relevance | path

Searched refs:get_data (Results 1 – 18 of 18) sorted by relevance

/plugin/htmlokay/conf/access/
Dget_inf.php6 get_data($argv[1]);
11 get_data($filename) ;
18 function get_data($filename) { function
/plugin/html2pdf/html2pdf/html2ps/
Dfetcher._interface.class.php12 function get_data($data_id) { function in Fetcher
Dfetcher.local.class.php10 function get_data($dummy1) { function in FetcherLocalFile
Dfetcher.memory.class.php18 function &get_data($url) { function in FetcherMemory
Dfetcher.url.curl.class.php35 function get_data($url) { function in FetcherUrlCurl
Dfetcher.url.class.php41 function get_data($data_id) { function in FetcherUrl
Dpipeline.class.php940 $data = $this->fetchers[$i]->get_data($data_id);
/plugin/html2pdf/html2pdf/html2ps/unittest/
Dfetcher.memory.php12 function get_data($url) { function in MyFetcherMemory
/plugin/lightmenu/
Dsyntax.php35 return lightmenu::get_data($matches[1]);
Dlightmenu.class.php205 public static function get_data(string $options) : array function in lightmenu
/plugin/html2pdf/html2pdf/html2ps/samples/
Dsample.simplest.from.file.php37 function get_data($dummy1) { function in MyFetcherLocalFile
Dsample.simplest.from.memory.php43 function get_data($url) { function in MyFetcherMemory
/plugin/html2pdf/html2pdf/html2ps/demo/
Dtest.php44 function get_data($dummy1) { function in convert_to_pdf::MyFetcherLocalFile
/plugin/xcom/
Dremote.php277 $this->get_data("$dir/$file",$id_name,$contents);
284 function get_data($file,$id_path,&$contents) { function in remote_plugin_xcom
/plugin/metadisplay/helper/
Dplaintext.php95 $success = $this->get_data("$dir/$file","$id_name",$store_name);
110 function get_data($file,$id_path,$store_name="") { function in helper_plugin_metadisplay_plaintext
Dhtml.php95 $success = $this->get_data("$dir/$file","$id_name",$store_name);
110 function get_data($file,$id_path,$store_name="") { function in helper_plugin_metadisplay_html
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
Dmodule.audio-video.matroska.php1358 * @param array|bool $get_data
1362 private function getEBMLelement(&$element, $parent_end, $get_data=false) { argument
1391 …if (($get_data === true || (is_array($get_data) && !in_array($element['id'], $get_data))) && !$don…
/plugin/asciidocjs/node_modules/async/dist/
Dasync.mjs916 * get_data: function(callback) {
925 * write_file: ['get_data', 'make_folder', function(results, callback) {
940 * // get_data: ['data', 'converted to array']
949 * get_data: function(callback) {
950 * console.log('in get_data');
960 * write_file: ['get_data', 'make_folder', function(results, callback) {
972 * // get_data: ['data', 'converted to array']
985 * get_data: function(callback) {
994 * write_file: ['get_data', 'make_folder', function(results, callback) {
1006 * // get_data: ['data', 'converted to array']
[all …]