| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| D | fckundo.js | 45 var bookmark = range.CreateBookmark() ; 47 range.MoveToBookmark( bookmark ) ; 48 return [ bookmark, dirtyHtml ] ; 53 FCKUndo._SelectBookmark = function( bookmark ) argument 55 if ( ! bookmark ) 59 if ( bookmark instanceof Object ) 62 range.MoveToBookmark( bookmark[0] ) ; 64 range.MoveToBookmark2( bookmark ) ; 127 var bookmark = this._GetBookmark() ; 135 && this._CheckIsBookmarksEqual( bookmark, this.SavedData[ this.CurrentIndex ][1] ) ) [all …]
|
| D | fckstyles.js | 142 var bookmark = range.CreateBookmark( true ) ; 145 var startNode = range.GetBookmarkNode( bookmark, true ) ; 146 var endNode = range.GetBookmarkNode( bookmark, false ) ; 217 range.SelectBookmark( bookmark ) ;
|
| /plugin/wysiwyg/fckeditor/editor/_source/classes/ |
| D | fckdomrange.js | 337 GetBookmarkNode : function( bookmark, start ) argument 342 return bookmark.StartNode || doc.getElementById( bookmark.StartId ) ; 344 return bookmark.EndNode || doc.getElementById( bookmark.EndId ) ; 347 MoveToBookmark : function( bookmark, preserveBookmark ) argument 349 var eStartSpan = this.GetBookmarkNode( bookmark, true ) ; 350 var eEndSpan = this.GetBookmarkNode( bookmark, false ) ; 380 var bookmark = variable 389 bookmark.Start[0] += curStart.length ; 394 bookmark.End[0] += curEnd.length ; 399 …bookmark.Start = FCKDomTools.GetNodeAddress( this._Range.startContainer, true ).concat( bookmark.S… [all …]
|
| D | fckstyle.js | 146 var bookmark ; 157 var bookmark = range.CreateBookmark( true ) ; 160 var bookmarkStart = range.GetBookmarkNode( bookmark, true ) ; 276 range.SelectBookmark( bookmark ) ; 285 var bookmark = range.CreateBookmark( true ) ; 288 var startNode = range.GetBookmarkNode( bookmark, true ) ; 289 var endNode = range.GetBookmarkNode( bookmark, false ) ; 402 range.SelectBookmark( bookmark ) ; 753 var bookmark ; 756 bookmark = range.CreateBookmark( true ) ; [all …]
|
| D | fckdomrange_gecko.js | 84 FCKDomRange.prototype.SelectBookmark = function( bookmark ) argument 88 var startNode = this.GetBookmarkNode( bookmark, true ) ; 89 var endNode = this.GetBookmarkNode( bookmark, false ) ;
|
| D | fckdomrange_ie.js | 77 FCKDomRange.prototype.SelectBookmark = function( bookmark ) argument 84 var eStartMarker = this.GetBookmarkNode( bookmark, true ) ; 91 eEndMarker = this.GetBookmarkNode( bookmark, false ) ;
|
| /plugin/bookmark/ |
| D | plugin.info.txt | 1 base bookmark 5 name bookmark plugin 6 desc inser bookmark in page 7 url https://www.dokuwiki.org/plugin:bookmark
|
| /plugin/complex_lists/complex_lists/ |
| D | syntax.php | 333 $bookmark = $this->bookmarks[$command[2]]; 334 if ($bookmark) 338 for ($i = 1; $i <= $bookmark[0]; ++$i) 339 $renderer->doc .= $this->getLevelText($bookmark[1], $i); 343 $last = $bookmark[0]; 349 if ($lcounters[$i] != $bookmark[1][$i]) 356 $renderer->doc .= $this->getLevelText($bookmark[1], $i);
|
| /plugin/bookmark2wiki/ |
| H A D | README.md | 8 … allows users to bookmark webpages by sending the URL, title, and optionally highlighted text to a… 19 - Supports highlighted text from the webpage, appended as part of the bookmark entry. 53 1. Navigate to a webpage you want to bookmark. 54 2. Optionally, highlight text on the page to include in the bookmark. 57 5. Click "Save" to add the bookmark. 58 …- If set to "After Heading (prepend)", the bookmark appears after the first heading (e.g., `======… 59 - If set to "End of Page (append)", the bookmark is added at the page's end.
|
| H A D | plugin.info.txt | 6 desc to bookmark url on a targeted namespace
|
| /plugin/infomail/ |
| D | action.php | 138 $bookmark = $INPUT->filter('trim')->str('r_predef'); 139 if ($bookmark) { 141 if (mail_isvalid($bookmark)) { 142 $all_recipients[] = $bookmark; 144 $all_recipients = array_merge($all_recipients, $helper->loadList($bookmark));
|
| /plugin/bookmarkfile/ |
| D | README.md | 3 With this DokuWiki plugin you can convert a bookmark file into a hierarchic link list. 4 Thus you can create link lists based on your bookmark files without having to convert them first.
|
| D | plugin.info.txt | 6 desc Convert a bookmark file into a hierarchic link list
|
| /plugin/dw2pdf/ |
| D | renderer.php | 112 $bookmark = ''; 117 $bookmark = sprintf( 126 $this->doc .= DOKU_LF . "<h$level>$bookmark";
|
| /plugin/wysiwyg/fckeditor/editor/_source/commandclasses/ |
| D | fckjustifycommands.js | 101 var bookmark = range.CreateBookmark() ; 142 range.MoveToBookmark( bookmark ) ;
|
| D | fckblockquotecommand.js | 37 var bookmark = range.CreateBookmark() ; 167 range.MoveToBookmark( bookmark ) ;
|
| D | fckindentcommands.js | 55 var bookmark = range.CreateBookmark() ; 68 range.MoveToBookmark( bookmark ) ;
|
| /plugin/grensladawritezor/fckeditor/editor/_source/classes/ |
| D | fckdomrange.js | 252 MoveToBookmark : function( bookmark, preserveBookmark ) argument 256 var eStartSpan = oDoc.getElementById( bookmark.StartId ) ; 257 var eEndSpan = oDoc.getElementById( bookmark.EndId ) ;
|
| /plugin/mikioplugin/icons/bootstrap-icons/svg/ |
| H A D | bookmark-fill.svg | 1 <svg class="bi bi-bookmark-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" x…
|
| H A D | bookmark.svg | 1 <svg class="bi bi-bookmark" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns=…
|
| H A D | bookmark-dash.svg | 1 <svg class="bi bi-bookmark-dash" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" x…
|
| H A D | bookmark-check.svg | 1 <svg class="bi bi-bookmark-check" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" …
|
| H A D | bookmark-plus.svg | 1 <svg class="bi bi-bookmark-plus" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" x…
|
| /plugin/dokugitviewer/ |
| D | README | 19 hyperlink into #ft4 (you need bookmark-plugin for creating those anchors)
|
| /plugin/bookmarkme/ |
| D | action.php | 129 function bookmark(&$event, $param) { function in action_plugin_bookmarkme
|