Home
last modified time | relevance | path

Searched refs:href (Results 1 – 25 of 1026) sorted by relevance

12345678910>>...42

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DHrefTest.php13 $href = new Href('path');
14 $this->assertEquals('path', $href->getHref());
20 $href = new Href('path');
21 $this->assertEquals('path', $href->getHref());
25 $xml = $this->write(['{DAV:}anything' => $href]);
36 $href = new Href('path', false);
37 $this->assertEquals('path', $href->getHref());
39 $xml = $this->write(['{DAV:}anything' => $href]);
56 $href = $result['value'];
58 $this->assertInstanceOf('Sabre\\DAV\\Xml\\Property\\Href', $href);
[all …]
/plugin/diagramsnet/lib/img/lib/allied_telesis/switch/
DIndustrial_Ethernet_IE200_POE.svg1href="#B"/><use xlink:href="#C"/><use xlink:href="#D"/><use xlink:href="#E"/><path d="M28.248 7.04…
DIndustrial_Ethernet_IE200.svg1href="#B"/><path d="M34.627 32.875c.53.318.968 1.1.97 1.756l.037 53.6c0 .647-.438.904-.967.585L8.6…
DIndustrial_Ethernet_IE300.svg1href="#B"/><use xlink:href="#C"/><use xlink:href="#D"/><use xlink:href="#B" x="-4.97" y="2.611"/><…
/plugin/diagramsnet/lib/img/lib/allied_telesis/computer_and_terminals/
DPersonal Computer Wireless.svg1href="#R"/><use xlink:href="#S"/><use xlink:href="#T"/></g><use xlink:href="#R" class="J"/><use xl…
DLaptop.svg1href="#B" class="M"/><path d="M16.342 43.446v.28l-1.258-.754V42.7z" class="O"/><use xlink:href="#C…
/plugin/diagramsnet/lib/img/lib/allied_telesis/storage/
DDatacenter_Server_Storage_Unit_Large.svg1href="#B" class="K"/><use xlink:href="#B" class="I J L M"/><use xlink:href="#C" class="K"/><use xl…
DDatacenter_Server_Rack_Storage_Unit_Small.svg1href="#B" class="K"/><use xlink:href="#B" class="I J L M"/><use xlink:href="#C" class="K"/><use xl…
/plugin/openas/
Dscript.js4 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/diagramsnet/lib/img/lib/active_directory/
Dusers.svg1href="#Y"><stop offset="0" stop-color="#107cfc"/><stop offset="1" stop-color="#edf5ff"/></linearGr…
Dserver_farm.svg1href="#A" id="D" x1="51.569" y1="155.679" x2="51.754" y2="79.522"/><linearGradient xlink:href="#B"…
Dinput_output_filter.svg1href="#D" class="E F"/><path d="M57.77 63.322l104.1 53.107-6.562 3.385-104.764-53.63z" fill="url(#…
Dwindows_server_2.svg1href="#J"><stop offset="0" stop-color="#0677fc"/><stop offset="1" stop-color="#8fcafe"/></linearGr…
Dwindows_router.svg1href="#J"><stop offset="0" stop-color="#0677fc"/><stop offset="1" stop-color="#8fcafe"/></linearGr…
Dmeeting.svg1href="#P"><stop offset="0" stop-color="#0f2da0"/><stop offset="1" stop-color="#89b3f3"/></linearGr…
/plugin/diagramsnet/lib/img/lib/mscae/
DDedicated_Event_Hub.svg1href="#B"/><use xlink:href="#B" y="7"/><use xlink:href="#B" y="-7"/></g><path d="M0 .5v6a.5.5 0 0 …
DPreviewRight.svg1href="#B"/><use xlink:href="#C"/><use xlink:href="#D"/><use xlink:href="#E"/><path d="M26.4 18.5l-…
DLogStreaming.svg1href="#B"/><use xlink:href="#C"/><use xlink:href="#D"/><use xlink:href="#E"/><use xlink:href="#F"/…
/plugin/pagebuttons/
Dscript.js28 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/translation/flags/
Duz.svg1href="#a" width="100%" height="100%" transform="scale(-1 1)"/></g><use xlink:href="#b" width="100%…
/plugin/p2ilinkaction/
Dp2i.thumbnails.js62 verified_href: function(href) { argument
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/editonlink/
Dscript.js23 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/diagramsnet/lib/img/lib/allied_telesis/buildings/
DSchool_Building.svg1href="#B"/><use xlink:href="#B" y="20.65"/><use xlink:href="#B" x="-12.746" y="-7.678"/><use xlink…
/plugin/prosemirror/parser/
DWindowsShareLinkNode.php9 $href = $this->attrs['href'];
10 $href = substr($href, strlen('file:///'));
11 $href = str_replace('/', '\\', $href);
13 return $this->getDefaultLinkSyntax($href);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DInviteReply.php32 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);

12345678910>>...42