Home
last modified time | relevance | path

Searched refs:anchors (Results 1 – 25 of 113) sorted by relevance

12345

/plugin/autolink2/
H A Daction.php33 if ($my =& plugin_load('helper', 'autolink2')) $anchors = $my->getAnchors();
38 if (is_array($anchors)){
39 $pattern=$anchors[0];
40 $replace=$anchors[1];
H A Dhelper.php256 $anchors = p_get_metadata($page['id'], 'anchors');
257 if (!is_array($anchors)) $anchors = explode('|', $anchors);
258 $this->_updateAutolinkIndex($page['id'], $anchors);
/plugin/autolink2/syntax/
H A Dshow.php71 if ($my =& plugin_load('helper', 'autolink2')) $anchors = $my->getAnchors();
73 if (is_array($anchors)){
74 $pattern=$anchors[0];
75 $replace=$anchors[1];
H A Dadd.php57 $anchors = explode('|', substr($match, 11, -2)); // strip markup and split tags
59 $my->_updateAutolinkIndex($ID, $anchors);
60 return $anchors;
/plugin/combo/resources/snippet/js/
H A Doutline-anchor.js1 /* global anchors */
3 anchors.options = {
9 anchors
/plugin/html2pdf/html2pdf/html2ps/
H A Dstrategy.link.rendering.normal.php17 if (isset($driver->anchors[substr($link_target,1)])) {
18 $anchor = $driver->anchors[substr($link_target,1)];
H A Doutput._generic.class.php40 var $anchors; variable in OutputDriverGeneric
53 $this->anchors = array();
H A Dbox.generic.php314 function reflow_anchors(&$driver, &$anchors, $page_heights) { argument
321 …$anchors[$link_destination] =& $this->make_anchor($driver->media, $link_destination, $page_heights…
H A Dbox.container.php845 function reflow_anchors(&$viewport, &$anchors, $page_heights) { argument
846 GenericFormattedBox::reflow_anchors($viewport, $anchors, $page_heights);
850 $this->content[$i]->reflow_anchors($viewport, $anchors, $page_heights);
/plugin/anchor/
H A Dsyntax.php
/plugin/lightbox/
H A Dscript.js287 var anchors = document.getElementsByTagName("a");
290 for (var i=0; i<anchors.length; i++){
291 var anchor = anchors[i];
/plugin/lytebox/
H A Dlytebox.js195 …var anchors = (this.isFrame) ? window.parent.frames[window.name].document.getElementsByTagName('a'…
196 for (var i = 0; i < anchors.length; i++) {
197 var anchor = anchors[i];
220 …var anchors = (this.isFrame) ? window.parent.frames[window.name].document.getElementsByTagName('a'…
229 for (var i = 0; i < anchors.length; i++) {
230 var anchor = anchors[i];
249 for (var i = 0; i < anchors.length; i++) {
250 var anchor = anchors[i];
259 for (var i = 0; i < anchors.length; i++) {
260 var anchor = anchors[i];
/plugin/codemirror/dist/modes/
H A Dntriples.min.js1anchors:[],bnodes:[],langs:[],types:[]}},token:function(a,c){var d=a.next();if(d=="<"){b(c,d);var …
H A Dntriples.min.js.map1anchors","bnodes","langs","types","token","stream","state","ch","next","parsedURI","eatWhile","pus…
/plugin/deflist/
H A Dsyntax_plugin_deflist.css24 /* don't emphazise local anchors */
/plugin/dokugitviewer/
H A DREADME19 hyperlink into #ft4 (you need bookmark-plugin for creating those anchors)
/plugin/s5/ui/default/
H A Dslides.js365 var anchors = document.getElementsByTagName('a');
366 for (var i=0; i<anchors.length; i++) {
367 var anchor = anchors[i];
/plugin/s5/ui/dokuwiki/
H A Dslides.js364 var anchors = document.getElementsByTagName('a');
365 for (var i=0; i<anchors.length; i++) {
366 var anchor = anchors[i];
/plugin/nstoc/
H A Dsyntax_plugin_nstoc.css62 font-size: inherit; /* parent's size, not that of other anchors */
/plugin/wysiwyg/css/
H A Dfck_internal.css53 /* Empty anchors images */
/plugin/fckg/fckeditor/editor/css/
H A Dfck_internal.css69 /* Empty anchors images */
/plugin/wysiwyg/fckeditor/editor/css/
H A Dfck_internal.css52 /* Empty anchors images */
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js.unc194 // to the anchors, for appropriate styling.
285 // Opera and WebKit don't make it possible to select empty anchors. Fake
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js.unc194 // to the anchors, for appropriate styling.
285 // Opera and WebKit don't make it possible to select empty anchors. Fake
/plugin/revealjs/js/
H A Dreveal.js2028 var anchors = dom.wrapper.querySelectorAll( SLIDES_SELECTOR + ' a' );
2030 for( var i = 0, len = anchors.length; i < len; i++ ) {
2031 var anchor = anchors[i];
2052 var anchors = dom.wrapper.querySelectorAll( SLIDES_SELECTOR + ' a.roll' );
2054 for( var i = 0, len = anchors.length; i < len; i++ ) {
2055 var anchor = anchors[i];
2073 var anchors = toArray( document.querySelectorAll( selector ? selector : 'a' ) );
2075 anchors.forEach( function( element ) {
2088 var anchors = toArray( document.querySelectorAll( selector ? selector : 'a' ) );
2090 anchors.forEach( function( element ) {

12345