Home
last modified time | relevance | path

Searched refs:fileUrl (Results 1 – 25 of 32) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
DEventAttachment.php29 public $fileUrl; variable in Google\\Service\\Calendar\\EventAttachment
60 public function setFileUrl($fileUrl) argument
62 $this->fileUrl = $fileUrl;
69 return $this->fileUrl;
/plugin/siteexport/
Djquery.filedownload.js34 fileDownload: function (fileUrl, options) { argument
217 internalCallbacks.onPrepare(fileUrl);
235 var qsStart = fileUrl.indexOf('?');
240 if (fileUrl.substring(fileUrl.length - 1) !== "&") {
241 fileUrl = fileUrl + "&";
245 fileUrl = fileUrl + "?";
248 fileUrl = fileUrl + settings.data;
253 downloadWindow = window.open(fileUrl);
259 window.location(fileUrl);
266 .prop("src", fileUrl)
[all …]
/plugin/bookcreator/script/
Djquery.fileDownload.js34 fileDownload: function (fileUrl, options) { argument
225 internalCallbacks.onPrepare(fileUrl);
243 var qsStart = fileUrl.indexOf('?');
248 if (fileUrl.substring(fileUrl.length - 1) !== "&") {
249 fileUrl = fileUrl + "&";
253 fileUrl = fileUrl + "?";
256 fileUrl = fileUrl + settings.data;
261 downloadWindow = window.open(fileUrl);
267 window.location(fileUrl);
274 .prop("src", fileUrl)
[all …]
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
Dbrowser.js230 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument
233 fileUrl = fileUrl.replace(/.*?(media|userfiles\/image|file)\//,"");
240 fileUrl = encodeURIComponent(fileUrl);
241 opener.ckged_setmedia(fileUrl,"") ;
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/tools/
Dnode.js82 function addFile(file, fileUrl) { argument
89 sourcesContent[fileUrl] = code;
91 filename: fileUrl,
106 for (var fileUrl in files) {
107 addFile(files[fileUrl], fileUrl);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
Dfckoutput.py101 def sendUploadResults( self, errorNo = 0, fileUrl = '', fileName = '', customMsg = '' ): argument
108 'fileUrl': fileUrl.replace ('"', '\\"'),
/plugin/grensladawritezor/fckeditor/editor/filemanager/upload/php/
Dupload.php29 function SendResults( $errorNumber, $fileUrl = '', $fileName = '', $customMsg = '' ) argument
32 …echo 'window.parent.OnUploadCompleted(' . $errorNumber . ',"' . str_replace( '"', '\\"', $fileUrl
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
Dio.php286 function SendUploadResults( $errorNumber, $fileUrl = '', $fileName = '', $customMsg = '' ) argument
296 $fileUrl = "";
301 …echo 'window.parent.OnUploadCompleted(' . $errorNumber . ',"' . strtr( $fileUrl, $rpl ) . '","' . …
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
Dio.php285 function SendUploadResults( $errorNumber, $fileUrl = '', $fileName = '', $customMsg = '' ) argument
295 $fileUrl = "";
300 …echo 'window.parent.OnUploadCompleted(' . $errorNumber . ',"' . strtr( $fileUrl, $rpl ) . '","' . …
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
Dio.php286 function SendUploadResults( $errorNumber, $fileUrl = '', $fileName = '', $customMsg = '' ) argument
296 $fileUrl = "";
301 …echo 'window.parent.OnUploadCompleted(' . $errorNumber . ',"' . strtr( $fileUrl, $rpl ) . '","' . …
/plugin/combo/resources/snippet/js/
H A Dcache.js76 let fileUrl = combo.DokuUrl
79 … let fileAnchor = `<a href="${fileUrl}" target="_blank">${fileLabel}</a>`;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
Dupload.lasso70 -optional='fileUrl',
81 + string_replace(#fileUrl, -find='"', -replace='\\"') + '","'
153 -fileUrl=$NewFilePath,
/plugin/grensladawritezor/fckeditor/editor/filemanager/upload/lasso/
Dupload.lasso70 -optional='fileUrl',
81 + string_replace(#fileUrl, -find='"', -replace='\\"') + '","'
153 -fileUrl=$NewFilePath,
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
Dio.php263 function SendUploadResults( $errorNumber, $fileUrl = '', $fileName = '', $customMsg = '' ) argument
267 …echo 'window.parent.OnUploadCompleted(' . $errorNumber . ',"' . strtr( $fileUrl, $rpl ) . '","' . …
/plugin/wysiwyg/fckeditor/editor/dialog/fck_flash/
Dfck_flash.js233 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument
260 SetUrl( fileUrl ) ;
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_flash/
Dfck_flash.js236 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument
263 SetUrl( fileUrl ) ;
/plugin/grensladawritezor/fckeditor/editor/filemanager/upload/asp/
Dupload.asp34 Function SendResults( errorNumber, fileUrl, fileName, customMsg )
36 …Response.Write "window.parent.OnUploadCompleted(" & errorNumber & ",""" & Replace( fileUrl, """", …
/plugin/fckg/fckeditor/editor/dialog/fck_flash/
Dfck_flash.js237 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument
271 SetUrl( fileUrl ) ;
/plugin/ckgdoku/
Dscript.js437 var fileUrl = DOKU_BASE + 'lib/exe/fetch.php?media=' + id;
438 CKEDITOR.tools.callFunction(funcNum, fileUrl, function() {
/plugin/wysiwyg/fckeditor/editor/dialog/fck_image/
Dfck_image.js439 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument
467 SetUrl( fileUrl ) ;
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_image/
Dfck_image.js433 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument
461 SetUrl( fileUrl ) ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
Dio.asp214 Sub SendUploadResults( errorNumber, fileUrl, fileName, customMsg )
217 …Response.Write "window.parent.OnUploadCompleted(" & errorNumber & ",""" & Replace( fileUrl, """", …
/plugin/diagramsnet/lib/js/diagramly/
DMenus.js2622 var dlg = new FilenameDialog(editorUi, '', mxResources.get('import'), function(fileUrl) argument
2624 …if (fileUrl != null && fileUrl.length > 0 && editorUi.spinner.spin(document.body, mxResources.get(…
2626 var mime = (/(\.png)($|\?)/i.test(fileUrl)) ? 'image/png' : 'text/xml';
2629 editorUi.editor.loadUrl(PROXY_URL + '?url=' + encodeURIComponent(fileUrl), function(data)
2631 doImportFile(data, mime, fileUrl);
3251 var dlg = new FilenameDialog(editorUi, '', mxResources.get('open'), function(fileUrl) argument
3253 if (fileUrl != null && fileUrl.length > 0)
3257 window.location.hash = '#U' + encodeURIComponent(fileUrl);
3263 window.location.search + '#U' + encodeURIComponent(fileUrl));
3504 var dlg = new FilenameDialog(editorUi, '', mxResources.get('open'), function(fileUrl) argument
[all …]
/plugin/ckgedit/
Dscript.js467 var fileUrl = DOKU_BASE + 'lib/exe/fetch.php?media=' + id;
468 CKEDITOR.tools.callFunction(funcNum, fileUrl, function() {
/plugin/fckg/fckeditor/editor/dialog/fck_image/
Dfck_image.js564 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument
599 SetUrl( fileUrl ) ;

12