/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/ |
H A D | EventAttachment.php | 29 public $fileUrl; variable in Google\\Service\\Calendar\\EventAttachment 60 public function setFileUrl($fileUrl) argument 62 $this->fileUrl = $fileUrl; 69 return $this->fileUrl;
|
/plugin/siteexport/ |
H A D | jquery.filedownload.js | 34 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/bookcreator/script/ |
H A D | jquery.fileDownload.js | 34 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; 267 window.location(fileUrl); 274 .prop("src", fileUrl) 307 .prop('action', fileUrl) [all …]
|
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/ |
H A D | browser.js | 230 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/wysiwyg/fckeditor/editor/filemanager/connectors/py/ |
H A D | fckoutput.py | 101 def sendUploadResults( self, errorNo = 0, fileUrl = '', fileName = '', customMsg = '' ): argument 108 'fileUrl': fileUrl.replace ('"', '\\"'),
|
/plugin/combo/resources/snippet/js/ |
H A D | cache.js | 71 let fileUrl = combo.DokuUrl 74 … let fileAnchor = `<a href="${fileUrl}" target="_blank">${fileLabel}</a>`;
|
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/ |
H A D | io.php | 286 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/ |
H A D | io.php | 285 function SendUploadResults( $errorNumber, $fileUrl = '', $fileName = '', $customMsg = '' ) argument 295 $fileUrl = ""; 300 …echo 'window.parent.OnUploadCompleted(' . $errorNumber . ',"' . strtr( $fileUrl, $rpl ) . '","' . …
|
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
H A D | io.php | 286 function SendUploadResults( $errorNumber, $fileUrl = '', $fileName = '', $customMsg = '' ) argument 296 $fileUrl = ""; 301 …echo 'window.parent.OnUploadCompleted(' . $errorNumber . ',"' . strtr( $fileUrl, $rpl ) . '","' . …
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/ |
H A D | upload.lasso | 70 -optional='fileUrl', 81 + string_replace(#fileUrl, -find='"', -replace='\\"') + '","' 153 -fileUrl=$NewFilePath,
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/ |
H A D | io.php | 263 function SendUploadResults( $errorNumber, $fileUrl = '', $fileName = '', $customMsg = '' ) argument 267 …echo 'window.parent.OnUploadCompleted(' . $errorNumber . ',"' . strtr( $fileUrl, $rpl ) . '","' . …
|
/plugin/wysiwyg/fckeditor/editor/dialog/fck_flash/ |
H A D | fck_flash.js | 233 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument 260 SetUrl( fileUrl ) ;
|
/plugin/fckg/fckeditor/editor/dialog/fck_flash/ |
H A D | fck_flash.js | 237 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument 271 SetUrl( fileUrl ) ;
|
/plugin/wysiwyg/fckeditor/editor/dialog/fck_image/ |
H A D | fck_image.js | 439 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument 467 SetUrl( fileUrl ) ;
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/ |
H A D | io.asp | 214 Sub SendUploadResults( errorNumber, fileUrl, fileName, customMsg ) 217 …Response.Write "window.parent.OnUploadCompleted(" & errorNumber & ",""" & Replace( fileUrl, """", …
|
/plugin/ckgdoku/ |
H A D | script.js | 437 var fileUrl = DOKU_BASE + 'lib/exe/fetch.php?media=' + id; 438 CKEDITOR.tools.callFunction(funcNum, fileUrl, function() {
|
/plugin/ckgedit/ |
H A D | script.js | 467 var fileUrl = DOKU_BASE + 'lib/exe/fetch.php?media=' + id; 468 CKEDITOR.tools.callFunction(funcNum, fileUrl, function() {
|
/plugin/fckg/fckeditor/editor/dialog/fck_image/ |
H A D | fck_image.js | 564 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument 599 SetUrl( fileUrl ) ;
|
/plugin/wysiwyg/fckeditor/editor/dialog/fck_link/ |
H A D | fck_link.js | 640 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument 667 SetUrl( fileUrl ) ;
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/ |
H A D | cf_io.cfm | 264 <cfargument name="fileUrl" required="false" type="String" default=""> 270 …window.parent.OnUploadCompleted( #errorNumber#, "#JSStringFormat(fileUrl)#", "#JSStringFormat(file…
|
H A D | cf5_upload.cfm | 47 function SendUploadResults(errorNumber, fileUrl, fileName, customMsg) 50 …WriteOutput('window.parent.OnUploadCompleted(' & errorNumber & ', "' & JSStringFormat(fileUrl) & '…
|
/plugin/fckg/fckeditor/editor/dialog/fck_link/ |
H A D | fck_link.js | 1239 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument 1273 SetUrl( fileUrl ) ;
|