Searched refs:sUrl (Results 1 – 18 of 18) sorted by relevance
| /plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/ |
| D | browser.js | 129 var sUrl = this.ConnectorUrl + 'Command=' + command ; 130 sUrl += '&Type=' + this.ResourceType ; 131 sUrl += '&CurrentFolder=' + dwikiUTF8_encodeFN(this.CurrentFolder, DwikiFNencode); 135 if ( params ) sUrl += '&' + params ; 143 sUrl += '&DWFCK_Browser=local'; 146 sUrl += '&DWFCK_Client=' + CurrentDWikiClient; 149 sUrl += '&DWFCK_usergrps=' + opener.oDokuWiki_FCKEditorInstance.dwiki_usergroups; 153 sUrl += '&uuid=' + new Date().getTime() ; 158 oXML.LoadUrl( sUrl, callBackFunction ) ; // Asynchronous load. 160 return oXML.LoadUrl( sUrl ) ;
|
| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| D | fckdialog.js | 36 var sUrl = FCKConfig.BasePath + 'fckdialog.html' ; 37 this.Show( oDialogInfo, dialogName, sUrl, width, height, parentWindow, resizable ) ;
|
| /plugin/grensladawritezor/fckeditor/editor/_source/internals/ |
| D | fckdialog.js | 36 var sUrl = FCKConfig.BasePath + 'fckdialog.html' ; 37 this.Show( oDialogInfo, dialogName, sUrl, width, height, parentWindow, resizable ) ;
|
| /plugin/wysiwyg/fckeditor/_samples/_plugins/samples/ |
| D | fckplugin.js | 42 var sUrl = FCKSelection.GetSelectedElement().src ; 45 window.top.open( sUrl ) ;
|
| /plugin/grensladawritezor/fckeditor/_samples/_plugins/samples/ |
| D | fckplugin.js | 42 var sUrl = FCKSelection.GetSelectedElement().src ; 45 window.top.open( sUrl ) ;
|
| /plugin/grensladawritezor/fckeditor/editor/dialog/fck_link/ |
| D | fck_link.js | 243 var sUrl = sHRef.replace( oRegex.UriProtocol, '' ) ; 249 var oEMailInfo = oParser.ParseEMailUrl( sUrl ) ; 257 GetE('txtUrl').value = sUrl ; 369 var sUrl = GetE('txtUrl').value ; 370 var sProtocol = oRegex.UrlOnChangeProtocol.exec( sUrl ) ; 374 sUrl = sUrl.substr( sProtocol[0].length ) ; 375 GetE('txtUrl').value = sUrl ; 378 else if ( oRegex.UrlOnChangeTestOther.test( sUrl ) )
|
| /plugin/wysiwyg/fckeditor/editor/dialog/fck_link/ |
| D | fck_link.js | 254 var sUrl = sHRef.replace( oRegex.UriProtocol, '' ) ; 260 var oEMailInfo = oParser.ParseEMailUrl( sUrl ) ; 268 GetE('txtUrl').value = sUrl ; 380 var sUrl = GetE('txtUrl').value ; 381 var sProtocol = oRegex.UrlOnChangeProtocol.exec( sUrl ) ; 385 sUrl = sUrl.substr( sProtocol[0].length ) ; 386 GetE('txtUrl').value = sUrl ; 389 else if ( oRegex.UrlOnChangeTestOther.test( sUrl ) )
|
| /plugin/wysiwyg/fckeditor/editor/dialog/fck_image/ |
| D | fck_image.js | 124 var sUrl = oImage.getAttribute( '_fcksavedurl' ) ; 125 if ( sUrl == null ) 126 sUrl = GetAttribute( oImage, 'src', '' ) ; 128 GetE('txtUrl').value = sUrl ;
|
| /plugin/grensladawritezor/fckeditor/editor/dialog/fck_image/ |
| D | fck_image.js | 124 var sUrl = oImage.getAttribute( '_fcksavedurl' ) ; 125 if ( sUrl == null ) 126 sUrl = GetAttribute( oImage, 'src', '' ) ; 128 GetE('txtUrl').value = sUrl ;
|
| /plugin/fckg/fckeditor/editor/dialog/fck_link/ |
| D | fck_link.js | 151 oParser.ParseEMailUri = function( sUrl ) argument 159 var aLinkInfo = sUrl.match( /^(\w+):(.*)$/ ) ; 592 var sUrl = sHRef.replace( oRegex.UriProtocol, '' ) ; 594 GetE('txtUrl').value = sUrl ; 761 var sUrl = GetE('txtUrl').value ; 763 var sProtocol = oRegex.UrlOnChangeProtocol.exec( sUrl ) ; 767 sUrl = sUrl.substr( sProtocol[0].length ) ; 768 GetE('txtUrl').value = sUrl ; 771 else if ( oRegex.UrlOnChangeTestOther.test( sUrl ) )
|
| /plugin/fckg/fckeditor/editor/dialog/fck_image/ |
| D | fck_image.js | 176 var sUrl = oImage.getAttribute( '_fcksavedurl' ) ; 177 if ( sUrl == null ) 178 sUrl = GetAttribute( oImage, 'src', '' ) ; 180 GetE('txtUrl').value = sUrl ;
|
| /plugin/openlayersmap/syntax/ |
| D | olmap.php | 338 $sUrl = $this->getConf('iconUrlOverload'); 339 if (!$sUrl) { 340 $sUrl = DOKU_URL; 376 … $imgUrl .= "&markers=icon%3a" . $sUrl . "lib/plugins/openlayersmap/icons/" . $img . "%7c"
|
| /plugin/grensladawritezor/fckeditor/editor/dialog/fck_flash/ |
| D | fck_flash.js | 85 var sUrl = GetAttribute( oEmbed, 'src', '' ) ;
|
| /plugin/dokumicrobugtracker/js/ |
| D | jquery.dataTables.min.js.gz | |
| D | jquery.dataTables.min.js | 36 …MAX_ total entries)",sInfoPostFix:"",sInfoThousands:",",sSearch:"Search:",sUrl:"",oPaginate:{sFirs… property 146 …d")if(typeof g.oLanguage.sUrl!="undefined"&&g.oLanguage.sUrl!==""){e.oLanguage.sUrl=g.oLanguage.sU…
|
| D | jquery.dataTables.js | 7171 if ( typeof oInit.oLanguage.sUrl != 'undefined' && oInit.oLanguage.sUrl !== "" ) 7174 oSettings.oLanguage.sUrl = oInit.oLanguage.sUrl; 7175 $.getJSON( oSettings.oLanguage.sUrl, null, function( json ) {
|
| /plugin/datatables/assets/datatables.net/js/ |
| D | jquery.dataTables.min.js | 4 …sUrl?(P.ajax({dataType:"json",url:g.sUrl,success:function(t){C(e.oLanguage,t),Z(t),P.extend(!0,g,t…
|
| D | jquery.dataTables.js | 1068 if ( oLanguage.sUrl ) 1076 url: oLanguage.sUrl,
|