Home
last modified time | relevance | path

Searched refs:src_url (Results 1 – 4 of 4) sorted by relevance

/plugin/pycode/
H A Dsyntax.php228 $src_url = $data[0];
229 $src_url = $this->mpp->_check_src_url($src_url);
230 if (in_array($src_url, $code_error)) {
248 $repo[$src_url] = 0;
252 $repo[$src_url] = 2;
265 if ($repo[$src_url] == 0) {
274 elseif ($repo[$src_url] == 2) {
293 if ($repo[$src_url] == 0 or $repo[$src_url] == 1) {
302 $repo[$src_url] = 1;
304 elseif ($repo[$src_url] == 2) {
[all …]
H A Dmethod.php580 public function _get_raw_url($src_url) { argument
583 $url = substr($src_url, 8); // strip "https://"
632 public function _get_names($src_url) { argument
638 $url = substr($src_url, 8); // strip "https://"
980 public function _check_src_url($src_url) { argument
982 if ((strpos($src_url, "https://bitbucket.org/") === false and
983 strpos($src_url, "https://github.com/") === false)
985 (strpos($src_url, "/src/") === false and
986 strpos($src_url, "/blob/") === false)) {
992 $src_url = $error->getMessage(); // returns the error message
[all …]
H A Dscript.js332 getExtension: function(src_url) { argument
333 var ext = src_url.slice(-3); // get .py
/plugin/news/scripts/
H A Drss.php45 $src_url=$this->news_feed_url();
62 <source url="$src_url"><![CDATA[$src_title]]></source>