Home
last modified time | relevance | path

Searched refs:url (Results 1 – 14 of 14) sorted by relevance

/web-master/scripts/
H A Dusergroups_update_infos20 $url = $group['icalendar_url'];
21 $usergroupIcalFileCache = $root . "/backend/events/" . md5($url);
22 if (strncmp("webcal://", $url, strlen("webcal://")) == 0) {
23 $url = str_replace("webcal://", "http://", $url);
25 fetch_into_file($url, $usergroupIcalFileCache);
H A Dupdate-backend59 function fetch_into_file($url, $file) argument
68 $source = @fopen($url, "r");
73 $source = popen("curl -s '$url'", 'r');
H A Dupdate-user-notes42 …$url = escapeshellarg("https://master.php.net/fetch/user-notes.php?token=$token".($since?"&since=$… variable
43 $fp = popen("curl -s $url",'r');
H A Dconference_teaser23 $url = (string)$item->link["href"];
38 $STORE[$subject][$url] = $title;
H A Dpregen_flickr35 $url = FLICKR_REST_URL . '?' . http_build_query([
46 $response = file_get_contents($url);
/web-master/entry/
H A Devent.php30 …pty($sdesc) || empty($email) || empty($country) || empty($category) || empty($type) || empty($url))
47 …db_query_safe($query, ["$syear-$smonth-$sday", $sdesc, $url, $email, $ldesc, $country, $category]);
67 … "$syear-$smonth-$sday", "$eyear-$emonth-$eday", $sdesc, $url, $email, $ldesc, $country, $category
79 db_query_safe($query, ["$recur:$recur_day", $sdesc, $url, $email, $ldesc, $country, $category]);
92 . ($url ? "URL: ".$url."\n" : "")
/web-master/vendor/michelf/php-markdown-extra/
H A Dmarkdown.php383 $this->urls[$link_id] = $url;
757 $url = $this->urls[$link_id];
758 $url = $this->encodeAttribute($url);
760 $result = "<a href=\"$url\"";
782 $url = $this->encodeAttribute($url);
784 $result = "<a href=\"$url\"";
864 $result = "<img src=\"$url\" alt=\"$alt_text\"";
887 $url = $this->encodeAttribute($url);
888 $result = "<img src=\"$url\" alt=\"$alt_text\"";
1471 $url = $this->encodeAttribute($matches[1]);
[all …]
H A DPHP Markdown Extra Readme.text251 [link text](<http://url/with space> "optional title")
254 [ref]: <http://url/with space> "optional title"
263 definition contains a line break between the url and the title.
/web-master/
H A Dgithub-webhook.php61 $url = $commit->url;
78 Revision: $url
H A D.gitmodules3 url = git@github.com:php/web-shared.git
H A Devent.sql11 url varchar(128) default NULL,
/web-master/manage/js/
H A Djquery.min.js12 …"tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,d…
19url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.ht…
/web-master/manage/
H A Dgithub.php26 $url = 'https://api.github.com'.$endpoint;
/web-master/include/
H A Dspam-lib.inc73 if (preg_match('/\[(url|link)=[^]]+\]/', $text)) {

Completed in 24 milliseconds