Home
last modified time | relevance | path

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

12345

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1anchors | Boolean | Required | True, False |\n *\n *\n *## Notes**: This matters if you are…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1 …e | Controls whether or arrow markers in html code are absolute paths or anchors | boolean | Requi…
/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/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/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …i>`g` - global\n * <li>`i` - ignore case\n * <li>`m` - multiline anchors\n * <li>`u` -…
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml1013 test: Overriding anchors
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc42 …AdvancedInfo: "To create anchors from Dokuwiki headers, click on the Get Headings button, select t…
43 AdvancedTabPrompt: 'Use the advanced tab to create page anchors and query strings',
749 …anslateItem('AdvancedTabPrompt'), //'Use the advanced tab to create page anchors and query strings…
/plugin/ckgdoku/ckeditor/
H A Dconfig.js.unc371 AdvancedInfo: "To create anchors from Dokuwiki headers, click on the Get Headings button, select th…
372 AdvancedTabPrompt: 'Use the advanced tab to create page anchors and query strings',
H A DCHANGES.md319 * [#13516](http://dev.ckeditor.com/ticket/13516): Fixed: CKEditor removes empty HTML5 anchors witho…
750 * [#11801](http://dev.ckeditor.com/ticket/11801): Fixed: Editor anchors unavailable when linking th…
756 * [#11822](http://dev.ckeditor.com/ticket/11822): [WebKit] Fixed: Editing anchors by double-click i…
806 * [#11377](http://dev.ckeditor.com/ticket/11377): Unified internal representation of empty anchors
859 * [#11359](http://dev.ckeditor.com/ticket/11359): Standardized the way anchors are discovered by th…
1061 * [#9330](http://dev.ckeditor.com/ticket/9330): Fixed pasting anchors from MS Word.
1215 …ckeditor.com/addon/link) dialog window when the Anchor option is used and no anchors are available.
/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/ckgdoku/scripts/
H A Dparse_wiki.js.unc749 /* anchors to current page without prefixing namespace:page */
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.beautified443 noAnchors: "(No anchors available in the document)",
717 …AdvancedInfo: "To create anchors from Dokuwiki headers, click on the Get Headings button, select t…
718 AdvancedTabPrompt: "Use the advanced tab to create page anchors and query strings",
H A Den.js.ckgedit60 AdvancedInfo: "To create anchors from Dokuwiki headers, click on the Get Headings button, select th…
61 AdvancedTabPrompt: 'Use the advanced tab to create page anchors and query strings',
H A Den.js.unc5 …:"Right to Left (RTL)","menu":"Edit Link","name":"Name","noAnchors":"(No anchors available in the …
66 AdvancedInfo: "To create anchors from Dokuwiki headers, click on the Get Headings button, select th…
67 AdvancedTabPrompt: 'Use the advanced tab to create page anchors and query strings',
H A Dlang_array.txt447 "noAnchors": "(No anchors available in the document)",
715 …AdvancedInfo: "To create anchors from Dokuwiki headers, click on the Get Headings button, select t…
716 AdvancedTabPrompt: 'Use the advanced tab to create page anchors and query strings',
/plugin/fckg/fckeditor/editor/css/
H A Dfck_internal.css69 /* Empty anchors images */
/plugin/fckg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js1388 this.stack = document.headings.anchors.options;
/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/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/html2pdf/html2pdf/html2ps/
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 Dpipeline.class.php820 $box->reflow_anchors($this->output_driver, $this->output_driver->anchors, $page_heights);
H A DChangeLog1087 * Fixed: anchors without content (for example <a name="name"></a>)
1140 anchors
1142 * Fixed: several problems related local anchors; added some
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);
H A Dstrategy.link.rendering.normal.php17 if (isset($driver->anchors[substr($link_target,1)])) {
18 $anchor = $driver->anchors[substr($link_target,1)];

12345