Home
last modified time | relevance | path

Searched refs:anchors (Results 101 – 113 of 113) sorted by path

12345

/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/openlayersmap/ol7/
H A Dol.js.map
/plugin/pageredirect/
H A DChangeLog.md96 - preserve `#section` anchors on redirect. [c31b525]
/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 ) {
/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/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/subjectindex/plugins/
H A Dbible_verses.txt27885 And because of fearing we might be cast somewhere upon the rocks, they cast out four anchors from t…
27886 …d lowered the skiff into the sea under the pretense of intending to let down anchors from the prow,
27896 So, cutting away the anchors, they let them fall into the sea, at the same time loosing the lashing…
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …i>`g` - global\n * <li>`i` - ignore case\n * <li>`m` - multiline anchors\n * <li>`u` -…
/plugin/wysiwyg/css/
H A Dfck_internal.css53 /* Empty anchors images */
/plugin/wysiwyg/fckeditor/editor/css/
H A Dfck_internal.css52 /* Empty anchors images */
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js9849 model.anchors.forEach(function (anchor) {
11830 model.anchors.forEach(function (item, index) {
11845 model.anchors.forEach(function (item) {
11863 anchors: []
11891 this.model.anchors.push(this.parser.model);
11912 model.anchors.forEach(function (anchor) {
18950 anchors: [],
18996 drawing.anchors.push(anchor);
19240 drawing.anchors.forEach(function (anchor) {
24024 (drawing.anchors || []).forEach(function (anchor) {

12345