Home
last modified time | relevance | path

Searched refs:fileUrl (Results 1 – 24 of 24) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A 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/bookcreator/script/
H A Djquery.fileDownload.js34 fileDownload: function (fileUrl, options) { argument
93 // if specified will perform a "httpMethod" request to the specified 'fileUrl' using the specified data.
225 internalCallbacks.onPrepare(fileUrl);
241 //need to merge any fileUrl params with the data object
243 var qsStart = fileUrl.indexOf('?');
248 if (fileUrl.substring(fileUrl.length - 1) !== "&") {
249 fileUrl = fileUrl + "&";
253 fileUrl
[all...]
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dio.php286 function SendUploadResults( $errorNumber, $fileUrl = '', $fileName = '', $customMsg = '' ) argument
296 $fileUrl = "";
301 …echo 'window.parent.OnUploadCompleted(' . $errorNumber . ',"' . strtr( $fileUrl, $rpl ) . '","' . …
/plugin/ckgdoku/
H A Dscript.js437 var fileUrl = DOKU_BASE + 'lib/exe/fetch.php?media=' + id;
438 CKEDITOR.tools.callFunction(funcNum, fileUrl, function() {
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A 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/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dio.php286 function SendUploadResults( $errorNumber, $fileUrl = '', $fileName = '', $customMsg = '' ) argument
296 $fileUrl = "";
301 …echo 'window.parent.OnUploadCompleted(' . $errorNumber . ',"' . strtr( $fileUrl, $rpl ) . '","' . …
/plugin/ckgedit/
H A Dscript.js467 var fileUrl = DOKU_BASE + 'lib/exe/fetch.php?media=' + id;
468 CKEDITOR.tools.callFunction(funcNum, fileUrl, function() {
/plugin/combo/resources/snippet/js/
H A Dcache.js76 let fileUrl = combo.DokuUrl
79 let fileAnchor = `<a href="${fileUrl}" target="_blank">${fileLabel}</a>`;
/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js3891 var dlg = new FilenameDialog(editorUi, '', mxResources.get('create'), function(fileUrl) argument
3893 if (fileUrl != null && fileUrl.length > 0)
3897 '&create=' + encodeURIComponent(fileUrl));
H A DMenus.js2624 …if (fileUrl != null && fileUrl.length > 0 && editorUi.spinner.spin(document.body, mxResources.get(…
2626 var mime = (/(\.png)($|\?)/i.test(fileUrl)) ? 'image/png' : 'text/xml';
2631 doImportFile(data, mime, fileUrl);
3253 if (fileUrl != null && fileUrl.length > 0)
3257 window.location.hash = '#U' + encodeURIComponent(fileUrl);
3263 window.location.search + '#U' + encodeURIComponent(fileUrl));
3506 …if (fileUrl != null && fileUrl.length > 0 && editorUi.spinner.spin(document.body, mxResources.get(…
3508 var realUrl = fileUrl;
3510 if (!editorUi.editor.isCorsEnabledForUrl(fileUrl))
3512 realUrl = PROXY_URL + '?url=' + encodeURIComponent(fileUrl);
[all …]
/plugin/fckg/fckeditor/editor/dialog/fck_flash/
H A Dfck_flash.js237 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument
271 SetUrl( fileUrl ) ;
/plugin/fckg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js564 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument
599 SetUrl( fileUrl ) ;
/plugin/fckg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js1239 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument
1273 SetUrl( fileUrl ) ;
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dio.php285 function SendUploadResults( $errorNumber, $fileUrl = '', $fileName = '', $customMsg = '' ) argument
295 $fileUrl = "";
300 …echo 'window.parent.OnUploadCompleted(' . $errorNumber . ',"' . strtr( $fileUrl, $rpl ) . '","' . …
/plugin/siteexport/
H A 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;
259 window.location(fileUrl);
266 .prop("src", fileUrl)
293 .prop('action', fileUrl)
[all …]
/plugin/wysiwyg/fckeditor/editor/dialog/fck_flash/
H A Dfck_flash.js233 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument
260 SetUrl( fileUrl ) ;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js439 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument
467 SetUrl( fileUrl ) ;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js640 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument
667 SetUrl( fileUrl ) ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dio.asp214 Sub SendUploadResults( errorNumber, fileUrl, fileName, customMsg )
217 …Response.Write "window.parent.OnUploadCompleted(" & errorNumber & ",""" & Replace( fileUrl, """", …
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_upload.cfm47 function SendUploadResults(errorNumber, fileUrl, fileName, customMsg)
50 …WriteOutput('window.parent.OnUploadCompleted(' & errorNumber & ', "' & JSStringFormat(fileUrl) & '…
H A Dcf_io.cfm264 <cfargument name="fileUrl" required="false" type="String" default="">
270 …window.parent.OnUploadCompleted( #errorNumber#, "#JSStringFormat(fileUrl)#", "#JSStringFormat(file…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dupload.lasso70 -optional='fileUrl',
81 + string_replace(#fileUrl, -find='"', -replace='\\"') + '","'
153 -fileUrl=$NewFilePath,
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dio.php263 function SendUploadResults( $errorNumber, $fileUrl = '', $fileName = '', $customMsg = '' ) argument
267 …echo 'window.parent.OnUploadCompleted(' . $errorNumber . ',"' . strtr( $fileUrl, $rpl ) . '","' . …
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckoutput.py101 def sendUploadResults( self, errorNo = 0, fileUrl = '', fileName = '', customMsg = '' ): argument
108 'fileUrl': fileUrl.replace ('"', '\\"'),