Home
last modified time | relevance | path

Searched defs:url (Results 751 – 775 of 821) sorted by last modified time

1...<<313233

/plugin/fedauth/Auth/
H A DOpenID.php327 static function appendArgs($url, $args)
416 static function normalizeUrl($url)
490 static function urldefrag($url)
/plugin/fedauth/Auth/Yadis/
H A DHTTPFetcher.php55 function canFetchURL($url)
78 function allowedURL($url)
100 function isHTTPS($url)
110 function URLHasAllowedScheme($url)
118 function _findRedirect($headers, $url)
169 function get($url, $headers = null)
/plugin/ssocas/
H A Daction.php63 function _redirect ($url) {
/plugin/facebookalbum/
H A Dfacebook.php564 protected function _oauthRequest($url, $params) {
588 protected function makeRequest($url, $params, $ch=null) {
/plugin/aceeditor/
H A Dpreview.php33 $url = $matches[1]; variable
36 $url = DOKU_BASE . "lib/plugins/latex/images/renderfail.png"; variable
/plugin/jdraw/lib/
H A Djgraphx-examples.jar ... text.NumberFormat numberFormat public static java.net.URL url public void <init> () public void ...
H A Djdraw.jar ... text.NumberFormat numberFormat public static java.net.URL url public void <init> (com.mxgraph
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java74 public static URL url = null; field in GraphEditor
451 private static Element url2element(URL url) throws Exception { in url2element()
/plugin/rssticker/
H A Dbridge.php30 function outputRSS_XML($url) {
/plugin/googlepagerank/
H A Dsyntax.php144 function getch($url) { return $this->CheckHash($this->HashURL($url)); }
148 function getpr($url) {
/plugin/icalendar/
H A Dsyntax.php269 function _parseIcs($url, $from, $to, $previewDays, $numberOfEntries, $sort_descending ) {
/plugin/autotweet/
H A Dtwitteroauth.php19 public $url; variable in TwitterOAuth
145 function get($url, $parameters = array()) {
156 function post($url, $parameters = array()) {
167 function delete($url, $parameters = array()) {
178 function oAuthRequest($url, $method, $parameters) {
197 function http($url, $method, $postfields = NULL) {
/plugin/s5reloaded/ui/effects_support/
H A Dsound.js21 play: function(url){ argument
H A Dprototype.js1382 initialize: function($super, url, options) { argument
1388 request: function(url) { argument
1631 initialize: function($super, container, url, options) { argument
1667 initialize: function($super, container, url, options) { argument
H A Dcontrols.js346 initialize: function(element, update, url, options) { argument
482 initialize: function(element, url, options) { argument
757 initialize: function($super, element, url, options) { argument
/plugin/s5reloaded/ui/audio_support/
H A Dsoundmanager2.js75 oOptions = {'id':arguments[0],'url':arguments[1]} property in SoundManager.createSound.oOptions
/plugin/ipa/
H A Dscript.js13 "url":"lib/plugins/ipa/ipa.html?id=", property in toolbar
/plugin/autlogin/
H A Dadmin.php1458 function control_page($url)
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js748 jQuery.fn.extend({_load:jQuery.fn.load,load:function(url,params,callback){if(typeof url!="string"){… argument
775 jQuery.extend({get:function(url,data,callback,type){if(jQuery.isFunction(data)){callback=data; argument
778 },getScript:function(url,callback){return jQuery.get(url,null,callback,"script"); argument
779 },getJSON:function(url,data,callback){return jQuery.get(url,data,callback,"json"); argument
780 },post:function(url,data,callback,type){if(jQuery.isFunction(data)){callback=data; argument
864 },httpNotModified:function(xhr,url){try{var xhrRes=xhr.getResponseHeader("Last-Modified"); argument
H A Dsimile-ajax-api.js48 SimileAjax.includeJavascriptFile = function(doc, url, onerror, charset) { argument
82 SimileAjax.includeCssFile = function(doc, url) { argument
125 SimileAjax.parseURLParameters = function(url, to, types) { argument
193 var url = SimileAjax.findScript(document, "simile-ajax-api.js"); variable
/plugin/tline/timeline_js/
H A Dtimeline-api.js255 var url = useLocalResources ? variable
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/tline/timeline_ajax/scripts/
H A Dsignal.js16 var url = node.src; variable
/plugin/actickets/
H A Dacclient.php33 public function __construct($url, $token) {

1...<<313233