Home
last modified time | relevance | path

Searched refs:data_id (Results 1 – 6 of 6) sorted by path

/plugin/ckgedit/ckeditor/plugins/msword/dialogs/bak/
H A Dmsword.js78 var data_id = document.getElementById('ckgedit_mswin');
79 data_id.innerHTML = selected;
92 var data_id = document.getElementById('ckgedit_mswin');
93 var inner = data_id.innerHTML;
172 data_id.innerHTML ="";
H A Dmsword.js.unc78 var data_id = document.getElementById('ckgedit_mswin');
79 data_id.innerHTML = selected;
92 var data_id = document.getElementById('ckgedit_mswin');
93 var inner = data_id.innerHTML;
172 data_id.innerHTML ="";
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/
H A Dmsword.js.unc83 var data_id = document.getElementById('ckgedit_mswin');
84 data_id.innerHTML = selected;
97 var data_id = document.getElementById('ckgedit_mswin');
98 var inner = data_id.innerHTML;
189 data_id.innerHTML ="";
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetcher._interface.class.php8 …* @param String $data_id unique identifier of the data to be fetched (URI, file path, primary key …
12 function get_data($data_id) { argument
H A Dfetcher.url.class.php41 function get_data($data_id) { argument
44 if ($this->fetch($data_id)) {
49 $_url = htmlspecialchars($data_id);
56 error_log("Cannot open $data_id, HTTP result code is: ".$this->code);
66 $_url = htmlspecialchars($data_id);
74 $data_id));
79 $_url = htmlspecialchars($data_id);
87 $data_id));
H A Dpipeline.class.php786 function _process_item($data_id, &$media, $offset=0) { argument
792 error_log(sprintf(_('Could not fetch: %s'), (string)$data_id));
927 function &fetch($data_id) { argument
940 $data = $this->fetchers[$i]->get_data($data_id);
949 error_log(sprintf('Could not fetch %s', $data_id));
956 function process($data_id, &$media) { argument
957 return $this->process_batch(array($data_id), $media);
996 foreach ($data_id_array as $data_id) {
997 $this->_process_item($data_id, $media, $offset);
1127 function &_layout_item($data_id, &$media, $offset, &$context, &$postponed_filter) { argument
[all …]