Home
last modified time | relevance | path

Searched refs:sUrl (Results 1 – 18 of 18) sorted by relevance

/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
Dbrowser.js129 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/
Dfckdialog.js36 var sUrl = FCKConfig.BasePath + 'fckdialog.html' ;
37 this.Show( oDialogInfo, dialogName, sUrl, width, height, parentWindow, resizable ) ;
/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfckdialog.js36 var sUrl = FCKConfig.BasePath + 'fckdialog.html' ;
37 this.Show( oDialogInfo, dialogName, sUrl, width, height, parentWindow, resizable ) ;
/plugin/wysiwyg/fckeditor/_samples/_plugins/samples/
Dfckplugin.js42 var sUrl = FCKSelection.GetSelectedElement().src ;
45 window.top.open( sUrl ) ;
/plugin/grensladawritezor/fckeditor/_samples/_plugins/samples/
Dfckplugin.js42 var sUrl = FCKSelection.GetSelectedElement().src ;
45 window.top.open( sUrl ) ;
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_link/
Dfck_link.js243 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/
Dfck_link.js254 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/
Dfck_image.js124 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/
Dfck_image.js124 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/
Dfck_link.js151 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/
Dfck_image.js176 var sUrl = oImage.getAttribute( '_fcksavedurl' ) ;
177 if ( sUrl == null )
178 sUrl = GetAttribute( oImage, 'src', '' ) ;
180 GetE('txtUrl').value = sUrl ;
/plugin/openlayersmap/syntax/
Dolmap.php338 $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/
Dfck_flash.js85 var sUrl = GetAttribute( oEmbed, 'src', '' ) ;
/plugin/dokumicrobugtracker/js/
Djquery.dataTables.min.js.gz
Djquery.dataTables.min.js36 …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…
Djquery.dataTables.js7171 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/
Djquery.dataTables.min.js4sUrl?(P.ajax({dataType:"json",url:g.sUrl,success:function(t){C(e.oLanguage,t),Z(t),P.extend(!0,g,t…
Djquery.dataTables.js1068 if ( oLanguage.sUrl )
1076 url: oLanguage.sUrl,