Home
last modified time | relevance | path

Searched defs:url (Results 551 – 575 of 821) sorted by relevance

1...<<21222324252627282930>>...33

/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js1865 urlChanged(null, function(url) argument
3085 …function addButton(url, libs, title, tooltip, select, imgUrl, infoObj, onClick, preview, noImg, cl… argument
3108 function loadXmlData(url, callback) argument
3777 var tempObj = {url: node.getAttribute('url'), libs: node.getAttribute('libs'), property in AnonymousFunctionede4b3246800.tempObj
4514 var PopupDialog = function(editorUi, url, pre, fallback, hideDialog) argument
9490 file.getPublicUrl(function(url) argument
9610 editorUi.showImageDialog(mxResources.get('addImageUrl'), '', function(url, w, h) argument
10154 function loadXmlData(url, callback) argument
11041 var tempObj = {url: node.getAttribute('url'), libs: node.getAttribute('libs'), property in AnonymousFunctionede4b32414400.tempObj
H A DGraphViewer.js556 GraphViewer.prototype.getImageUrl = function(url) argument
2259 GraphViewer.getUrl = function(url, onload, onerror) argument
/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js544 ui.remoteInvoke('getBaseUrl', null, null, function(url) argument
912 ui.remoteInvoke('getBaseUrl', null, null, function(url) argument
1255 openExtDocCallback = function(url, info, name) argument
/plugin/owncloud/
H A Dhelper.php367 public function isAllowedExternalImage($url){
/plugin/popupviewer/
H A Dscript.js697 function img(url) { var i = new Image(); i.src = url; return i; } argument
/plugin/davcal/
H A Dscript.js78 url: DOKU_BASE + 'lib/exe/ajax.php', property in AnonymousFunction810540b70400.fcOptions.events
/plugin/combo/ComboStrap/
H A DFetcherMarkup.php284 function getFetchUrl(Url $url = null): Url argument
[all...]
H A DExecutionContext.php127 private Url $url; global() variable in ComboStrap\\ExecutionContext
H A DWikiPath.php379 static function createFromUrl($url): WikiPath argument
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php1295 function safe_parse_url($url) {
1311 function IsValidURL($url, $allowUserPass=false) {
/plugin/authgoogle/google/contrib/
H A DGoogle_AdsensehostService.php875 public $url; variable in Google_AdStyleColors
900 public function setUrl( $url) {
1019 public $url; variable in Google_AdUnitContentAdsSettingsBackupOption
1032 public function setUrl( $url) {
H A DGoogle_AdexchangebuyerService.php332 public $url; variable in Google_AccountBidderLocation
345 public function setUrl( $url) {
/plugin/dw2markdown/
H A Drenderer.php473 function rss($url, $params) {
/plugin/tline/timeline_js/
H A Dtimeline-bundle.js462 var E={url:H.getIcon()}; property in Timeline.CompactEventPainter.paintPreciseInstantEvent.E
484 var G={url:H.compositeIcon,width:H.compositeIconWidth,height:H.compositeIconHeight,className:"timel… property in Timeline.CompactEventPainter.paintCompositePreciseInstantEvents.G
502 var O=function(i){var r={url:i.getIcon()}; property in Timeline.CompactEventPainter.paintStackedPreciseInstantEvents.O.r
611 var F={url:I.getIcon()}; property in Timeline.CompactEventPainter.paintImpreciseInstantEvent.F
629 var F={url:I.getIcon()}; property in Timeline.CompactEventPainter.paintPreciseDurationEvent.F
647 var F={url:I.getIcon()}; property in Timeline.CompactEventPainter.paintImpreciseDurationEvent.F
2609 Timeline.loadJSON=function(url,f){var fError=function(statusText,status,xmlhttp){alert("Failed to l… argument
2688 Timeline._Impl.prototype.loadJSON=function(url,f){var tl=this; argument
/plugin/eventline/timeline_js/
H A Dtimeline-bundle.js462 var E={url:H.getIcon()}; property in Timeline.CompactEventPainter.paintPreciseInstantEvent.E
484 var G={url:H.compositeIcon,width:H.compositeIconWidth,height:H.compositeIconHeight,className:"timel… property in Timeline.CompactEventPainter.paintCompositePreciseInstantEvents.G
502 var O=function(i){var r={url:i.getIcon()}; property in Timeline.CompactEventPainter.paintStackedPreciseInstantEvents.O.r
611 var F={url:I.getIcon()}; property in Timeline.CompactEventPainter.paintImpreciseInstantEvent.F
629 var F={url:I.getIcon()}; property in Timeline.CompactEventPainter.paintPreciseDurationEvent.F
647 var F={url:I.getIcon()}; property in Timeline.CompactEventPainter.paintImpreciseDurationEvent.F
2625 Timeline.loadJSON=function(url,f){var fError=function(statusText,status,xmlhttp){alert("Failed to l… argument
2704 Timeline._Impl.prototype.loadJSON=function(url,f){var tl=this; argument
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js1011 this.getFileName=function(url){var split=this.splitURLBase(url); argument
1017 this.splitDataURL=function(url){var mark=url.indexOf(":",3); argument
1040 this.splitURLTrue=function(url){var m=reSplitFile.exec(url); argument
1045 this.getFileExtension=function(url){if(!url){return null argument
1051 this.isSystemURL=function(url){if(!url){return true argument
1075 this.isLocalURL=function(url){if(url.substr(0,5)=="file:"){return true argument
1079 this.isDataURL=function(url){return(url&&url.substr(0,5)=="data:") argument
1118 this.normalizeURL=function(url){if(!url){return"" argument
1128 this.parseURLParams=function(url){var q=url?url.indexOf("?"):-1; argument
1152 this.parseURLParamsArray=function(url){var q=url?url.indexOf("?"):-1; argument
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js2833 this.getFileName = function(url) argument
2839 this.splitURLBase = function(url) argument
2846 this.splitDataURL = function(url) argument
2897 this.splitURLTrue = function(url) argument
2923 this.isSystemURL = function(url) argument
2989 this.isLocalURL = function(url) argument
2999 this.isDataURL = function(url) argument
3030 this.getDomain = function(url) argument
3036 this.getURLPath = function(url) argument
11799 load: function(url) argument
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js258 }this.createStyleSheet=function(doc,url){var style=this.createElement("link"); argument
1022 this.getFileName=function(url){var split=this.splitURLBase(url); argument
1025 this.splitURLBase=function(url){if(this.isDataURL(url)){return this.splitDataURL(url) argument
1028 this.splitDataURL=function(url){var mark=url argument
1051 splitURLTrue(url) global() argument
1056 getFileExtension(url) global() argument
1062 isSystemURL(url) global() argument
1086 isLocalURL(url) global() argument
1090 isDataURL(url) global() argument
1092 getLocalPath(url) global() argument
1100 getDataURLForContent(content,url) global() argument
1104 getDomain(url) global() argument
1107 getURLPath(url) global() argument
1110 getPrettyDomain(url) global() argument
1113 absoluteURL(url,baseURL) global() argument
1115 absoluteURLWithDots(url,baseURL) global() argument
1129 normalizeURL(url) global() argument
1137 denormalizeURL(url) global() argument
1139 parseURLParams(url) global() argument
1163 parseURLParamsArray(url) global() argument
1442 SourceLink(url,line,type,object,instance) global() argument
1611 AnonymousFunction4beb61231600(context,url) global() argument
2413 AnonymousFunction4beb61236500(url) global() argument
2947 load(url) global() argument
2950 loadJSONP(url,callback) global() argument
2957 YQL(url,callback) global() argument
2965 fetchResource(url) global() argument
2974 fetchProxyResource(url) global() argument
4989 XHRSpy.prototype={method:null,url:null,async:null,xhrRequest:null,href:null,loaded:false,logRow:null,responseText:null,requestHeaders:null,responseHeaders:null,sourceLink:null,getU global() property in XHRSpy
5046 open(method,url,async,user,password) global() argument
6714 AnonymousFunction4beb612325d00(infoTip,url,repeat) global() argument
[all...]
/plugin/html2pdf/html2pdf/html2ps/
H A Dpipeline.class.php1026 function push_base_url($url) {
/plugin/s5reloaded/ui/audio_support/
H A Dsoundmanager2.js75 oOptions = {'id':arguments[0],'url':arguments[1]} property in SoundManager.createSound.oOptions
/plugin/authucenter/lib/uc_client/
H A Dclient.php216 function uc_fopen2($url, $limit = 0, $post = '', $cookie = '', $bysocket = FALSE, $ip = '', $timeou…
225 function uc_fopen($url, $limit = 0, $post = '', $cookie = '', $bysocket = FALSE, $ip = '', $timeout…
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshCore.js112 url : /\w+:\/\/[\w-.\/?%&=:@;#]*/g, property in sh.regexLib
577 function popup(url, name, width, height, options) argument
/plugin/tagfilter/script/
H A Djquery.history.js1 typeof JSON!="object"&&(JSON={}),function(){"use strict";function f(e){return e<10?"0"+e:e}function quote(e){return escapable.lastIndex=0,escapable.test(e)?'"'+e.replace(escapable,function(e){var t=meta[e];return typeof t=="string"?t:"\\u"+("0000"+e.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+e+'"'}function str(e,t){var n,r,i,s,o=gap,u,a=t[e];a&&typeof a=="object"&&typeof a.toJSON=="function"&&(a=a.toJSON(e)),typeof rep=="function"&&(a=rep.call(t,e,a));switch(typeof a){case"string":return quote(a);case"number":return isFinite(a)?String(a):"null";case"boolean":case"null":return String(a);case"object":if(!a)return"null";gap+=indent,u=[];if(Object.prototype.toString.apply(a)==="[object Array]"){s=a.length;for(n=0;n<s;n+=1)u[n]=str(n,a)||"null";return i=u.length===0?"[]":gap?"[\n"+gap+u.join(",\n"+gap)+"\n"+o+"]":"["+u.join(",")+"]",gap=o,i}if(rep&&typeof rep=="object"){s=rep.length;for(n=0;n<s;n+=1)typeof rep[n]=="string"&&(r=rep[n],i=str(r,a),i&&u.push(quote(r)+(gap?": ":":")+i))}else for(r in a)Object.prototype.hasOwnProperty.call(a,r)&&(i=str(r,a),i&&u.push(quote(r)+(gap?": ":":")+i));return i=u.length===0?"{}":gap?"{\n"+gap+u.join(",\n"+gap)+"\n"+o+"}":"{"+u.join(",")+"}",gap=o,i}}typeof Date.prototype.toJSON!="function"&&(Date.prototype.toJSON=function(e){return isFinite(this.valueOf())?this.getUTCFullYear()+"-"+f(this.getUTCMonth()+1)+"-"+f(this.getUTCDate())+"T"+f(this.getUTCHours())+":"+f(this.getUTCMinutes())+":"+f(this.getUTCSeconds())+"Z":null},String.prototype.toJSON=Number.prototype.toJSON=Boolean.prototype.toJSON=function(e){return this.valueOf()});var cx=/[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,escapable=/[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,gap,indent,meta={"\b":"\\b"," ":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},rep;typeof JSON.stringify!="function"&&(JSON.stringify=function(e,t,n){var r;gap="",indent="";if(typeof n=="number")for(r=0;r<n;r+=1)indent+=" ";else typeof n=="string"&&(indent=n);rep=t;if(!t||typeof t=="function"||typeof t=="object"&&typeof t.length=="number")return str("",{"":e});throw new Error("JSON.stringify")}),typeof JSON.parse!="function"&&(JSON.parse=function(text,reviver){function walk(e,t){var n,r,i=e[t];if(i&&typeof i=="object")for(n in i)Object.prototype.hasOwnProperty.call(i,n)&&(r=walk(i,n),r!==undefined?i[n]=r:delete i[n]);return reviver.call(e,t,i)}var j;text=String(text),cx.lastIndex=0,cx.test(text)&&(text=text.replace(cx,function(e){return"\\u"+("0000"+e.charCodeAt(0).toString(16)).slice(-4)}));if(/^[\],:{}\s]*$/.test(text.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return j=eval("("+text+")"),typeof reviver=="function"?walk({"":j},""):j;throw new SyntaxError("JSON.parse")})}(),function(e,t){"use strict";var n=e.History=e.History||{},r=e.jQuery;if(typeof n.Adapter!="undefined")throw new Error("History.js Adapter has already been loaded...");n.Adapter={bind:function(e,t,n){r(e).bind(t,n)},trigger:function(e,t,n){r(e).trigger(t,n)},extractEventData:function(e,n,r){var i=n&&n.originalEvent&&n.originalEvent[e]||r&&r[e]||t;return i},onDomLoad:function(e){r(e)}},typeof n.init!="undefined"&&n.init()}(window),function(e,t){"use strict";var n=e.document,r=e.setTimeout||r,i=e.clearTimeout||i,s=e.setInterval||s,o=e.History=e.History||{};if(typeof o.initHtml4!="undefined")throw new Error("History.js HTML4 Support has already been loaded...");o.initHtml4=function(){if(typeof o.initHtml4.initialized!="undefined")return!1;o.initHtml4.initialized=!0,o.enabled=!0,o.savedHashes=[],o.isLastHash=function(e){var t=o.getHashByIndex(),n;return n=e===t,n},o.isHashEqual=function(e,t){return e=encodeURIComponent(e).replace(/%25/g,"%"),t=encodeURIComponent(t).replace(/%25/g,"%"),e===t},o.saveHash=function(e){return o.isLastHash(e)?!1:(o.savedHashes.push(e),!0)},o.getHashByIndex=function(e){var t=null;return typeof e=="undefined"?t=o.savedHashes[o.savedHashes.length-1]:e<0?t=o.savedHashes[o.savedHashes.length+e]:t=o.savedHashes[e],t},o.discardedHashes={},o.discardedStates={},o.discardState=function(e,t,n){var r=o.getHashByState(e),i;return i={discardedState:e,backState:n,forwardState:t},o.discardedStates[r]=i,!0},o.discardHash=function(e,t,n){var r={discardedHash:e,backState:n,forwardState:t};return o.discardedHashes[e]=r,!0},o.discardedState=function(e){var t=o.getHashByState(e),n;return n=o.discardedStates[t]||!1,n},o.discardedHash=function(e){var t=o.discardedHashes[e]||!1;return t},o.recycleState=function(e){var t=o.getHashByState(e);return o.discardedState(e)&&delete o.discardedStates[t],!0},o.emulated.hashChange&&(o.hashChangeInit=function(){o.checkerFunction=null;var t="",r,i,u,a,f=Boolean(o.getHash());return o.isInternetExplorer()?(r="historyjs-iframe",i=n.createElement("iframe"),i.setAttribute("id",r),i.setAttribute("src","#"),i.style.display="none",n.body.appendChild(i),i.contentWindow.document.open(),i.contentWindow.document.close(),u="",a=!1,o.checkerFunction=function(){if(a)return!1;a=!0;var n=o.getHash(),r=o.getHash(i.contentWindow.document);return n!==t?(t=n,r!==n&&(u=r=n,i.contentWindow.document.open(),i.contentWindow.document.close(),i.contentWindow.document.location.hash=o.escapeHash(n)),o.Adapter.trigger(e,"hashchange")):r!==u&&(u=r,f&&r===""?o.back():o.setHash(r,!1)),a=!1,!0}):o.checkerFunction=function(){var n=o.getHash()||"";return n!==t&&(t=n,o.Adapter.trigger(e,"hashchange")),!0},o.intervalList.push(s(o.checkerFunction,o.options.hashChangeInterval)),!0},o.Adapter.onDomLoad(o.hashChangeInit)),o.emulated.pushState&&(o.onHashChange=function(t){var n=t&&t.newURL||o.getLocationHref(),r=o.getHashByUrl(n),i=null,s=null,u=null,a;return o.isLastHash(r)?(o.busy(!1),!1):(o.doubleCheckComplete(),o.saveHash(r),r&&o.isTraditionalAnchor(r)?(o.Adapter.trigger(e,"anchorchange"),o.busy(!1),!1):(i=o.extractState(o.getFullUrl(r||o.getLocationHref()),!0),o.isLastSavedState(i)?(o.busy(!1),!1):(s=o.getHashByState(i),a=o.discardedState(i),a?(o.getHashByIndex(-2)===o.getHashByState(a.forwardState)?o.back(!1):o.forward(!1),!1):(o.pushState(i.data,i.title,encodeURI(i.url),!1),!0))))},o.Adapter.bind(e,"hashchange",o.onHashChange),o.pushState=function(t,n,r,i){r=encodeURI(r).replace(/%25/g,"%");if(o.getHashByUrl(r))throw new Error("History.js does not support states with fragment-identifiers (hashes/anchors).");if(i!==!1&&o.busy())return o.pushQueue({scope:o,callback:o.pushState,args:arguments,queue:i}),!1;o.busy(!0);var s=o.createStateObject(t,n,r),u=o.getHashByState(s),a=o.getState(!1),f=o.getHashByState(a),l=o.getHash(),c=o.expectedStateId==s.id;return o.storeState(s),o.expectedStateId=s.id,o.recycleState(s),o.setTitle(s),u===f?(o.busy(!1),!1):(o.saveState(s),c||o.Adapter.trigger(e,"statechange"),!o.isHashEqual(u,l)&&!o.isHashEqual(u,o.getShortUrl(o.getLocationHref()))&&o.setHash(u,!1),o.busy(!1),!0)},o.replaceState=function(t,n,r,i){r=encodeURI(r).replace(/%25/g,"%");if(o.getHashByUrl(r))throw new Error("History.js does not support states with fragment-identifiers (hashes/anchors).");if(i!==!1&&o.busy())return o.pushQueue({scope:o,callback:o.replaceState,args:arguments,queue:i}),!1;o.busy(!0);var s=o.createStateObject(t,n,r),u=o.getHashByState(s),a=o.getState(!1),f=o.getHashByState(a),l=o.getStateByIndex(-2);return o.discardState(a,s,l),u===f?(o.storeState(s),o.expectedStateId=s.id,o.recycleState(s),o.setTitle(s),o.saveState(s),o.Adapter.trigger(e,"statechange"),o.busy(!1)):o.pushState(s.data,s.title,s.url,!1),!0}),o.emulated.pushState&&o.getHash()&&!o.emulated.hashChange&&o.Adapter.onDomLoad(function(){o.Adapter.trigger(e,"hashchange")})},typeof o.init!="undefined"&&o.init()}(window),function(e,t){"use strict";var n=e.console||t,r=e.document,i=e.navigator,s=!1,o=e.setTimeout,u=e.clearTimeout,a=e.setInterval,f=e.clearInterval,l=e.JSON,c=e.alert,h=e.History=e.History||{},p=e.history;try{s=e.sessionStorage,s.setItem("TEST","1"),s.removeItem("TEST")}catch(d){s=!1}l.stringify=l.stringify||l.encode,l.parse=l.parse||l.decode;if(typeof h.init!="undefined")throw new Error("History.js Core has already been loaded...");h.init=function(e){return typeof h.Adapter=="undefined"?!1:(typeof h.initCore!="undefined"&&h.initCore(),typeof h.initHtml4!="undefined"&&h.initHtml4(),!0)},h.initCore=function(d){if(typeof h.initCore.initialized!="undefined")return!1;h.initCore.initialized=!0,h.options=h.options||{},h.options.hashChangeInterval=h.options.hashChangeInterval||100,h.options.safariPollInterval=h.options.safariPollInterval||500,h.options.doubleCheckInterval=h.options.doubleCheckInterval||500,h.options.disableSuid=h.options.disableSuid||!1,h.options.storeInterval=h.options.storeInterval||1e3,h.options.busyDelay=h.options.busyDelay||250,h.options.debug=h.options.debug||!1,h.options.initialTitle=h.options.initialTitle||r.title,h.options.html4Mode=h.options.html4Mode||!1,h.options.delayInit=h.options.delayInit||!1,h.intervalList=[],h.clearAllIntervals=function(){var e,t=h.intervalList;if(typeof t!="undefined"&&t!==null){for(e=0;e<t.length;e++)f(t[e]);h.intervalList=null}},h.debug=function(){(h.options.debug||!1)&&h.log.apply(h,arguments)},h.log=function(){var e=typeof n!="undefined"&&typeof n.log!="undefined"&&typeof n.log.apply!="undefined",t=r.getElementById("log"),i,s,o,u,a;e?(u=Array.prototype.slice.call(arguments),i=u.shift(),typeof n.debug!="undefined"?n.debug.apply(n,[i,u]):n.log.apply(n,[i,u])):i="\n"+arguments[0]+"\n";for(s=1,o=arguments.length;s<o;++s){a=arguments[s];if(typeof a=="object"&&typeof l!="undefined")try{a=l.stringify(a)}catch(f){}i+="\n"+a+"\n"}return t?(t.value+=i+"\n-----\n",t.scrollTop=t.scrollHeight-t.clientHeight):e||c(i),!0},h.getInternetExplorerMajorVersion=function(){var e=h.getInternetExplorerMajorVersion.cached=typeof h.getInternetExplorerMajorVersion.cached!="undefined"?h.getInternetExplorerMajorVersion.cached:function(){var e=3,t=r.createElement("div"),n=t.getElementsByTagName("i");while((t.innerHTML="<!--[if gt IE " + (++e) + "]><i></i><![endif]-->")&&n[0]);return e>4?e:!1}();return e},h.isInternetExplorer=function(){var e=h.isInternetExplorer.cached=typeof h.isInternetExplorer.cached!="undefined"?h.isInternetExplorer.cached:Boolean(h.getInternetExplorerMajorVersion());return e},h.options.html4Mode?h.emulated={pushState:!0,hashChange:!0}:h.emulated={pushState:!Boolean(e.history&&e.history.pushState&&e.history.replaceState&&!/ Mobile\/([1-7][a-z]|(8([abcde]|f(1[0-8]))))/i.test(i.userAgent)&&!/AppleWebKit\/5([0-2]|3[0-2])/i.test(i.userAgent)),hashChange:Boolean(!("onhashchange"in e||"onhashchange"in r)||h.isInternetExplorer()&&h.getInternetExplorerMajorVersion()<8)},h.enabled=!h.emulated.pushState,h.bugs={setHash:Boolean(!h.emulated.pushState&&i.vendor==="Apple Computer, Inc."&&/AppleWebKit\/5([0-2]|3[0-3])/.test(i.userAgent)),safariPoll:Boolean(!h.emulated.pushState&&i.vendor==="Apple Computer, Inc."&&/AppleWebKit\/5([0-2]|3[0-3])/.test(i.userAgent)),ieDoubleCheck:Boolean(h.isInternetExplorer()&&h.getInternetExplorerMajorVersion()<8),hashEscape:Boolean(h.isInternetExplorer()&&h.getInternetExplorerMajorVersion()<7)},h.isEmptyObject=function(e){for(var t in e)if(e.hasOwnProperty(t))return!1;return!0},h.cloneObject=function(e){var t,n;return e?(t=l.stringify(e),n=l.parse(t)):n={},n},h.getRootUrl=function(){var e=r.location.protocol+"//"+(r.location.hostname||r.location.host);if(r.location.port||!1)e+=":"+r.location.port;return e+="/",e},h.getBaseHref=function(){var e=r.getElementsByTagName("base"),t=null,n="";return e.length===1&&(t=e[0],n=t.href.replace(/[^\/]+$/,"")),n=n.replace(/\/+$/,""),n&&(n+="/"),n},h.getBaseUrl=function(){var e=h.getBaseHref()||h.getBasePageUrl()||h.getRootUrl();return e},h.getPageUrl=function(){var e=h.getState(!1,!1),t=(e||{}).url||h.getLocationHref(),n;return n=t.replace(/\/+$/,"").replace(/[^\/]+$/,function(e,t,n){return/\./.test(e)?e:e+"/"}),n},h.getBasePageUrl=function(){var e=h.getLocationHref().replace(/[#\?].*/,"").replace(/[^\/]+$/,function(e,t,n){return/[^\/]$/.test(e)?"":e}).replace(/\/+$/,"")+"/";return e},h.getFullUrl=function(e,t){var n=e,r=e.substring(0,1);return t=typeof t=="undefined"?!0:t,/[a-z]+\:\/\//.test(e)||(r==="/"?n=h.getRootUrl()+e.replace(/^\/+/,""):r==="#"?n=h.getPageUrl().replace(/#.*/,"")+e:r==="?"?n=h.getPageUrl().replace(/[\?#].*/,"")+e:t?n=h.getBaseUrl()+e.replace(/^(\.\/)+/,""):n=h.getBasePageUrl()+e.replace(/^(\.\/)+/,"")),n.replace(/\#$/,"")},h.getShortUrl=function(e){var t=e,n=h.getBaseUrl(),r=h.getRootUrl();return h.emulated.pushState&&(t=t.replace(n,"")),t=t.replace(r,"/"),h.isTraditionalAnchor(t)&&(t="./"+t),t=t.replace(/^(\.\/)+/g,"./").replace(/\#$/,""),t},h.getLocationHref=function(e){return e=e||r,e.URL===e.location.href?e.location.href:e.location.href===decodeURIComponent(e.URL)?e.URL:e.location.hash&&decodeURIComponent(e.location.href.replace(/^[^#]+/,""))===e.location.hash?e.location.href:e.URL.indexOf("#")==-1&&e.location.href.indexOf("#")!=-1?e.location.href:e.URL||e.location.href},h.store={},h.idToState=h.idToState||{},h.stateToId=h.stateToId||{},h.urlToId=h.urlToId||{},h.storedStates=h.storedStates||[],h.savedStates=h.savedStates||[],h.normalizeStore=function(){h.store.idToState=h.store.idToState||{},h.store.urlToId=h.store.urlToId||{},h.store.stateToId=h.store.stateToId||{}},h.getState=function(e,t){typeof e=="undefined"&&(e=!0),typeof t=="undefined"&&(t=!0);var n=h.getLastSavedState();return!n&&t&&(n=h.createStateObject()),e&&(n=h.cloneObject(n),n.url=n.cleanUrl||n.url),n},h.getIdByState=function(e){var t=h.extractId(e.url),n;if(!t){n=h.getStateString(e);if(typeof h.stateToId[n]!="undefined")t=h.stateToId[n];else if(typeof h.store.stateToId[n]!="undefined")t=h.store.stateToId[n];else{for(;;){t=(new Date).getTime()+String(Math.random()).replace(/\D/g,"");if(typeof h.idToState[t]=="undefined"&&typeof h.store.idToState[t]=="undefined")break}h.stateToId[n]=t,h.idToState[t]=e}}return t},h.normalizeState=function(e){var t,n;if(!e||typeof e!="object")e={};if(typeof e.normalized!="undefined")return e;if(!e.data||typeof e.data!="object")e.data={};return t={},t.normalized=!0,t.title=e.title||"",t.url=h.getFullUrl(e.url?e.url:h.getLocationHref()),t.hash=h.getShortUrl(t.url), property in h.getStateString.n
[all...]
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php306 public static function redirect($url, $parameters = array(), $stay = false)

1...<<21222324252627282930>>...33