Home
last modified time | relevance | path

Searched refs:URL (Results 326 – 350 of 500) sorted by path

1...<<11121314151617181920

/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js598 var BlobBuilder, URL;
639 URL = global.URL || global.webkitURL || global.mozURL;
660 return URL != null ? URL.createObjectURL(this.makeBlob(data, type)) : void 0;
664 return URL != null ? URL.revokeObjectURL(url) : void 0;
2976 return URL.revokeObjectURL(timer.url);
H A Dogg.js2 …obBuilder"):null;Browser.URLObject=typeof window!="undefined"?window.URL?window.URL:window.webkitU…
H A Dopus.js2 …obBuilder"):null;Browser.URLObject=typeof window!="undefined"?window.URL?window.URL:window.webkitU…
H A Dvorbis.js2 …obBuilder"):null;Browser.URLObject=typeof window!="undefined"?window.URL?window.URL:window.webkitU…
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/
H A DJplayer.as14 * id: (URL Encoded: String) Id of jPlayer instance
17 …* jQuery: (URL Encoded: String) Sets the jQuery var name. Used with: someVar = jQuery.noConflict(t…
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
H A Djquery.jplayer.js1484 type: $.jPlayer.error.URL,
1486 message: $.jPlayer.errorMsg.URL,
1487 hint: $.jPlayer.errorHint.URL
1563 type: $.jPlayer.error.URL,
1565 message: $.jPlayer.errorMsg.URL,
1566 hint: $.jPlayer.errorHint.URL
1757 type: $.jPlayer.error.URL,
1759 message: $.jPlayer.errorMsg.URL,
1760 hint: $.jPlayer.errorHint.URL
3461 URL: "e_url",
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/popcorn/
H A Dpopcorn.jplayer.js430 if(error.type === $.jPlayer.error.URL) {
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt78 …* bugfix (G:170) Add support for WXXX (URL) and APIC (attached picture) subframes inside ID3v2 cha…
756 * Bugfix: ID3v2 writing frames with URL fields failing when URL
2651 * Bugfix: WXXX frames were incorrectly writing from ['URL'] instead
2742 ¤ WXXX/W???/LINK frames now return ['url'] instead of ['URL']
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DREADME.md84 * `CssRewriteFilter`: fixes relative URLs in CSS assets when moving to a new URL
298 This example will render one `link` element on the page that includes a URL
/plugin/jplayer/vendor/robloach/component-installer/
H A DREADME.md95 ### Base URL
/plugin/latexit/tests/
H A Dscript4 URL=http://localhost/_bp/doku.php?id=test:test
5 URL=$URL${i}
6 URL=$URL"&do=export_latexit"
7 wget -O exported/test${i}_exported.latex $URL
/plugin/latexport/
H A DREADME.md126 ## global config. Symlinks maybe needed for URL rewriting.
/plugin/linkback/
H A DCHANGELOG17 * Option for displaying trackback URL for manual trackbacks
19 * URL of pinged page is now included in notification mail
/plugin/linkback/lang/de/
H A Dsubscribermail.txt7 URL: @URL@
/plugin/linkback/lang/en/
H A Dsubscribermail.txt8 URL: @URL@
/plugin/linkback/lang/ko/
H A Dsubscribermail.txt8 URL: @URL@
/plugin/linkback/lang/nl/
H A Dsubscribermail.txt9 URL: @URL@
/plugin/linkbonus/syntax/
H A Dinterwiki.txt204 //get interwiki URL
209 $url = 'http://www.google.com/search?q={URL}&amp;btnI=lucky';
217 if(preg_match('#\{(URL|NAME|SCHEME|HOST|PORT|PATH|QUERY)\}#',$url)){
219 $url = str_replace('{URL}',rawurlencode($reference),$url);
/plugin/mantis/lib/
H A Dchangelog119 - soap_transport_http: only include port in Host header if it was specified in the URL
131 - soap_transport_http: Allow credentials to be included in URL, rather than requiring setCredentials
189 - soap_server: use the WSDL URL scheme as the default endpoint URL scheme
197 - soap_server: improve WSDL URL scheme determination
256 - soap_transport_http: urldecode username and password taken from URL
493 - soap_server: use URL scheme for WSDL access as the scheme in SOAPAction
/plugin/markdownextra/
H A DREADME.md18 Download and install the plugin using the Plugin Manager using the following URL. Refer to [[:Plugi…
/plugin/matomo/
H A DREADME.md48 …e Plugin Manager (https://www.dokuwiki.org/plugin:plugin) and the download URL above, which points…
/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md7 - Improved handling of inline HTML with URL and email tags.
29 - #129 Use given encoded URL if decoded URL text looks insecure, e.g. uses broken UTF-8 (@tanakahi…
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dgithub-basics.md9 URL autolinking
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_amps_and_angle_encoding.md11 Here's a [link] [1] with an ampersand in the URL.
H A Dmd1_links_inline_style.md1 Just a [URL](/url/).
3 [URL and title](/url/ "title").
5 [URL and title](/url/ "title preceded by two spaces").
7 [URL and title](/url/ "title preceded by a tab").

1...<<11121314151617181920