Home
last modified time | relevance | path

Searched refs:new (Results 376 – 400 of 1508) sorted by relevance

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

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/
H A Donly.test13 return ['vars1' => ['foo1' => 'bar'], 'vars2' => new ArrayObject(['foo2' => 'bar'])]
/plugin/userhomepage/lang/en/
H A Duserhomepage_private.default6 * To create a sub-namespace, simply indicate the new page's full position :
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A DREADME.md19 $encoder = new Encoder();
/plugin/fckg/
H A DChanges50 Implemented option to rewrite FCKeditor smiley URLs when pages are moved to new server. Regex at to…
56 This uses a new configuration option which will turn on the experimenmtal algorithm for all pages, …
99 Updated css for new template
106 Replaced default fck_editorarea.css with original that was accidentally exchanged for the new
128 Removed "new by reference" assignment in fckg/syntax/dwplugin.php (line 191)
151 Removed new by reference warning in edit.php on line 2552
345 Move plugins list from settings to new admin panel
348 Added new language files to fckg/lang/
/plugin/tline/
H A DCHANGES.txt54 In the same way, the needed width is re-calculated whenever a new set of events
55 are viewed or are about to be viewed. If the new needed width is greater than the
84 * Rebuilt bundle files with new ver of Ajax lib. -- LarryK rev 1658
120 * Use new maxHeight param from SimileAjax for setting maxHeight of
152 * Revised all examples to use new directory layout.
155 image stacks. See the new compact-painter example.
160 Updated build.xml to include Ajax new styles directory.
166 Fixed library references in all examples to match new dir layout.
199 * Re-built to pick up new simile-ajax that includes jquery 1.2.6
217 hoping that this won't cause anyone much pain. And the new format is
/plugin/mdpage/vendor/cebe/markdown/
H A DREADME.md20 Extending the Markdown language with new elements is as simple as adding a new method to the class …
35 - ... (Feel free to [suggest](https://github.com/cebe/markdown/issues/new) further additions!)
84 - Traditional Markdown: `$parser = new \cebe\markdown\Markdown();`
85 - Github Flavored Markdown: `$parser = new \cebe\markdown\GithubMarkdown();`
86 - Markdown Extra: `$parser = new \cebe\markdown\MarkdownExtra();`
95 $parser = new \cebe\markdown\Markdown();
99 $parser = new \cebe\markdown\GithubMarkdown();
103 $parser = new \cebe\markdown\MarkdownExtra();
107 $parser = new \cebe\markdown\GithubMarkdown();
473 of doing real parsing. This way extending them with new language elements is quite hard
[all …]
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.DirectLexLineNumberSyncInterval.txt
/plugin/twcheckliste/lang/en/
H A Dstep0.txt3 - Downloading the new DokuWiki package
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Dobjects.test28 return ['items' => new ItemsIterator()]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs176 return typeof Uint8Array != "undefined" ? new Uint8Array(len) : new Array(len);
183 return typeof Uint8Array != "undefined" ? new Uint8Array(len) : new Array(len);
194 var buf = new ArrayBuffer(s.length), view = new Uint8Array(buf);
206 return new Uint8Array(data);
1543 var val = new Date();
2382 var o = new Array(n);
2730 else throw new Error(msg);
3350 var out = new Date();
3390 var d = new Date(str);
3486 var o = new Date(s), n = new Date(NaN);
[all …]
/plugin/matomo/
H A DREADME.md11 description | Plugin for the new 3.x version of Matomo (formaly Piwik), the open source Google Ana…
26 Plugin for the new 3.x version of Matomo (formaly Piwik), the open source Google Analytics alternat…
/plugin/findologicxmlexport/vendor/hoa/math/
H A DCHANGELOG.md7 * Quality: Happy new year! (Alexis von Glasow, 2017-01-11T23:27:10+01:00)
66 * Happy new year! (Ivan Enderlin, 2015-01-05T14:41:11+01:00)
/plugin/keyboard/
H A Dsyntax.php215 $new = array ('name' => $style_name, 'display-name' => $display_name);
216 $this->styles[$class] = $new;
/plugin/gitbacked/lib/
H A DGit.php758 * @param string $new
760 public function set_description($new) { argument
762 file_put_contents($path."/description", $new);
/plugin/aichat/vendor/erusev/parsedown/
H A DREADME.md32 $Parsedown = new Parsedown();
45 $parsedown = new Parsedown;
62 $parsedown = new Parsedown;
/plugin/inclform/
H A DREADME.md3 …und at https://www.dokuwiki.org/plugin:incl_form. The documentation of the new plugin is available…
/plugin/tableedit/
H A DREADME.md8 …t a page. Mark a table an press the button. A dialog will appear. Then you can order the table new.
/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/stlviewer/stlviewer/
H A DREADME.md25 …var stl_viewer=new StlViewer(document.getElementById("stl_cont"), { models: [ {id:0, filename:"mys…
/plugin/archivegenerator/lang/en/
H A Dintro.txt10 Generating a new archive will replace a potentially existing one.
/plugin/adfs/phpsaml/
H A DREADME.md158 the new features that the new library Saml2 carries.
265 new toolkit (loads the SAML library).
597 $auth = new OneLogin_Saml2_Auth();
646 new toolkit due there are a lot of new features that you can't handle with the
675 $auth = new OneLogin_Saml2_Auth();
715 $auth = new OneLogin_Saml2_Auth();
759 $auth = new OneLogin_Saml2_Auth();
901 $auth = new OneLogin_Saml2_Auth();
1009 $auth = new OneLogin_Saml2_Auth();
1039 $auth = new OneLogin_Saml2_Auth();
[all …]
/plugin/codemirror/dist/modes/
H A Dvb.min.js.map1new RegExp(\"^((\" + words.join(\")|(\") + \"))\\\\b\", \"i\");\n }\n\n var singleOperators …
/plugin/commonmark/vendor/league/commonmark/
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/combo/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md19 - `WebDriverCommand::newSession()` constructor to create new session command without violating typehints.
47 - Option to specify type of new window (window or tab) when using `$driver->switchTo()->newWindow()`.
64 - Command `RemoteWebDriver::newWindow()` for W3C mode to open new top-level browsing context (aka window).
93 - `getStatus()` method of `RemoteWebDriver` to get information about remote-end readiness to create new sessions.
105 - `WebDriverNavigation` and `EventFiringWebDriverNavigation` now both implement new `WebDriverNavigationInterface`.
163 - Added new expected conditions:
/plugin/pagemove/lang/en/
H A Dpagemove.txt11 All links to and from the page will be updated to reflect the new location and/or name.

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