| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/ |
| 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/ |
| 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; 253 downloadWindow = window.open(fileUrl); 259 window.location(fileUrl); 266 .prop("src", fileUrl) [all …]
|
| /plugin/bookcreator/script/ |
| 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; 261 downloadWindow = window.open(fileUrl); 267 window.location(fileUrl); 274 .prop("src", fileUrl) [all …]
|
| /plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/ |
| 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/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/tools/ |
| D | node.js | 82 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/ |
| D | fckoutput.py | 101 def sendUploadResults( self, errorNo = 0, fileUrl = '', fileName = '', customMsg = '' ): argument 108 'fileUrl': fileUrl.replace ('"', '\\"'),
|
| /plugin/grensladawritezor/fckeditor/editor/filemanager/upload/php/ |
| D | upload.php | 29 function SendResults( $errorNumber, $fileUrl = '', $fileName = '', $customMsg = '' ) argument 32 …echo 'window.parent.OnUploadCompleted(' . $errorNumber . ',"' . str_replace( '"', '\\"', $fileUrl …
|
| /plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
| 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/ |
| D | io.php | 285 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/ |
| 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/ |
| D | upload.lasso | 70 -optional='fileUrl', 81 + string_replace(#fileUrl, -find='"', -replace='\\"') + '","' 153 -fileUrl=$NewFilePath,
|
| /plugin/grensladawritezor/fckeditor/editor/filemanager/upload/lasso/ |
| D | upload.lasso | 70 -optional='fileUrl', 81 + string_replace(#fileUrl, -find='"', -replace='\\"') + '","' 153 -fileUrl=$NewFilePath,
|
| /plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/ |
| 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/ |
| D | fck_flash.js | 233 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument 260 SetUrl( fileUrl ) ;
|
| /plugin/grensladawritezor/fckeditor/editor/dialog/fck_flash/ |
| D | fck_flash.js | 236 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument 263 SetUrl( fileUrl ) ;
|
| /plugin/grensladawritezor/fckeditor/editor/filemanager/upload/asp/ |
| D | upload.asp | 34 Function SendResults( errorNumber, fileUrl, fileName, customMsg ) 36 …Response.Write "window.parent.OnUploadCompleted(" & errorNumber & ",""" & Replace( fileUrl, """", …
|
| /plugin/fckg/fckeditor/editor/dialog/fck_flash/ |
| D | fck_flash.js | 237 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument 271 SetUrl( fileUrl ) ;
|
| /plugin/ckgdoku/ |
| D | script.js | 437 var fileUrl = DOKU_BASE + 'lib/exe/fetch.php?media=' + id; 438 CKEDITOR.tools.callFunction(funcNum, fileUrl, function() {
|
| /plugin/wysiwyg/fckeditor/editor/dialog/fck_image/ |
| D | fck_image.js | 439 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument 467 SetUrl( fileUrl ) ;
|
| /plugin/grensladawritezor/fckeditor/editor/dialog/fck_image/ |
| D | fck_image.js | 433 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument 461 SetUrl( fileUrl ) ;
|
| /plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/ |
| D | io.asp | 214 Sub SendUploadResults( errorNumber, fileUrl, fileName, customMsg ) 217 …Response.Write "window.parent.OnUploadCompleted(" & errorNumber & ",""" & Replace( fileUrl, """", …
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | Menus.js | 2622 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/ |
| 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/ |
| D | fck_image.js | 564 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument 599 SetUrl( fileUrl ) ;
|