Searched refs:url (Results 1 – 14 of 14) sorted by relevance
/web-master/scripts/ |
H A D | usergroups_update_infos | 20 $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 D | update-backend | 59 function fetch_into_file($url, $file) argument 68 $source = @fopen($url, "r"); 73 $source = popen("curl -s '$url'", 'r');
|
H A D | update-user-notes | 42 …$url = escapeshellarg("https://master.php.net/fetch/user-notes.php?token=$token".($since?"&since=$… variable 43 $fp = popen("curl -s $url",'r');
|
H A D | conference_teaser | 23 $url = (string)$item->link["href"]; 38 $STORE[$subject][$url] = $title;
|
H A D | pregen_flickr | 35 $url = FLICKR_REST_URL . '?' . http_build_query([ 46 $response = file_get_contents($url);
|
/web-master/entry/ |
H A D | event.php | 30 …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 D | markdown.php | 383 $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 D | PHP Markdown Extra Readme.text | 251 [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 D | github-webhook.php | 61 $url = $commit->url; 78 Revision: $url
|
H A D | .gitmodules | 3 url = git@github.com:php/web-shared.git
|
H A D | event.sql | 11 url varchar(128) default NULL,
|
/web-master/manage/js/ |
H A D | jquery.min.js | 12 …"tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,d… 19 …url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.ht…
|
/web-master/manage/ |
H A D | github.php | 26 $url = 'https://api.github.com'.$endpoint;
|
/web-master/include/ |
H A D | spam-lib.inc | 73 if (preg_match('/\[(url|link)=[^]]+\]/', $text)) {
|
Completed in 24 milliseconds