Home
last modified time | relevance | path

Searched refs:urls (Results 51 – 74 of 74) sorted by last modified time

123

/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md52 - #54 escape characters are now also considered inside of urls
/plugin/fckg/
H A DChanges114 Fix for urls in DW footnotes, which were lost on re-saves.
177 from which fckgL takes the urls.
202 In edit.php fix for images with detail urls using .htaccess nice urls
216 Accept image copy and paste with https urls.
/plugin/authgoogle/google/contrib/
H A DGoogle_DfareportingService.php617 public $urls; variable in Google_DfareportingFile
672 public function setUrls(Google_DfareportingFileUrls $urls) { argument
673 $this->urls = $urls;
676 return $this->urls;
H A DGoogle_PagespeedonlineService.php227 public $urls; variable in Google_ResultFormattedResultsRuleResultsElementUrlBlocks
234 …function setUrls(/* array(Google_ResultFormattedResultsRuleResultsElementUrlBlocksUrls) */ $urls) { argument
235 …$this->assertIsArray($urls, 'Google_ResultFormattedResultsRuleResultsElementUrlBlocksUrls', __METH…
236 $this->urls = $urls;
239 return $this->urls;
H A DGoogle_PlusDomainsService.php2011 public $urls; variable in Google_Person
2147 public function setUrls(/* array(Google_PersonUrls) */ $urls) { argument
2148 $this->assertIsArray($urls, 'Google_PersonUrls', __METHOD__);
2149 $this->urls = $urls;
2152 return $this->urls;
H A DGoogle_PlusService.php1934 public $urls; variable in Google_Person
2082 public function setUrls(/* array(Google_PersonUrls) */ $urls) { argument
2083 $this->assertIsArray($urls, 'Google_PersonUrls', __METHOD__);
2084 $this->urls = $urls;
2087 return $this->urls;
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md1019 * Added: Temporary workaround to bypass FileSaver check; issue prevented to open blob urls in safar…
/plugin/icalevents/vendor/sabre/uri/
H A DREADME.md13 1. `resolve` to resolve relative urls.
14 2. `normalize` to aid in comparing urls.
H A DCHANGELOG.md7 * #16: Correctly parse urls that are only a fragment `#`.
39 * #5: Resolving to and building `mailto:` urls were not correctly handled.
/plugin/jokuwiki/
H A Dscript.js15 urls: [], /* maintains a list of script URLs loaded or about to be loaded */ property in jokuwiki
99 if (!jokuwiki.urls[url]) {
100 jokuwiki.urls[url]=1;
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js185 this.urls = {};
258 this.urls = this.predef_urls;
270 this.urls = {};
534 self.urls[link_id] = url;
645 if ('undefined' !== typeof self.urls[link_id]) {
646 var url = self.urls[link_id];
800 if ('undefined' !== typeof self.urls[link_id]) {
801 var url = self.encodeAttribute(self.urls[link_id]);
/plugin/markdownextra/
H A Dmarkdown.php280 var $urls = array(); variable in Markdown_Parser
294 $this->urls = $this->predef_urls;
306 $this->urls = array();
396 $this->urls[$link_id] = $url;
771 if (isset($this->urls[$link_id])) {
772 $url = $this->urls[$link_id];
877 if (isset($this->urls[$link_id])) {
1890 $this->urls[$link_id] = $url;
2455 if (isset($this->urls[$link_id])) {
2456 $url = $this->urls[$link_id];
[all …]
/plugin/pgn4web/pgn4web/
H A Dviewer-links.php29 $urls = array(); variable
34 global $urls, $linkFilter, $frameDepth, $actualFrameDepth;
74 array_push($urls, $absolute);
80 …global $urls, $reverseSort, $targetUrl, $linkFilter, $frameDepth, $viewerUrl, $doubleEncodeLink, $…
84 $urls = array_unique($urls);
85 if ($reverseSort) { rsort($urls); }
86 else { sort($urls); }
90 if (($numUrls = count($urls)) == 1) { print "<title>1 link</title>" . "\n"; }
121 for ($i = 0; $i < count($urls); $i++) {
123urls[$i]\"; } else { if (viewerWin && !viewerWin.closed) { viewerWin.close(); } viewerWin = window…
[all …]
/plugin/embedover/
H A Dsyntax.php33 public $urls = array(); variable in syntax_plugin_embedover
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog975 'parse_url' function on Windows when parsing 'file://' urls with
/plugin/jcapture/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-api.js110 SimileAjax.prefixURLs = function(urls, urlPrefix, suffixes) { argument
112 urls.push(urlPrefix + suffixes[i]);
/plugin/socialshareprivacy2/SSP/
H A DREADME.md1208 This function tries to support `file:`-urls, but might fail in some cases.
1209 `email:`-urls aren't supported at all (don't make sense anyway).
/plugin/flowplayer/player/
H A DREADME.txt104 - #439 check for all rtmp streaming protocols when checking for rtmp urls.
133 - fixed #155. added new urlEncoding property to Clip for url ncoding ut8 urls
163 - Now recognizes following kind of urls as audio clips: 'mp3:audiostreamname' (ulrs with mp3 prefix…
319 - clip urls were not resolved correctly if the HTML page URL had a query string starting with a que…
/plugin/blextra/
H A Dhelper.php266 'urls' => 'array',
/plugin/jdraw/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/s5reloaded/ui/thesis/
H A Dpretty.css94 ul.urls
101 .urls li
506 ul.urls {list-style: none; display: inline; margin: 0;}
507 .urls li {display: inline; margin: 0;}
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-api.js110 SimileAjax.prefixURLs = function(urls, urlPrefix, suffixes) { argument
112 urls.push(urlPrefix + suffixes[i]);
/plugin/shorturl/
H A Dplugin.info.txt6 desc Creates short urls and redirects pages based on a central redirection list. Based on Andreas…

123