/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/diagramsnet/lib/img/lib/allied_telesis/switch/ |
H A D | Industrial_Ethernet_IE200_POE.svg | 1 …href="#B"/><use xlink:href="#C"/><use xlink:href="#D"/><use xlink:href="#E"/><path d="M28.248 7.04…
|
H A D | Industrial_Ethernet_IE200.svg | 1 …href="#B"/><path d="M34.627 32.875c.53.318.968 1.1.97 1.756l.037 53.6c0 .647-.438.904-.967.585L8.6…
|
H A D | Industrial_Ethernet_IE300.svg | 1 …href="#B"/><use xlink:href="#C"/><use xlink:href="#D"/><use xlink:href="#B" x="-4.97" y="2.611"/><…
|
/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/diagramsnet/lib/img/lib/allied_telesis/computer_and_terminals/ |
H A D | Personal Computer Wireless.svg | 1 …href="#R"/><use xlink:href="#S"/><use xlink:href="#T"/></g><use xlink:href="#R" class="J"/><use xl…
|
H A D | Laptop.svg | 1 …href="#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/ |
H A D | Datacenter_Server_Storage_Unit_Large.svg | 1 …href="#B" class="K"/><use xlink:href="#B" class="I J L M"/><use xlink:href="#C" class="K"/><use xl…
|
H A D | Datacenter_Server_Rack_Storage_Unit_Small.svg | 1 …href="#B" class="K"/><use xlink:href="#B" class="I J L M"/><use xlink:href="#C" class="K"/><use xl…
|
/plugin/diagramsnet/lib/img/lib/active_directory/ |
H A D | users.svg | 1 …href="#Y"><stop offset="0" stop-color="#107cfc"/><stop offset="1" stop-color="#edf5ff"/></linearGr…
|
H A D | server_farm.svg | 1 …href="#A" id="D" x1="51.569" y1="155.679" x2="51.754" y2="79.522"/><linearGradient xlink:href="#B"…
|
H A D | windows_server_2.svg | 1 …href="#J"><stop offset="0" stop-color="#0677fc"/><stop offset="1" stop-color="#8fcafe"/></linearGr…
|
H A D | input_output_filter.svg | 1 …href="#D" class="E F"/><path d="M57.77 63.322l104.1 53.107-6.562 3.385-104.764-53.63z" fill="url(#…
|
H A D | windows_router.svg | 1 …href="#J"><stop offset="0" stop-color="#0677fc"/><stop offset="1" stop-color="#8fcafe"/></linearGr…
|
/plugin/diagramsnet/lib/img/lib/mscae/ |
H A D | Dedicated_Event_Hub.svg | 1 …href="#B"/><use xlink:href="#B" y="7"/><use xlink:href="#B" y="-7"/></g><path d="M0 .5v6a.5.5 0 0 …
|
H A D | PreviewRight.svg | 1 …href="#B"/><use xlink:href="#C"/><use xlink:href="#D"/><use xlink:href="#E"/><path d="M26.4 18.5l-…
|
H A D | LogStreaming.svg | 1 …href="#B"/><use xlink:href="#C"/><use xlink:href="#D"/><use xlink:href="#E"/><use xlink:href="#F"/…
|
/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/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/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/diagramsnet/lib/img/lib/allied_telesis/buildings/ |
H A D | School_Building.svg | 1 …href="#B"/><use xlink:href="#B" y="20.65"/><use xlink:href="#B" x="-12.746" y="-7.678"/><use xlink…
|
/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/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/authgooglesheets/vendor/google/apiclient-services/src/Analytics/ |
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;
|