Home
last modified time | relevance | path

Searched refs:href (Results 176 – 200 of 918) sorted by relevance

12345678910>>...37

/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dpda.svg1 …ss="B"/><use xlink:href="#D"/><use xlink:href="#D" x="12.327" y="10.789"/><use xlink:href="#D" x="…
/plugin/authremoteuser/
H A DREADME.md3 This *<a href="https://www.dokuwiki.org/" target="_blank">DokuWiki</a>*
4 <a href="https://www.dokuwiki.org/plugin:authremoteuser"
31 <a href="https://www.dokuwiki.org/plugin:extension"
33 <a href="https://www.dokuwiki.org/plugin_installation_instructions#manual_instructions"
90 <a href="https://www.dokuwiki.org/plugin:config#protecting_settings"
117 This has to be a valid <a href="https://www.dokuwiki.org/pagename"
127 follow the rules of valid <a href="https://www.dokuwiki.org/pagename"
/plugin/diagramsnet/lib/img/lib/allied_telesis/switch/
H A DModular_Switch_SBx8112.svg1href="#B"/><path d="M37.47 105.237l-15.2-9.165v-2.254l15.187 9.075zm19.278 8.363l-15.2-9.165v-2.25…
/plugin/webdavclient/
H A Dadmin.php188 foreach($this->result['calendars'] as $href => $dn)
191 '<input type="hidden" name="calendar['.$idx.']" value="'.$href.'">'.
193 hsc($dn).'</td><td>'.hsc($href).'</td></tr>');
202 foreach($this->result['addressbooks'] as $href => $dn)
205 '<input type="hidden" name="addressbook['.$idx.']" value="'.$href.'">'.
207 hsc($dn).'</td><td>'.hsc($href).'</td></tr>');
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md8 * <a href="#_chunkarray-size1">`_.chunk`</a>
9 * <a href="#_compactarray">`_.compact`</a>
14 * <a href="#_droparray-n1">`_.drop`</a>
26 * <a href="#_headarray">`_.head`</a>
33 * <a href="#_lastarray">`_.last`</a>
35 * <a href="#_ntharray-n0">`_.nth`</a>
66 * <a href="#_xorarrays">`_.xor`</a>
69 * <a href="#_ziparrays">`_.zip`</a>
113 * <a href="#_now">`_.now`</a>
294 * <a href="#_value">`_`</a>
[all …]
/plugin/dil/
H A Dsyntax.php48 $feed_contents .= '<a href="' . $url . '/">' .
50 '<a href="http://perassi.org/2007/07/28/a-dilbert-plugin-for-dokuwiki/">dkdil</a>' . "\n";
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc232 …var href = ( element && ( element.data( 'cke-saved-href' ) || element.getAttribute( 'href' ) ) ) …
243 href = href.replace( encodedEmailLinkRegex,
293 bodyMatch = href.match( emailBodyRegex );
301 …else if((urlMatch = href.match(oRegex.media_internal)) || (urlMatch = href.match(oRegex.media_rewr…
302 …|| (urlMatch = href.match(oRegex.media_rewrite_2)) || (urlMatch = href.match(oRegex.media_rewrite_…
309 …else if( (urlMatch = href.match( internalLinkRegex )) || ( urlMatch = href.match(oRegex.internal_l…
352 match = href.match(regex);
369 else if ( href && ( urlMatch = href.match( urlRegex ) ) )
1329 attributes.href = attributes[ 'data-cke-saved-href' ];
1354 el.setAttribute( 'href', attributes['href']);
[all …]
/plugin/mdpage/vendor/cebe/markdown/inline/
H A DUrlLinkTrait.php44 $href = htmlspecialchars($block[1], ENT_COMPAT | ENT_HTML401, 'UTF-8');
48 return "<a href=\"$href\">$text</a>";
/plugin/archivegenerator/
H A Dadmin.php153 $href = $this->getDownloadLinkHref();
154 $link = "<a href=\"$href\">" . $this->getLang('link: download now') . '</a>';
199 $href = $this->getDownloadLinkHref('update');
200 $link = "<a href=\"$href\">" . $this->getLang('link: download now') . '</a>';
444 $href = $this->getDownloadLinkHref();
448 ptln("<a href=\"$href\">" . $this->getLang('link: download now') . '</a>');
454 $href = $this->getDownloadLinkHref('update');
458 ptln("<a href=\"$href\">" . $this->getLang('link: download now') . '</a>');
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js.unc81 …if ( element && element.getName() == 'a' && element.getAttribute( 'href' ) && element.getChildCoun…
95 …evt.data.dialog = ( element.getAttribute( 'name' ) && ( !element.getAttribute( 'href' ) || !elemen…
157 if ( anchor.getAttribute( 'href' ) && anchor.getChildCount() )
236 …( element.getAttribute( 'name' ) && ( !element.getAttribute( 'href' ) || !element.getChildCount() …
257 * <a href="#">li^nk</a>
258 * <a href="#">[link]</a>
259 * text[<a href="#">link]</a>
260 * <a href="#">li[nk</a>]
261 * [<b><a href="#">li]nk</a></b>]
262 * [<a href="#"><b>li]nk</b></a>
[all …]
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js.unc81 …if ( element && element.getName() == 'a' && element.getAttribute( 'href' ) && element.getChildCoun…
95 …evt.data.dialog = ( element.getAttribute( 'name' ) && ( !element.getAttribute( 'href' ) || !elemen…
157 if ( anchor.getAttribute( 'href' ) && anchor.getChildCount() )
236 …( element.getAttribute( 'name' ) && ( !element.getAttribute( 'href' ) || !element.getChildCount() …
257 * <a href="#">li^nk</a>
258 * <a href="#">[link]</a>
259 * text[<a href="#">link]</a>
260 * <a href="#">li[nk</a>]
261 * [<b><a href="#">li]nk</a></b>]
262 * [<a href="#"><b>li]nk</b></a>
[all …]
/plugin/rst/
H A Dsyntax.php151 $href = $atag->getAttribute('href');
152 if (!preg_match('/^(https{0,1}:\/\/|ftp:\/\/|mailto:)/i',$href)){
153 $links[] = $href;
/plugin/diagramsnet/lib/img/lib/mscae/
H A DAuditingServer.svg1 …7h10v2h-10z"/><use xlink:href="#B"/><use xlink:href="#B" y="10.1"/><path opacity=".6" d="M35.2 21.…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTextCircle.php209 $href = $this->mpdf->HREF;
210 while (array_key_exists($href, $this->mpdf->internallink)) {
211 $href = '#' . $href;
213 $this->mpdf->internallink[$href] = $this->mpdf->AddLink();
214 $objattr['link'] = $this->mpdf->internallink[$href];
/plugin/doi/Resolver/
H A DIsbnIsbnDeResolver.php44 $data['authors'] = $this->extractAll('/<a href="\/person\/.*?">(.+?)<\/a>/', $html);
45 $data['publisher'] = $this->extract('/<a href="\/verlag\/.*?">(.+?)<\/a>/', $html);
/plugin/xref/
H A Dphpxref-0.7-javascriptfix.patch
/plugin/adhoctags/syntax/
H A Da.php21 case 'href':
59 $href = ( array_key_exists('href', $attr) ? $attr['href'] : '#' );
60 $renderer->externallink($href, '#');
/plugin/noticeboard/
H A Dsyntax.php72 …$renderer->doc .= '<a href="' . wl($ID.":NewNotice", array('do' => 'edit','noticeboard_newnotice'=…
295 …$out .= '<a href="' . wl($notice->getId(), array('do' => 'show')) . '" class="" title="">'.$notice…
303 …// $out .= '<a href="' . wl($ID, array('do' => 'show','noticeboard-delete' => $notice->getId())) .…
304 …$out .= '<a href="' . wl($notice->getId(), array('do' => 'edit')) . '" class="button small" title=…
551 …$out .= '<li><a href="' . wl($notice->getId(), array('do' => 'show')) . '" class="" title="">'.$no…
/plugin/noticeboard/noticeboard/
H A Dsyntax.php72 …$renderer->doc .= '<a href="' . wl($ID.":NewNotice", array('do' => 'edit','noticeboard_newnotice'=…
295 …$out .= '<a href="' . wl($notice->getId(), array('do' => 'show')) . '" class="" title="">'.$notice…
303 …// $out .= '<a href="' . wl($ID, array('do' => 'show','noticeboard-delete' => $notice->getId())) .…
304 …$out .= '<a href="' . wl($notice->getId(), array('do' => 'edit')) . '" class="button small" title=…
551 …$out .= '<li><a href="' . wl($notice->getId(), array('do' => 'show')) . '" class="" title="">'.$no…
/plugin/markdownextra/
H A Dsyntax.php111 $href = $atag->getAttribute('href');
112 if (!preg_match('/^(https{0,1}:\/\/|ftp:\/\/|mailto:)/i',$href)){
113 $links[] = $href;
/plugin/data-au/
H A Dhelper.php286 … $outs[] = '<a href="mailto:' . $id . '" class="mail" title="' . $id . '">' . $title . '</a>';
300 …$outs[] = '<a href="' . wl(str_replace('/', ':', cleanID($target)), $this->_getTagUrlparam($column…
354 $html = str_replace('href', 'rel="lightbox" href', $html);
/plugin/findologicxmlexport/tpl/
H A Dadmin.twig3 <link rel="stylesheet" type="text/css" href="{{stylesheetUrl}}">
7 …{{languageText['youCan']}}<a id="fl-exportlink" target="_blank" href="{{exportUrl}}">{{languageTex…
53 <a target="_blank" href="{{pages[page].url}}">{{pages[page].url}}</a>
65 … <a target="_blank" class='page-edit-link-a' href="{{pages[page].url}}&do=edit">
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php137 $this->server->emit('getPrincipalByUri', [$sharee->href, &$principal]);
313 if (empty($postVars['href'])) {
330 'href' => $postVars['href'],
/plugin/svgpureinsert/_test/
H A Dsvglogo.svg43 <use xlink:href="#svgbar" transform="rotate(45)"/>
44 <use xlink:href="#svgbar" transform="rotate(90)"/>
45 <use xlink:href="#svgbar" transform="rotate(135)"/>
48 <use xlink:href="#svgstar"/>
/plugin/diagramsnet/lib/img/lib/allied_telesis/media_converters/
H A DIndustrial_Media_Converter.svg1href="#B"/><path d="M24.97 12.397l.247 4.7" class="N"/><use xlink:href="#C"/><path d="M24.3 16.837…

12345678910>>...37