Home
last modified time | relevance | path

Searched refs:uri (Results 1 – 13 of 13) sorted by relevance

/template/strap/ComboStrap/
H A DLocalPath.php36 public static function createFromUri($uri): LocalPath argument
38 if (strpos($uri, LocalFileSystem::SCHEME) !== 0) {
39 throw new ExceptionBadArgument("$uri is not a local path uri");
41 return new LocalPath($uri);
430 $uri = LocalFileSystem::SCHEME . '://';
433 $uri = "$uri{$this->getHost()}";
439 $uri = $uri . "/" . $pathNormalized;
441 $uri = $uri . $pathNormalized;
444 return Url::createFromString($uri);
446 $message = "Local Uri Path has a bad syntax ($uri)";
H A DLinkMarkup.php380 $uri = $url->getPath();
381 $uri = $this->obfuscateEmail($uri);
382 $uri = urlencode($uri);
385 $uri .= "?";
390 $uri .= "$key=$value";
396 $outputAttributes->addOutputAttributeValue("href", 'mailto:' . $uri);
H A DFileSystems.php342 public static function createPathFromUri($uri): Path argument
344 $firstColon = strpos($uri, ":");
346 throw new ExceptionBadSyntax("$uri is not a valid uri");
348 $scheme = substr($uri, 0, $firstColon);
351 return WikiPath::createFromUri($uri);
353 return LocalPath::createFromUri($uri);
H A DPath.php24 * @param string $uri
27 public static function createFromUri(string $uri): Path; argument
H A DWikiPath.php464 static function createFromUri(string $uri): WikiPath argument
469 $uriScheme = substr($uri, 0, $lengthSchemeQualified);
471 throw new ExceptionBadArgument("The uri ($uri) is not a wiki uri");
473 $uriWithoutScheme = substr($uri, $lengthSchemeQualified);
1098 $uri = "{$this->getScheme()}://$this->drive$driveSep$absolutePath";
1100 $uri = "$uri?rev={$this->rev}";
1102 return $uri;
H A DSnippet.php582 $uri = $array[self::JSON_URI_PROPERTY] ?? null;
583 if ($uri === null) {
587 $wikiPath = FileSystems::createPathFromUri($uri);
H A DMarkupPath.php2303 static function createFromUri(string $uri): MarkupPath argument
2305 $path = FileSystems::createPathFromUri($uri);
/template/kajukkk/
Dnewpage.php81 $uri="https://namu.wiki/raw/".(myUrlEncode($title));
84 if ($log) fwrite($logfile, "\n". $uri);
86 $raw=get_content($uri);
94 …$result="{{tag>$title}}\n======$title======\n\n$title([[$uri|출처]])$result\n * 출처: 나무위키- $title([[…
134 $uri="https://raw.enha.kr/wiki/".str_replace('+', '%20',urlencode($title)); //공백을 %20으로 바꿈.
144 $raw= @file_get_contents($uri);
/template/strap/ComboStrap/Web/
H A DUrl.php990 public static function createFromUri(string $uri): Path argument
992 return new Url($uri);
/template/strap/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js43 …{with(firebug){var item=internal.targetWindow.document.styleSheets[_index],uri=item.href;try{var r…
45uri=getFileName(collection[i].href);d.css.index=d.css.index<0?i:d.css.index;el.button.css.selectbo…
79uri=script.src||document.location.href,source;try{if(uri!=document.location.href){source=internal.…
H A Dfirebug-lite-1.2.js1094 uri = item.href;
1125 var uri = getFileName(collection[i].href);
1128 new lib.element("OPTION").attribute.set("value",i).update(uri)
1549 …var i=0,script = document.getElementsByTagName("script")[_index],uri = script.src||document.locati…
1551 if(uri!=document.location.href){
1552 source = internal.cache[uri]||lib.xhr.get(uri).responseText;
1553 internal.cache[uri] = source;
H A Dfirebug-lite-1.4.js270 this.appendStylesheet=function(doc,uri){if(this.$(uri,doc)){return argument
271 }var styleSheet=this.createStyleSheet(doc,uri);
272 styleSheet.setAttribute("id",uri);
1082 this.getURIHost=function(uri){try{if(uri){return uri.host argument
1100 this.getDataURLForContent=function(content,url){var uri="data:text/html;";
1101 uri+="fileName="+encodeURIComponent(url)+",";
1102 uri+=encodeURIComponent(content);
1103 return uri
5380 …getMimeType:function(mimeType,uri){if(!mimeType||!(mimeCategoryMap.hasOwnProperty(mimeType))){var … argument
5442 }var uri=safeGetWindowLocation(win);
[all …]
/template/scanlines/htc/PIE-1.0beta5/
DPIE_uncompressed.js3874 var uri = uris[ src ],
3876 if ( !uri ) {
3883 uri = uris[ src ] = canvas.toDataURL();
3885 return uri;