Home
last modified time | relevance | path

Searched refs:rel (Results 1 – 25 of 213) sorted by relevance

123456789

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DUriResolver.php59 * @param UriInterface $rel Relative URI
65 public static function resolve(UriInterface $base, UriInterface $rel) argument
67 if ((string) $rel === '') {
72 if ($rel->getScheme() != '') {
73 return $rel->withPath(self::removeDotSegments($rel->getPath()));
76 if ($rel->getAuthority() != '') {
77 $targetAuthority = $rel->getAuthority();
78 $targetPath = self::removeDotSegments($rel->getPath());
79 $targetQuery = $rel->getQuery();
82 if ($rel->getPath() === '') {
[all …]
DUri.php324 * @param string|UriInterface $rel Relative URI
331 public static function resolve(UriInterface $base, $rel) argument
333 if (!($rel instanceof UriInterface)) {
334 $rel = new self($rel);
337 return UriResolver::resolve($base, $rel);
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DUriResolver.php58 public static function resolve(UriInterface $base, UriInterface $rel): UriInterface argument
60 if ((string) $rel === '') {
65 if ($rel->getScheme() != '') {
66 return $rel->withPath(self::removeDotSegments($rel->getPath()));
69 if ($rel->getAuthority() != '') {
70 $targetAuthority = $rel->getAuthority();
71 $targetPath = self::removeDotSegments($rel->getPath());
72 $targetQuery = $rel->getQuery();
75 if ($rel->getPath() === '') {
77 $targetQuery = $rel->getQuery() != '' ? $rel->getQuery() : $base->getQuery();
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DomainsRDAP/
DLink.php37 public $rel; variable in Google\\Service\\DomainsRDAP\\Link
96 public function setRel($rel) argument
98 $this->rel = $rel;
105 return $this->rel;
/plugin/wordimport/docx/
DRelationships.php23 foreach ($xml->xpath('//rs:Relationship') as $rel) {
24 $id = (string)$rel->attributes()->Id;
25 $type = basename((string)$rel->attributes()->Type);
26 $target = 'word/' . $rel->attributes()->Target;
/plugin/actionlink/
Dsyntax.php74 'class="action edit" accesskey="e" rel="nofollow"');
79 'class="action create" accesskey="e" rel="nofollow"');
85 'class="action source" accesskey="v" rel="nofollow"');
91 'class="action show" accesskey="v" rel="nofollow"');
/plugin/socialcards/
Daction.php249 $rel = p_get_metadata($ID, 'relation', METADATA_RENDER_USING_SIMPLE_CACHE);
250 $img = $rel['firstimage'];
272 $rel = p_get_metadata($ID, 'relation', METADATA_RENDER_USING_SIMPLE_CACHE);
273 $imgID = $rel['firstimage'];
/plugin/catmenu/helper/
H A Dnamespace.php83 $rel = cleanID(ltrim($expr, '~'));
85 return cleanID($base !== '' ? ($base . ':' . $rel) : $rel);
/plugin/move/_test/
Dhandler.test.php29 foreach($tests as $new => $rel) {
30 $this->assertEquals($rel, $handler->relativeLink('foo', $new, 'page'));
/plugin/pagesicon/script/
H A Dfavicon-runtime.js17 icon.rel = 'icon';
22 shortcut.rel = 'shortcut icon';
/plugin/ckgdoku/action/
Dsave.php222 $rel = $this->abs2rel($link_id,$ID);
223 if(!empty($link[1])) $rel .= '?' . $link[1];
224 if(!empty($linktext)) $rel = $rel.'|'.$linktext;
225 return '{{' .$matches[1] . $rel . $matches[3] .'}}';
/plugin/fedauth/Auth/OpenID/
DParse.php310 foreach ($rels as $rel) {
311 $rel = strtolower($rel);
312 if ($rel == $target_rel) {
/plugin/openid/Auth/OpenID/
DParse.php307 foreach ($rels as $rel) {
308 $rel = strtolower($rel);
309 if ($rel == $target_rel) {
/plugin/listeabo/
Daction.php150 'class="action unsubscribe" rel="nofollow"');
156 'class="action unsubscribens" rel="nofollow"');
/plugin/textile2/
DclassTextile.php219 var $rel; variable in Textile
277 function TextileThis($text, $lite='', $encode='', $noimage='', $strict='', $rel='') argument
280 if ($rel)
281 $this->rel = ' rel="'.$rel.'" ';
311 function TextileRestricted($text, $lite=1, $noimage=1, $rel='nofollow') argument
316 if ($rel)
317 $this->rel = ' rel="'.$rel.'" ';
749 …$out = '<a href="' . $this->encode_html($url . $slash) . '"' . $atts . $this->rel . '>' . $text . …
/plugin/visualindex/action/
H A Dprosemirror.php62 $rel = cleanID(ltrim($expr, '~'));
64 return cleanID($base !== '' ? ($base . ':' . $rel) : $rel);
/plugin/cite/lang/en/
Dintro.txt16 <?php if (function_exists('cite_getPermURL')) { ?><a href="<?php echo cite_getPermURL(); ?>" rel="n…
17 <?php if (function_exists('cite_getCiteURL')) { ?><a href="<?php echo cite_getCiteURL(); ?>" rel="n…
20 My advice is to keep the ''%%rel="nofollow"%%'' intact as this ensures search engines don't index c…
/plugin/cite/lang/nl/
Dintro.txt19 <?php if (function_exists('cite_getPermURL')) { ?><a href="<?php echo cite_getPermURL(); ?>" rel="n…
20 <?php if (function_exists('cite_getCiteURL')) { ?><a href="<?php echo cite_getCiteURL(); ?>" rel="n…
23 Mijn advies is om de ''%%rel="nofollow"%%'' intact te laten om te garanderen dat de zoekmachines di…
/plugin/ckgedit/action/
Dsave.php259 $rel = $this->abs2rel($link_id,$ID);
260 if(!empty($link[1])) $rel .= '?' . $link[1];
261 if(!empty($linktext)) $rel = $rel.'|'.$linktext;
262 return '{{' .$matches[1] . $rel . $matches[3] .'}}';
/plugin/farm/
Danimal.class.php279 $rel = array(
283 if(!in_array($mode, array_keys($rel))) return null;
284 if(!@file_exists($this->path.'/conf/'.$rel[$mode])) return null;
286 foreach(explode("\n", @file_get_contents($this->path.'/conf/'.$rel[$mode])) as $line) {
300 $rel = array(
304 if(!in_array($mode, array_keys($rel))) return false;
305 if(!@file_exists($this->path.'/conf/'.$rel[$mode])) return false;
308 if($fp = @fopen($this->path.'/conf/'.$rel[$mode], 'w')) {
/plugin/diagramsnet/lib/js/diagramly/
DDropboxClient.js792 var rel = decodeURIComponent(files[0].link.substring(tmp + this.appPath.length - 1));
794 this.readFile({path: rel}, mxUtils.bind(this, function(data, stat)
802 fn(rel.substring(1), new DropboxLibrary(this.ui, data, stat));
919 var rel = decodeURIComponent(files[0].link.substring(tmp + this.appPath.length - 1));
921 this.readFile({path: rel}, mxUtils.bind(this, function(data, stat)
940 file = new LocalFile(this, data, rel, true);
945 fn(rel.substring(1), (file != null) ? file : new DropboxFile(this.ui, data, stat));
/plugin/combo/ComboStrap/
H A DTemplateForWebPage.php1140 $rel = $headAttributes['rel'];
1141 if (in_array($rel, $deletedRel)) {
1144 if ($rel === "stylesheet") {
1157 $rel = $headAttributes['name'] ?? null;
1158 if ($rel === null) {
1159 $rel = $headAttributes['property'] ?? null;
1161 if (in_array($rel, $deletedMeta)) {
/plugin/zerolinecss/
DREADME.md26 'rel' => 'zerolinecss',
31 $clear[] = array ( 'rel' => 'stylesheet');
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DHTML.Nofollow.txt6 If enabled, nofollow rel attributes are added to all outgoing links.
DHTML.TargetNoreferrer.txt6 If enabled, noreferrer rel attributes are added to links which have

123456789