Home
last modified time | relevance | path

Searched refs:urls (Results 1 – 25 of 81) sorted by relevance

1234

/plugin/pgn4web/pgn4web/
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/authgooglesheets/vendor/google/apiclient-services/src/RealTimeBidding/
DHttpCallEvidence.php26 public $urls; variable in Google\\Service\\RealTimeBidding\\HttpCallEvidence
31 public function setUrls($urls) argument
33 $this->urls = $urls;
40 return $this->urls;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Acceleratedmobilepageurl/
DBatchGetAmpUrlsRequest.php30 public $urls; variable in Google\\Service\\Acceleratedmobilepageurl\\BatchGetAmpUrlsRequest
49 public function setUrls($urls) argument
51 $this->urls = $urls;
58 return $this->urls;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
DGoogleCloudApigeeV1GetAsyncQueryResultUrlResponse.php29 public function setUrls($urls) argument
31 $this->urls = $urls;
38 return $this->urls;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/
DOfficial.php52 public $urls; variable in Google\\Service\\CivicInfo\\Official
169 public function setUrls($urls) argument
171 $this->urls = $urls;
178 return $this->urls;
/plugin/navbox/
Dsyntax.php257 $urls = $this->urlRender($subitems);
259 $urls = str_replace("<a", "<li><a", $urls);
260 $urls = str_replace("</a>", "</a></li>", $urls);
265 … $ghtml .= '<div style="padding:0.25em;"><ul class="pgnb_list">'.$urls.'</ul></div>';
276 …td class="pgnb_group"><div style=padding:0.25em;"<ul class="pgnb_list">'.$urls."</ul></div></td></…
/plugin/linkcheck/
Daction.php49 $urls=[];
60 $urls[]=$e[1][0];
64 $urlmap=$this->helper->getusecache()?$this->helper->getcachedata($ID,$urls):[];
65 if($urls){
67 …$e=['plugin',['linkcheck',[5,[$ID,$urlmap,array_diff($urls,array_keys($urlmap))]],5,''],3]; #copie…
Dhelper.php82 function getcachedata($id,$urls){ argument
95 if($deleteurls = array_diff(array_keys($urlmap),$urls)){
109 if($newurls=array_diff($urls,array_keys($urlmap))){
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
DDfareportingFile.php188 public function setUrls(DfareportingFileUrls $urls) argument
190 $this->urls = $urls;
197 return $this->urls;
/plugin/authgoogle/google/contrib/
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;
/plugin/jokuwiki/
Dscript.js15 urls: [], /* maintains a list of script URLs loaded or about to be loaded */ property
99 if (!jokuwiki.urls[url]) {
100 jokuwiki.urls[url]=1;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/
Dfunctions.php83 $urls = _assetic_urls($input, $filters, $options);
85 return current($urls);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
DPerson.php613 public function setUrls($urls) argument
615 $this->urls = $urls;
622 return $this->urls;
/plugin/icalevents/vendor/sabre/uri/
DCHANGELOG.md7 * #16: Correctly parse urls that are only a fragment `#`.
39 * #5: Resolving to and building `mailto:` urls were not correctly handled.
DREADME.md13 1. `resolve` to resolve relative urls.
14 2. `normalize` to aid in comparing urls.
/plugin/webdav/vendor/sabre/uri/
DCHANGELOG.md7 * #16: Correctly parse urls that are only a fragment `#`.
39 * #5: Resolving to and building `mailto:` urls were not correctly handled.
DREADME.md13 1. `resolve` to resolve relative urls.
14 2. `normalize` to aid in comparing urls.
/plugin/davcal/vendor/sabre/uri/
H A DREADME.md13 1. `resolve` to resolve relative urls.
14 2. `normalize` to aid in comparing urls.
H A DCHANGELOG.md8 * #5: Resolving to and building `mailto:` urls were not correctly handled.
/plugin/interwikipaste/
Dplugin.info.txt6 desc Transforms pasted urls into matching interwiki or local links
/plugin/markdownextra/
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])) {
878 $url = $this->encodeAttribute($this->urls[$link_id]);
1890 $this->urls[$link_id] = $url;
2455 if (isset($this->urls[$link_id])) {
[all …]
/plugin/shorturl/
Dplugin.info.txt6 desc Creates short urls and redirects pages based on a central redirection list. Based on Andreas…
/plugin/eventline/timeline_ajax/
Dsimile-ajax-api.js110 SimileAjax.prefixURLs = function(urls, urlPrefix, suffixes) { argument
112 urls.push(urlPrefix + suffixes[i]);
/plugin/tline/timeline_ajax/
Dsimile-ajax-api.js110 SimileAjax.prefixURLs = function(urls, urlPrefix, suffixes) { argument
112 urls.push(urlPrefix + suffixes[i]);
/plugin/embedover/
Dsyntax.php33 public $urls = array(); variable in syntax_plugin_embedover

1234