Home
last modified time | relevance | path

Searched refs:url (Results 1 – 25 of 3380) sorted by last modified time

12345678910>>...136

/plugin/pagelist/
H A Dplugin.info.txt7 url https://www.dokuwiki.org/plugin:pagelist
H A Dhelper.php434 * 'section' => string id of section, added as #ancher to page url
742 $url = wl($id, $url_params) . (!empty($this->page['section']) ? '#' . $this->page['section'] : '');
743 $content = '<a href="' . $url . '" class="diff_link">
/plugin/pagequery/
H A Dplugin.info.txt7 url https://www.dokuwiki.org/plugin:pagequery
H A Dstyle.css176 background:#FAFACE url("images/blockquote.gif") no-repeat 5px 5px !important;
/plugin/twofactoremail/
H A Dplugin.info.txt7 url https://www.dokuwiki.org/plugin:twofactoremail
/plugin/twofactor/
H A Dplugin.info.txt7 url https://www.dokuwiki.org/plugin:twofactor
/plugin/attribute/
H A Dplugin.info.txt7 url https://www.dokuwiki.org/plugin:attribute
/plugin/nspages/
H A Dplugin.info.txt7 url http://www.dokuwiki.org/plugin:nspages
/plugin/nspages/printers/
H A DprinterPictures.php24 $url = wl($item['id']);
36 $this->renderer->doc .= '<a href="'. $url .'" title="'.$item['nameToDisplay'].'">';
37 $this->renderer->doc .= '<div class="nspagesPicturesModeImg" style="background-image:url('. $picture .')" ' . $optionalId . '>';
/plugin/dbquery/
H A Dplugin.info.txt7 url https://www.dokuwiki.org/plugin:dbquery
/plugin/dbquery/syntax/
H A Dquery.php173 $url = $m[1];
176 $R->externallink($url, $title);
/plugin/vertical/
H A Dplugin.info.txt7 url https://github.com/outdead/dokuwiki-plugin-vertical
/plugin/mermaid/
H A Dplugin.info.txt7 url https://www.dokuwiki.org/plugin:mermai
/plugin/siteexport/action/
H A Dajax.php235 echo $url;
524 $tmpFile = $this->__getHTTPFile($url);
547 $this->fileChecked[$url] = $fileName;
678 $url = $this->__fetchAndReplaceLink(array( $url, '', $url ));
679 $url = substr( $url, 2, -1 );
682 $NEWSRCSETS[]=$url . ' ' . $size;
803 $uri = @parse_url($url);
832 $DATA[2] = $url;
838 return $url;
867 $url .= (strstr($url, '?') ? '&' : '?') . 'template=' . $_REQUEST['template'];
[all …]
/plugin/siteexport/inc/
H A Dfunctions.php98 …$url = $this->wl($this->cleanID($ID), null, true, null, null, $overrideRewrite); // this must be d…
99 $uri = @parse_url($url);
601 * @param string $url
603 public function urlToPathAndParams($url) argument
605 $query = parse_url($url, PHP_URL_QUERY);
606 $path = preg_replace(":^" . DOKU_REL . ":", "", parse_url($url, PHP_URL_PATH));
H A Dhttpproxy.php125 public function sendRequest($url, $data = '', $method = 'GET') { argument
127 $returnCode = parent::sendRequest($url, $data, $method);
H A DreadCSS.patch56 //$regexp = '/@import url\([\'\"]{0,1}([^\)]*?\.css)[\'\"]{0,1}\)/si';
57 $regexp = '/@import url\([\'\"]{0,1}([^\)]*?\.css(\?\S+)?)[\'\"]{0,1}\)/si';
64 // look for @import without the url()
87 // and fix url paths (including background-images) relative to stylesheet
88 //$regexpem = '/@import url\([\'\"]{0,1}(.*?\.css)[\'\"]{0,1}\)/si';
89 $regexpem = '/@import url\([\'\"]{0,1}(.*?\.css(\?\S+)?)[\'\"]{0,1}\)/si';
154 // Replace any background: url(data:image... with temporary image file reference
173 if (strpos($CSSstr,'url(')!==false) {
174 preg_match_all( '/url\(\"(.*?)\"\)/', $CSSstr, $m);
179 preg_match_all( '/url\(\'(.*?)\'\)/', $CSSstr, $m);
[all …]
H A Dtoc.php33 $url = explode('/', $inputURL);
35 $URLcount = count($url);
38 if (in_array($url[$i], $checkArray))
41 $url[$i] = '';
51 $url[$i] = '';
54 $inputURL = implode('/', $url);
387 $url = $this->functions->getSiteName($ID);
388 $this->shortenByTranslation($url);
390 $TOPICS = array($url => $TITLE . " (Details)");
/plugin/siteexport/
H A Djquery.filedownload.js66 prepareCallback: function (url) { }, argument
73 successCallback: function (url) { }, argument
83 failCallback: function (responseHtml, url) { }, argument
172 onPrepare: function (url) { argument
181 settings.prepareCallback(url);
187 onSuccess: function (url) { argument
194 settings.successCallback(url);
196 deferred.resolve(url);
199 onFail: function (responseHtml, url) { argument
211 settings.failCallback(responseHtml, url);
[all …]
H A Dplugin.info.txt9 url https://www.dokuwiki.org/plugin:siteexport
H A Dpreload.php36 $url = parse_url($_SERVER['HTTP_REFERER']);
37 if (isset($url['query'])) {
38 parse_str($url['query'], $tempREQUEST);
H A Dscript.js25 _.url = DOKU_BASE + 'lib/exe/ajax.php';
39 $.post( _.url, _.settings('__siteexport_generateurl'), function(data) {
69 $.post( _.url, _.settings('__siteexport_getsitelist'), function(data) {
103 $.post( _.url, settings, function(data) {
216 $.post( _.url, settings, function(data) {
H A Dstyle.css134 content: url(images/pagetools.png);
140 background-image: url(images/pagetools.png);
/plugin/linkback/
H A Dhttp.php24 * @param string $url The URL to fetch
28 function get($url,$sloppy304=false){ argument
29 if(!$this->sendRequest($url)) return false;
42 function post($url,$data){ argument
43 if(!$this->sendRequest($url,$data,'POST')) return false;
54 function sendRequest($url, $data = array (), $method = 'GET') { argument
59 $uri = parse_url($url);
74 $request_url = $url;
188 $this->referer = $url;
H A Dtools.php18 function getFavicon($url, $page) { argument
19 $urlparts = parse_url($url);
41 * Retrieves $conf['range']kB of $url and returns headers and retrieved body.
43 function getPage($url) { argument
51 $retval = $http_client->get($url, true);
96 $linkback['url'],

12345678910>>...136