Home
last modified time | relevance | path

Searched refs:new (Results 376 – 400 of 1508) sorted by last modified time

1...<<11121314151617181920>>...61

/plugin/lms/
H A DLICENSE26 in new free programs; and that you know you can do these things.
237 9. The Free Software Foundation may publish revised and/or new versions
238 of the General Public License from time to time. Such new versions will
240 address new problems or concerns.
284 If you develop a new program, and you want it to be of the greatest
/plugin/structtemplate/
H A DLICENSE26 in new free programs; and that you know you can do these things.
237 9. The Free Software Foundation may publish revised and/or new versions
238 of the General Public License from time to time. Such new versions will
240 address new problems or concerns.
284 If you develop a new program, and you want it to be of the greatest
/plugin/passwordgrey/
H A DLICENSE26 in new free programs; and that you know you can do these things.
237 9. The Free Software Foundation may publish revised and/or new versions
238 of the General Public License from time to time. Such new versions will
240 address new problems or concerns.
284 If you develop a new program, and you want it to be of the greatest
/plugin/timezoneco/
H A DLICENSE26 in new free programs; and that you know you can do these things.
237 9. The Free Software Foundation may publish revised and/or new versions
238 of the General Public License from time to time. Such new versions will
240 address new problems or concerns.
284 If you develop a new program, and you want it to be of the greatest
/plugin/bpmnioeditor/
H A Dstyle.css125 .djs-shape.new-parent .djs-visual > :nth-child(1) {
133 svg.new-parent {
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Ddiagram-js.css120 .djs-shape.new-parent .djs-visual > :nth-child(1) {
128 svg.new-parent {
/plugin/openas/
H A DREADME2 under a new name without deleting the original) and creating new pages from templates.
12 The SaveAS form will create a new page from the old page but leave the old page in tact.
14 The MoveTO form will create a new page from the old page and delete the old page. However,
15 it will not delete the old page unless it is certain that the new page is in place, so that
18 In this version all backlinks to the page being moved are updated to the page id of the new page.
H A Dplugin.info.txt6 desc File utility for renaming and saving-as, and creating new pages from templates
/plugin/xtern/lang/en/
H A Dheader.txt4 … large wiki. Clicking on the wiki pagename in the broken link list opens a new window with the pag…
/plugin/newpagetemplate/
H A DREADME1 This updates the newpagetmplate plugin to handle the new Events for Templates.
H A Dplugin.info.txt6 desc Load namespace-style template into new file from URL
/plugin/instantpage/
H A DLICENSE26 in new free programs; and that you know you can do these things.
237 9. The Free Software Foundation may publish revised and/or new versions
238 of the General Public License from time to time. Such new versions will
240 address new problems or concerns.
284 If you develop a new program, and you want it to be of the greatest
/plugin/pureldap/
H A DLICENSE26 in new free programs; and that you know you can do these things.
237 9. The Free Software Foundation may publish revised and/or new versions
238 of the General Public License from time to time. Such new versions will
240 address new problems or concerns.
284 If you develop a new program, and you want it to be of the greatest
H A DREADME3 A new LDAP auth plugin
H A Dplugin.info.txt6 desc A new LDAP auth plugin
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md46 $ldap = new LdapClient([
95 # Create a new LDAP entry object
96 $entry = (new Entry('cn=foo,dc=domain,dc=local'))
/plugin/pagebuttons/
H A DLICENSE26 in new free programs; and that you know you can do these things.
237 9. The Free Software Foundation may publish revised and/or new versions
238 of the General Public License from time to time. Such new versions will
240 address new problems or concerns.
284 If you develop a new program, and you want it to be of the greatest
/plugin/include/
H A DCOPYING26 in new free programs; and that you know you can do these things.
241 9. The Free Software Foundation may publish revised and/or new versions
242 of the General Public License from time to time. Such new versions will
244 address new problems or concerns.
289 If you develop a new program, and you want it to be of the greatest
/plugin/move/helper/
H A Dhandler.php42 * @param array $page_moves Moves that shall be considered in the form [[$old,$new],...] ($old can be $original)
43 * @param array $media_moves Moves of media files that shall be considered in the form $old => $new
57 * Go through the list of moves and find the new value for the given old ID
62 * @return string the new full qualified ID
67 if($type != 'media' && $type != 'page') throw new Exception('Not a valid type');
90 return $old; // this is now new
94 * if the old link ended with a colon and the new one is a start page, adjust
97 * @param $new string the new, full qualified ID
101 protected function _nsStartCheck($relold, $new, argument
126 relativeLink($relold, $new, $type) global() argument
[all...]
H A Dplan.php248 * @param string $dst new ID of item namespace
254 if($this->options['committed']) throw new Exception('plan is committed already, can not be added to');
291 if($this->options['committed']) throw new Exception('plan is committed already, can not be committed again');
363 if(!$this->options['committed']) throw new Exception('plan is not committed yet!');
425 list($old, $new) = explode("\t", trim($line));
430 $html .= hsc($new);
437 list($old, $new) = explode("\t", trim($line));
442 $html .= hsc($new);
573 throw new Exception('wrong type specified');
695 throw new Exceptio
[all...]
/plugin/move/lang/en/
H A Dmove.txt10 All links to and from the pages that are moved will be updated to reflect the new location and/or name.
/plugin/move/_test/
H A Dhandler.test.php34 foreach($tests as $new => $rel) {
35 $this->assertEquals($rel, $handler->relativeLink('foo', $new, 'page'));
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md20 - Added several new specific exception types implementing that marker interface:
32 - Added new `table/alignment_attributes` configuration option to control how table cell alignment is rendered (#959)
128 - Added new `EmbedExtension` (#805)
174 - Added new `ConverterInterface`
175 - Added new `MarkdownToXmlConverter` class
176 - Added new `HtmlDecorator` class which can wrap existing renderers with additional HTML tags
177 - Added new `table/wrap` config to apply an optional wrapping/container element around a table (#780)
206 - Added new `heading_permalink/aria_hidden` config option (#741)
265 - Added new `Node::iterator()` method and `NodeIterator` class for faster AST iteration (#683, #684)
286 - **Added three new extension
[all...]
H A DREADME.md30 $converter = new CommonMarkConverter([
45 $converter = new GithubFlavoredMarkdownConverter([
123 When a new **minor** version (e.g. `2.0` -> `2.1`) is released, the previous one (`2.0`) will continue to receive security and critical bug fixes for *at least* 3 months.
125 When a new **major** version is released (e.g. `1.6` -> `2.0`), the previous one (`1.6`) will receive critical bug fixes for *at least* 3 months and security updates for 6 months after that new release comes out.
129 **Professional support, including notification of new releases and security updates, is available through a [Tidelift Subscription](https://tidelift.com/subscription/pkg/packagist-league-commonmark?utm_source=packagist-league-commonmark&utm_medium=referral&utm_campaign=readme).**
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/Processor/
H A DDelimiterProcessorCollection.php67 throw new InvalidArgumentException(\sprintf('Delim processor for character "%s" already exists', $processor->getOpeningCharacter()));
73 private function addStaggeredDelimiterProcessorForChar(string $opening, DelimiterProcessorInterface $old, DelimiterProcessorInterface $new): void
78 $s = new StaggeredDelimiterProcessor($opening, $old);
81 $s->add($new);
62 addStaggeredDelimiterProcessorForChar(string $opening, DelimiterProcessorInterface $old, DelimiterProcessorInterface $new) global() argument

1...<<11121314151617181920>>...61