Home
last modified time | relevance | path

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

/plugin/htmlokay/conf/access/
H A Dget_inf.php6 get_data($argv[1]);
11 get_data($filename) ;
18 function get_data($filename) { function
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetcher._interface.class.php12 function get_data($data_id) { function in Fetcher
H A Dfetcher.local.class.php10 function get_data($dummy1) { function in FetcherLocalFile
H A Dfetcher.memory.class.php18 function &get_data($url) { function in FetcherMemory
H A Dfetcher.url.curl.class.php35 function get_data($url) { function in FetcherUrlCurl
H A Dfetcher.url.class.php41 function get_data($data_id) { function in FetcherUrl
H A Dpipeline.class.php940 $data = $this->fetchers[$i]->get_data($data_id);
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dfetcher.memory.php12 function get_data($url) { function in MyFetcherMemory
/plugin/html2pdf/html2pdf/html2ps/samples/
H A Dsample.simplest.from.file.php37 function get_data($dummy1) { function in MyFetcherLocalFile
H A Dsample.simplest.from.memory.php43 function get_data($url) { function in MyFetcherMemory
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dtest.php44 function get_data($dummy1) { function in convert_to_pdf::MyFetcherLocalFile
/plugin/xcom/
H A 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/
H A 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
H A 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
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A 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…