Searched +full:close -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 135) sorted by relevance
123456
| /dokuwiki/inc/ |
| H A D | toolbar.php | 35 'close' => '**', 44 'close' => '//', 53 'close' => '__', 62 'close' => "''", 71 'close' => '</del>', 113 'close' => ' ======\n' 121 'close' => ' =====\n' 129 'close' => ' ====\n' 137 'close' => ' ===\n' 145 'close' => ' ==\n' [all …]
|
| /dokuwiki/inc/Parsing/Handler/ |
| H A D | Nest.php | 19 …* @param string $close closing instruction name, this is required to properly termin… 22 public function __construct(CallWriterInterface $CallWriter, $close = "nest_close") argument 25 $this->closingInstruction = $close;
|
| H A D | Block.php | 67 * Close a paragraph if needed 127 * Processes the whole instruction stack to open and close paragraphs 165 // To make sure next paragraph is correctly started, let close go first. 196 // close last paragraph
|
| /dokuwiki/vendor/splitbrain/php-archive/src/ |
| H A D | Archive.php | 99 * Close the archive, close all file handles 104 abstract public function close(); function in splitbrain\\PHPArchive\\Archive 109 * This implicitly calls close() on the Archive
|
| /dokuwiki/lib/scripts/ |
| H A D | toolbar.js | 83 fixtxt(props.close), 108 props.close = fixtxt(props.close); 117 endofs: props.close.length 121 sample = sample.split("\n").join(props.close+"\n"+props.open); 122 sample = props.open+sample+props.close; 263 * Close all open pickers
|
| H A D | tree.js | 26 * Open or close a subtree using AJAX 53 // if already open, close by hiding the sublist 67 // Only show if user didn’t close the list since starting
|
| H A D | script.js | 22 * Handler to close all open Popups
|
| H A D | linkwiz.js | 28 close: ']]' 74 jQuery('#link__wiz .ui-dialog-titlebar-close').on('click', () => this.hide()); 289 if (this.val.close) { 290 link += this.val.close; 291 endofs = this.val.close.length;
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
| H A D | ANSI.php | 448 $close = $open = ''; 454 $close = '</span>' . $close; 462 $close = '</span>' . $close; 469 $close = '</b>' . $close; 476 $close = '</u>' . $close; 483 $close = '</blink>' . $close; 486 $output .= $close . $open; 512 // close any remaining open tags
|
| /dokuwiki/_test/core/ |
| H A D | TestUtils.php | 40 $dh->close(); 61 $dh->close();
|
| /dokuwiki/lib/exe/ |
| H A D | jsonrpc.php | 8 session_write_close(); //close session
|
| H A D | taskrunner.php | 17 session_write_close(); //close session
|
| H A D | xmlrpc.php | 12 session_write_close(); //close session
|
| H A D | ajax.php | 16 //close session
|
| H A D | detail.php | 24 //close session
|
| /dokuwiki/inc/parser/ |
| H A D | renderer.php | 214 * Close the current section 237 * Close a paragraph 377 * Close an unordered list 391 * Close an ordered list 408 * Close a list item 759 * Close a table 775 * Close a table header 789 * Close a table body 803 * Close a table footer 817 * Close a table row [all …]
|
| /dokuwiki/inc/Form/ |
| H A D | TagOpenElement.php | 8 * Creates an open HTML tag. You have to make sure you close it
|
| H A D | TagCloseElement.php | 8 * Creates an HTML close tag. You have to make sure it has been opened
|
| H A D | Form.php | 380 * Be sure to close it again! 418 * Close a fieldset 443 //close previous fieldset 453 // either right after the last close or at the begining 463 // close open fieldset at the end
|
| /dokuwiki/vendor/splitbrain/lesserphp/src/ |
| H A D | FormatterClassic.php | 21 public $close = '}'; variable in LesserPHP\\FormatterClassic 108 echo $pre . $this->close . $this->break;
|
| /dokuwiki/inc/Ui/ |
| H A D | Editor.php | 116 $form->addTagClose('div'); // close div editButtons class 131 $form->addTagClose('div'); // close div summary class 134 $form->addTagClose('div'); // close div editBar class 182 echo '</div>'; // close div editBox class
|
| /dokuwiki/inc/Feed/ |
| H A D | FeedParserFile.php | 54 public function close() function in dokuwiki\\Feed\\FeedParserFile
|
| /dokuwiki/lib/plugins/styling/ |
| H A D | popup.php | 5 //close session
|
| /dokuwiki/ |
| H A D | feed.php | 24 //close session
|
| /dokuwiki/vendor/splitbrain/php-archive/ |
| H A D | README.md | 50 $tar->close();
|
123456