Home
last modified time | relevance | path

Searched refs:anchors (Results 101 – 113 of 113) sorted by last modified time

12345

/plugin/html2pdf/html2pdf/html2ps/
H A Doutput._generic.class.php40 var $anchors; variable in OutputDriverGeneric
53 $this->anchors = array();
/plugin/bible/bible_douayRheims/
H A DActs.txt958 …27:29. Then fearing lest we should fall upon rough places, they cast four anchors out of the stern…
959 …down the boat into the sea, under colour, as though they would have cast anchors out of the forepa…
969 …27:40. And when they had taken up the anchors, they committed themselves to the sea, loosing witha…
/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 Dadd.php57 $anchors = explode('|', substr($match, 11, -2)); // strip markup and split tags
59 $my->_updateAutolinkIndex($ID, $anchors);
60 return $anchors;
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];
/plugin/s5reloaded/ui/thesis/
H A Dslides.js723 var anchors = document.getElementsByTagName('a');
724 for (var i=0; i<anchors.length; i++) {
725 var anchor = anchors[i];
/plugin/dokugitviewer/
H A DREADME19 hyperlink into #ft4 (you need bookmark-plugin for creating those anchors)
/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/nstoc/
H A Dsyntax_plugin_nstoc.css62 font-size: inherit; /* parent's size, not that of other anchors */
/plugin/wysiwyg/fckeditor/editor/css/
H A Dfck_internal.css52 /* Empty anchors images */
/plugin/deflist/
H A Dsyntax_plugin_deflist.css24 /* don't emphazise local anchors */
/plugin/wysiwyg/css/
H A Dfck_internal.css53 /* Empty anchors images */

12345