/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 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/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/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/combo/resources/snippet/js/ |
H A D | cache.js | 76 let fileUrl = combo.DokuUrl 79 let fileAnchor = `<a href="${fileUrl}" target="_blank">${fileLabel}</a>`;
|
/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/diagramsnet/lib/js/diagramly/ |
H A D | Menus.js | 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'; 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 …]
|
H A D | Dialogs.js | 3891 var dlg = new FilenameDialog(editorUi, '', mxResources.get('create'), function(fileUrl) argument 3893 if (fileUrl != null && fileUrl.length > 0) 3897 '&create=' + encodeURIComponent(fileUrl));
|
/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 ) ;
|