/dokuwiki/lib/plugins/styling/ |
H A D | script.js | 45 // if we are not on the plugin page (either main or popup) 54 /* ---- from here on we're in the popup or admin page ---- */ 59 var $btn = jQuery('<button>' + LANG.plugins.styling.popup + '</button>'); 64 window.open(DOKU_BASE + 'lib/plugins/styling/popup.php', 'styling_popup', windowFeatures); 68 return; // we exit here if this is not the popup 71 /* ---- from here on we're in the popup only ---- */
|
H A D | admin.php | 72 $target = DOKU_BASE . 'lib/plugins/styling/popup.php';
|
/dokuwiki/lib/scripts/ |
H A D | page.js | 71 * Create/get a insitu popup used by the footnotes 73 * @param target - the DOM element at which the popup should be aligned at 74 * @param popup_id - the ID of the (new) DOM popup 75 * @return the Popup jQuery object 78 // get or create the popup div 81 // popup doesn't exist, yet -> create it 103 * Display an insitu footnote popup
|
H A D | media.js | 2 * JavaScript functionality for the media management popup 11 popup: false, property in dw_mediamanager 14 $popup: null, 149 * build the popup window 156 dw_mediamanager.$popup = jQuery(document.createElement('div')) 207 dw_mediamanager.$popup.append($p); 212 dw_mediamanager.$popup.append($insp); 233 dw_mediamanager.$popup.dialog('close'); 326 //popup 687 * shows the popup fo [all...] |
H A D | toolbar.js | 146 * Button action for the media popup
|
/dokuwiki/lib/tpl/dokuwiki/ |
H A D | mediamanager.php | 4 * DokuWiki Media Manager Popup 14 <html lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="popup no-js">
|
/dokuwiki/lib/tpl/dokuwiki/css/ |
H A D | _media_popup.css | 2 * This file provides styles for the media manager popup 8 html.popup {
|
H A D | _search.less | 3 * and the AJAX search popup. 162 /* AJAX quicksearch popup
|
H A D | _fileuploader.css | 3 * used in the media manager (both fullscreen and popup).
|
H A D | _modal.css | 74 /* media option wizard (opens when inserting media in the media popup)
|
H A D | content.less | 173 /*____________ JS popup ____________*/
|
/dokuwiki/lib/styles/ |
H A D | screen.css | 71 /* media manager popup toggle buttons */
|
/dokuwiki/inc/Ui/Media/ |
H A D | DisplayRow.php | 8 * Display a MediaFile in the Media Popup
|
/dokuwiki/vendor/geshi/geshi/src/geshi/ |
H A D | rebol.php | 90 'help','hide','hide-popup','image?','import-email','in', 110 'set-net','set-path?','set-word?','show','show-popup','sign?',
|
H A D | smarty.php | 61 'popup', 'textformat'
|
H A D | progress.php | 356 'PIXELS-PER-COLUMN','PIXELS-PER-ROW','POPUP-MENU','POPUP-ONLY',
|
H A D | powerbuilder.php | 269 'pipeline!', 'pipemeter!', 'pipestart!', 'popup!',
|
H A D | visualfoxpro.php | 136 'PemStatus','Pi','Pivot','Play','Pop','Popup',
|
H A D | java5.php | 411 'JFormattedTextField.AbstractFormatterFactory', 'JFrame', 'JInternalFrame', 'JInternalFrame.JDesktopIcon', 'JLabel', 'JLayeredPane', 'JList', 'JMenu', 'JMenuBar', 'JMenuItem', 'JOptionPane', 'JPanel', 'JPasswordField', 'JPopupMenu', 'JPopupMenu.Separator', 'JProgressBar', 'JRadioButton', 'JRadioButtonMenuItem', 'JRootPane', 'JScrollBar', 'JScrollPane', 'JSeparator', 'JSlider', 'JSpinner', 'JSpinner.DateEditor', 'JSpinner.DefaultEditor', 'JSpinner.ListEditor', 'JSpinner.NumberEditor', 'JSplitPane', 'JTabbedPane', 'JTable', 'JTable.PrintMode', 'JTextArea', 'JTextField', 'JTextPane', 'JToggleButton', 'JToggleButton.ToggleButtonModel', 'JToolBar', 'JToolBar.Separator', 'JToolTip', 'JTree', 'JTree.DynamicUtilTreeNode', 'JTree.EmptySelectionModel', 'JViewport', 'JWindow', 'KeyStroke', 'LayoutFocusTraversalPolicy', 'ListCellRenderer', 'ListModel', 'ListSelectionModel', 'LookAndFeel', 'MenuElement', 'MenuSelectionManager', 'MutableComboBoxModel', 'OverlayLayout', 'Popup', 'PopupFactory', 'ProgressMonitor',
|
H A D | thinbasic.php | 105 'QUERYPERFORMANCEFREQUENCY','QUERYPERFORMANCECOUNTER','QUAD','PTR','PRESERVE','POST','POPUP','POKE$',
|
/dokuwiki/lib/exe/ |
H A D | mediamanager.php | 43 // If this page is directly opened it means we are in popup mode not fullscreen
|
/dokuwiki/inc/ |
H A D | template.php | 1399 * prints the "main content" in the mediamanager popup 1581 * prints the namespace tree in the mediamanager popup
|
H A D | media.php | 4 * All output and handler function needed for the media management popup
|