/plugin/autolink2/ |
H A D | action.php | 33 if ($my =& plugin_load('helper', 'autolink2')) $anchors = $my->getAnchors(); 38 if (is_array($anchors)){ 39 $pattern=$anchors[0]; 40 $replace=$anchors[1];
|
H A D | helper.php | 256 $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 D | show.php | 71 if ($my =& plugin_load('helper', 'autolink2')) $anchors = $my->getAnchors(); 73 if (is_array($anchors)){ 74 $pattern=$anchors[0]; 75 $replace=$anchors[1];
|
H A D | add.php | 57 $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 D | outline-anchor.js | 1 /* global anchors */ 3 anchors.options = { 9 anchors
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | strategy.link.rendering.normal.php | 17 if (isset($driver->anchors[substr($link_target,1)])) { 18 $anchor = $driver->anchors[substr($link_target,1)];
|
H A D | output._generic.class.php | 40 var $anchors; variable in OutputDriverGeneric 53 $this->anchors = array();
|
H A D | box.generic.php | 314 function reflow_anchors(&$driver, &$anchors, $page_heights) { argument 321 …$anchors[$link_destination] =& $this->make_anchor($driver->media, $link_destination, $page_heights…
|
H A D | box.container.php | 845 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 D | syntax.php |
|
/plugin/lightbox/ |
H A D | script.js | 287 var anchors = document.getElementsByTagName("a"); 290 for (var i=0; i<anchors.length; i++){ 291 var anchor = anchors[i];
|
/plugin/lytebox/ |
H A D | lytebox.js | 195 …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 D | ntriples.min.js | 1 …anchors:[],bnodes:[],langs:[],types:[]}},token:function(a,c){var d=a.next();if(d=="<"){b(c,d);var …
|
H A D | ntriples.min.js.map | 1 …anchors","bnodes","langs","types","token","stream","state","ch","next","parsedURI","eatWhile","pus…
|
/plugin/deflist/ |
H A D | syntax_plugin_deflist.css | 24 /* don't emphazise local anchors */
|
/plugin/dokugitviewer/ |
H A D | README | 19 hyperlink into #ft4 (you need bookmark-plugin for creating those anchors)
|
/plugin/s5/ui/default/ |
H A D | slides.js | 365 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 D | slides.js | 364 var anchors = document.getElementsByTagName('a'); 365 for (var i=0; i<anchors.length; i++) { 366 var anchor = anchors[i];
|
/plugin/nstoc/ |
H A D | syntax_plugin_nstoc.css | 62 font-size: inherit; /* parent's size, not that of other anchors */
|
/plugin/wysiwyg/css/ |
H A D | fck_internal.css | 53 /* Empty anchors images */
|
/plugin/fckg/fckeditor/editor/css/ |
H A D | fck_internal.css | 69 /* Empty anchors images */
|
/plugin/wysiwyg/fckeditor/editor/css/ |
H A D | fck_internal.css | 52 /* Empty anchors images */
|
/plugin/ckgdoku/ckeditor/plugins/link/ |
H A D | plugin.js.unc | 194 // 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 D | plugin.js.unc | 194 // 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 D | reveal.js | 2028 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 ) {
|