/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/ |
H A D | HrefTest.php | 13 $href = new Href('path'); 14 $this->assertEquals('path', $href->getHref()); 20 $href = new Href('path'); 21 $this->assertEquals('path', $href->getHref()); 36 $href = new Href('path', false); 56 $href = $result['value']; 70 $href = $result['value']; 71 $this->assertNull($href); 80 $href = $result['value']; 81 $this->assertNull($href); [all …]
|
/plugin/openas/ |
H A D | script.js | 4 var href = jq.attr('href'); 11 href = href.replace(/SAVEAS_PAGE/i, id); 12 jq.attr("href",href); // (jQuery("div.save_as_tmpl a.wikilink2").attr("href",href)); 21 … if((href.match(/newpagevars=%40/) || href.match(/newpagevars=\s*$/)) && repl_str) { 22 href += '%3B' + encodeURIComponent(repl_str); 23 href = href.replace(/%20/g,'+'); 24 jq.attr("href",href);
|
/plugin/pagebuttons/ |
H A D | script.js | 28 var submit_url = this.href; 33 window.location.href = submit_url; 52 window.location.href = submit_url 78 …? window.location.href.substring(0, window.location.href.indexOf(JSINFO['id'].replace(/:/g, '/')))… 79 …: window.location.href.substring(0, window.location.href.indexOf(JSINFO['id'])) + JSINFO['namespac… 86 window.location.href = submit_url; 108 window.location.href = submit_url 134 …? window.location.href.substring(0, window.location.href.indexOf(JSINFO['id'].replace(/:/g, '/')))… 135 …: window.location.href.substring(0, window.location.href.indexOf(JSINFO['id'])) + JSINFO['namespac… 142 window.location.href = submit_url; [all …]
|
/plugin/prosemirror/parser/ |
H A D | WindowsShareLinkNode.php | 9 $href = $this->attrs['href']; 10 $href = substr($href, strlen('file:///')); 11 $href = str_replace('/', '\\', $href); 13 return $this->getDefaultLinkSyntax($href);
|
/plugin/editonlink/ |
H A D | script.js | 23 a.setAttribute('data-editonlink', a.href); // maybe ctrl-click etc 24 a.href = (a.href.split('#'))[0]; // link href (without anchor hash) 25 if (a.href.indexOf('?') < 0) a.href += '?do=edit';// add EDIT to the link 27 if (a.href.search(/\bdo=/) < 0) a.href += '&do=edit'; 28 else a.href.replace(/\bdo=[^&]*/, 'do=edit'); 40 a.href = d;
|
/plugin/p2ilinkaction/ |
H A D | p2i.thumbnails.js | 62 verified_href: function(href) { 63 href = href.replace(/[/]$/, ''); 64 if (href == document.location.href) { 69 if (p2ireg.test(href)) { 77 if ((new RegExp("^http[s]?://")).test(href) || (new RegExp("^www")).test(href)) { 79 if (p2ireg.test(href)) { 93 url = document.location.href + '/' + url; 106 p2iQuery().current_href = p2iQuery().get_img_api_url(this.href); 144 if (this.verified_href(all_alinks[i].href)) { 149 elem.src = this.get_img_api_url(all_alinks[i].href);
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/ |
H A D | InviteReply.php | 32 public $href; variable in Sabre\\CalDAV\\Xml\\Request\\InviteReply 65 * @param string $href 71 function __construct($href, $calendarUri, $inReplyTo, $summary, $status) { argument 73 $this->href = $href; 106 $href = null; 136 $href = $value; 145 return new self($href, $calendarUri, $inReplyTo, $summary, $status);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/ |
H A D | CustomDataSourceParentLink.php | 25 public $href; variable in Google\\Service\\Analytics\\CustomDataSourceParentLink 34 public function setHref($href) argument 36 $this->href = $href; 43 return $this->href;
|
H A D | ExperimentParentLink.php | 25 public $href; variable in Google\\Service\\Analytics\\ExperimentParentLink 34 public function setHref($href) argument 36 $this->href = $href; 43 return $this->href;
|
H A D | FilterParentLink.php | 25 public $href; variable in Google\\Service\\Analytics\\FilterParentLink 34 public function setHref($href) argument 36 $this->href = $href; 43 return $this->href;
|
H A D | ProfileChildLink.php | 25 public $href; variable in Google\\Service\\Analytics\\ProfileChildLink 34 public function setHref($href) argument 36 $this->href = $href; 43 return $this->href;
|
H A D | ProfileParentLink.php | 25 public $href; variable in Google\\Service\\Analytics\\ProfileParentLink 34 public function setHref($href) argument 36 $this->href = $href; 43 return $this->href;
|
H A D | WebpropertyChildLink.php | 25 public $href; variable in Google\\Service\\Analytics\\WebpropertyChildLink 34 public function setHref($href) argument 36 $this->href = $href; 43 return $this->href;
|
H A D | WebpropertyParentLink.php | 25 public $href; variable in Google\\Service\\Analytics\\WebpropertyParentLink 34 public function setHref($href) argument 36 $this->href = $href; 43 return $this->href;
|
H A D | GoalParentLink.php | 25 public $href; variable in Google\\Service\\Analytics\\GoalParentLink 34 public function setHref($href) argument 36 $this->href = $href; 43 return $this->href;
|
H A D | AccountChildLink.php | 25 public $href; variable in Google\\Service\\Analytics\\AccountChildLink 34 public function setHref($href) argument 36 $this->href = $href; 43 return $this->href;
|
H A D | CustomDataSourceChildLink.php | 25 public $href; variable in Google\\Service\\Analytics\\CustomDataSourceChildLink 34 public function setHref($href) argument 36 $this->href = $href; 43 return $this->href;
|
H A D | CustomDimensionParentLink.php | 25 public $href; variable in Google\\Service\\Analytics\\CustomDimensionParentLink 34 public function setHref($href) argument 36 $this->href = $href; 43 return $this->href;
|
H A D | CustomMetricParentLink.php | 25 public $href; variable in Google\\Service\\Analytics\\CustomMetricParentLink 34 public function setHref($href) argument 36 $this->href = $href; 43 return $this->href;
|
H A D | AccountRef.php | 25 public $href; variable in Google\\Service\\Analytics\\AccountRef 42 public function setHref($href) argument 44 $this->href = $href; 51 return $this->href;
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/ |
H A D | InviteReply.php | 33 public $href; variable in Sabre\\CalDAV\\Xml\\Request\\InviteReply 66 * @param string $href 72 function __construct($href, $calendarUri, $inReplyTo, $summary, $status) { argument 74 $this->href = $href; 107 $href = null; 137 $href = $value; 146 return new self($href, $calendarUri, $inReplyTo, $summary, $status);
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/ |
H A D | Href.php | 49 * @param string|string[] $href 106 foreach ($this->getHrefs() as $href) { 108 $href = $writer->contextUri . $href; 110 $writer->writeElement('{DAV:}href', $href); 132 foreach ($this->getHrefs() as $href) { 133 $links[] = $html->link($href);
|
/plugin/socialite/syntax/ |
H A D | button.php | 127 $href = 'https://twitter.com/intent/tweet?url=' . $url . '&text='. $title; 136 $href = 'https://plus.google.com/share?url='. $url; 144 … $href = 'https://pinterest.com/pin/create/button/?url='. $url .'&description=' . $title; 152 $href = 'http://www.reddit.com/submit?url='. $url .'&title=' . $title; 160 $href = 'http://www.stumbleupon.com/submit?url='. $url .'&title=' . $title; 168 $href = 'https://news.ycombinator.com/submitlink?u='. $url .'&t=' . $title; 176 …$href = 'https://vk.com/share.php?url='. $url .'&title=' . $title . '&description=' . $abstract . … 185 …$xhtml .= '<a class="' . $network . '" target="' . $target . '" href="' . $href . '">' . $name . '…
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Element/ |
H A D | Response.php | 27 protected $href; variable in Sabre\\DAV\\Xml\\Element\\Response 59 * @param string $href 63 function __construct($href, array $responseProperties, $httpStatus = null) { argument 65 $this->href = $href; 78 return $this->href; 205 $href = null; 214 $href = $elem['value']; 230 return new self($href, $propertyLists, $statusCode);
|
/plugin/multitemplate_styleman/ |
H A D | action.php | 61 $href = $event->data['link'][$i]['href']; 62 $pos = strpos($href,'css.php'); 64 $params = substr($href,$pos+7); 67 … $href = DOKU_BASE.'lib/plugins/multitemplate_styleman/css.php?tpl=' . $template; 69 … $href = DOKU_BASE.'lib/plugins/multitemplate_styleman/css.php' . $params . '&tpl=' . $template; 70 $event->data['link'][$i]['href'] = $href;
|