Home
last modified time | relevance | path

Searched defs:data (Results 451 – 475 of 3057) sorted by relevance

1...<<11121314151617181920>>...123

/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Filter/
H A DFilterInterface.php25 public function decode($data);
H A DAscii85.php26 public function decode($data)
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageTypeGuesser.php13 public function guess($data)
/plugin/html2pdf/html2pdf/html2ps/
Dfilter.data.utf8.class.php6 function _convert(&$data, $encoding) {
Dfilter.data.doctype.class.php5 function process(&$data) {
Dps.utils.inc.php4 function trim_ps_comments($data) {
Dfilter.data.ucs2.class.php6 function _convert(&$data, $encoding) {
/plugin/authgoogle/google/auth/
DGoogle_Verifier.php30 abstract public function verify($data, $signature);
/plugin/exttab3/helper/
Dodt.php11 public function render(Doku_Renderer $renderer, $data)
/plugin/combo/ComboStrap/Tag/
H A DBackgroundTag.php137 public static function renderExitSpecialHtml($data): string
214 public static function renderMeta(array $data, Doku_Renderer_metadata $renderer)
/plugin/passwords/
Dsyntax.php89 public function render($format, Doku_Renderer $renderer, $data) {
109 private function parseData($data) {
/plugin/phosphor/
Dphosphor.php59 function render($mode, Doku_Renderer $renderer, $data) {
69 function phosphorContent(&$renderer, $data, $returnOnly = false, $tag='img')
/plugin/authgoogle/google/service/
DGoogle_MediaFileUpload.php31 public $data; variable in Google_MediaFileUpload
55 public function __construct($mimeType, $data, $resumable=false, $chunkSize=false) {
/plugin/slideshow/
Dsyntax.php57 function render($mode, &$renderer, $data){
162 function createXmlFile(&$data,$w,$h,$needTag) {
/plugin/photogallery/phpThumb/
Dphpthumb.gif.php189 public function deCompress($data, &$datLen)
213 public function LZWCommand(&$data, $bInit)
328 public function GetCode(&$data, $bInit)
652 public function load($data, &$datLen)
699 public function skipExt(&$data, &$extLen)
/plugin/drawio/
Dscript.js20 function(data) { argument
69 function(data) { argument
132 function(data){ argument
147 function(data){ argument
185 … localStorage.setItem(name, JSON.stringify({lastModified: new Date(), data: imgData})); property
/plugin/diagramsnet/lib/js/diagramly/
DElectronApp.js354 fs.readFile(path, encoding, mxUtils.bind(this, function (e, data) argument
759 editorUi.saveData = function(filename, format, data, mimeType, base64Encoded) argument
791 var success = mxUtils.bind(this, function(fileEntry, data, stat, name, isModified) argument
932 this.chooseFileEntry(mxUtils.bind(this, function(fileEntry, data, stat, name, isModified) argument
962 this.chooseFileEntry(mxUtils.bind(this, function(fileEntry, data, stat) argument
1034 var readData = mxUtils.bind(this, function (e, data) argument
1134 var checkBkpFile = mxUtils.bind(this, function (e, data) argument
1180 LocalFile = function(ui, data, title, temp) argument
1198 this.ui.readGraphFile(mxUtils.bind(this, function(fileEntry, data, stat, name, isModified) argument
1249 this.ui.readGraphFile(mxUtils.bind(this, function(fileEntry, data, stat, name, isModified) argument
[all …]
/plugin/imagereference/syntax/
Dimgcaption.php311 protected function captionStart($data) {
326 protected function captionEnd($data) {
/plugin/vote/
Dsyntax.php64 function render( $mode, &$renderer, $data ) {
167 function _debug_out( $title, $data ) {
/plugin/graphgear/
Dsyntax.php45 function handle($data, $state, $pos, Doku_Handler $handler){
81 function render($mode, Doku_Renderer $R, $data) {
/plugin/tagadd/
Dscript.js30 function tagadd__submitFormTagsDone(data){ argument
80 function tagadd__submitLoadFormDone(data){ argument
/plugin/fastwiki/
Dscript.js170 _sendPartial(params, $('.dokuwiki .editBox'), function(data) { argument
365 success: function(data, textStatus, jqXHR) { argument
458 _sendPartial(sparams, _getVisibleContent(), function(data) { argument
542 success: function(data, textStatus, jqXHR) { argument
595 function cb(data) { argument
693 …] || params['do']=='show' ? 'get' : 'post'](m_browserHistory.getBaseUrl(), params, function(data) { argument
/plugin/oembed/
Dsyntax.php76 public function render($mode, Doku_Renderer $renderer, $data)
319 function renderXHTML($data){
378 function renderXHTMLLink($data){
/plugin/diagramsnet/
Dscript.js6 var diagramsnetEdit = function(image, diagramsnetUrl , data, anonymize_xml) { argument
26 data: data, property
57 data: data, property
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php718 function beforeWriteContent($path, DAV\IFile $node, &$data, &$modified) {
756 function beforeCreateFile($path, &$data, DAV\ICollection $parentNode, &$modified) {
786 …protected function validateICalendar(&$data, $path, &$modified, RequestInterface $request, Respons…

1...<<11121314151617181920>>...123