Home
last modified time | relevance | path

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

1234567

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUriResolver.php59 * @param UriInterface $rel Relative URI
67 if ((string) $rel === '') {
72 if ($rel->getScheme() != '') {
73 return $rel->withPath(self::removeDotSegments($rel->getPath()));
76 if ($rel->getAuthority() != '') {
79 $targetQuery = $rel->getQuery();
82 if ($rel->getPath() === '') {
84 $targetQuery = $rel->getQuery() != '' ? $rel->getQuery() : $base->getQuery();
86 if ($rel->getPath()[0] === '/') {
101 $targetQuery = $rel->getQuery();
[all …]
H A 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/authgooglesheets/vendor/google/apiclient-services/src/DomainsRDAP/
H A 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/actionlink/
H A 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/commonmark/vendor/league/commonmark/src/Extension/ExternalLink/
H A DExternalLinkProcessor.php90 $link->data->append('attributes/rel', $type);
94 // No rel attributes? Mark the attribute as 'false' so LinkRenderer doesn't add defaults
95 if (! $link->data->has('attributes/rel')) {
96 $link->data->set('attributes/rel', false);
/plugin/socialcards/
H A 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/move/_test/
H A Dhandler.test.php34 foreach($tests as $new => $rel) {
35 $this->assertEquals($rel, $handler->relativeLink('foo', $new, 'page'));
/plugin/ckgdoku/action/
H A 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/
H A DParse.php310 foreach ($rels as $rel) {
311 $rel = strtolower($rel);
312 if ($rel == $target_rel) {
/plugin/openid/Auth/OpenID/
H A DParse.php307 foreach ($rels as $rel) {
308 $rel = strtolower($rel);
309 if ($rel == $target_rel) {
/plugin/listeabo/
H A Daction.php150 'class="action unsubscribe" rel="nofollow"');
156 'class="action unsubscribens" rel="nofollow"');
/plugin/textile2/
H A 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/cite/lang/en/
H A 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/
H A 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/
H A 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/
H A 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/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.Nofollow.txt
H A DAttr.AllowedRel.txt
/plugin/zerolinecss/
H A DREADME.md26 'rel' => 'zerolinecss',
31 $clear[] = array ( 'rel' => 'stylesheet');
/plugin/diagramsnet/lib/js/diagramly/
H A 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.php386 ->addOutputAttributeValue("rel", "shortcut icon")
419 ->addOutputAttributeValue("rel", "icon")
456 ->addOutputAttributeValue("rel", self::APPLE_TOUCH_ICON_REL_VALUE)
793 $htmlLink = '<link rel="stylesheet" href="' . $link['href'] . '" ';
1138 if (isset($headAttributes['rel'])) {
1139 $rel = $headAttributes['rel'];
1140 if (in_array($rel, $deletedRel)) {
1143 if ($rel === "stylesheet") {
1156 $rel
[all...]
/plugin/combo/action/
H A Dsnippetsbootstrap.php82 $rel = $linkData['rel'] ?? null;
83 switch ($rel) {
313 $linkData['rel'] = 'preload';
/plugin/jquery-syntax/
H A Daction.php60 'rel' => 'stylesheet',
/plugin/codify/
H A Daction.php47 'rel' => 'stylesheet',
/plugin/combo/resources/snippet/js/
H A Dcombo-loader.js17 link.rel = "stylesheet"

1234567