Home
last modified time | relevance | path

Searched refs:old (Results 101 – 125 of 315) sorted by relevance

12345678910>>...13

/plugin/combo/grammar/
H A DREADME.md34 * We can't manually use the antlr idea plugin (too old: 1.17 (ANTLR 4.9.2) (File > Settings > Install Manually)
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFinder.php672 $old = $this->_splFileInfo;
675 return $old;
/plugin/xkcd/
H A DREADME.md57 * Jeff Sacco for the old plugin
/plugin/scrape/HTMLPurifier/Printer/
H A DHTMLDefinition.php
/plugin/pagemove/
H A Dadmin.php744 foreach( $links as $old => $new ) {
745 … $text = preg_replace( '#\[\[:?' . $old . '((\]\])|[\|\#])#i', '[[' . $new . '\1', $text);
754 function _pm_updatemedialinks(&$text, $old, $new) { argument
756 $text = preg_replace('#\{\{' . $old . '([\?\|]|(\}\}))#i', '{{' . $new . '\1', $text);
/plugin/jquery/
H A Djquery-1.4.2.js1872 var target = event.target, old, variable
1884 if ( old ) {
1895 if ( old ) {
1896 target[ "on" + type ] = old;
2889 if ( expr === old ) {
2897 old = expr;
4738 var old = {};
5507 if ( !old && old !== "none" ) {
5691 opt.old = opt.complete;
5697 opt.old.call( this );
[all …]
/plugin/ckgedit/ckeditor/plugins/tags/dialogs/
H A Dtags.js.unc77 … <code>Cursor</code> is selected, the old tag syntax must be selected and it will be replaced. If …
/plugin/bible/bible_douayRheims/
H A DNumbers.txt142 …4:3. From thirty years old and upward, to fifty years old, of all that go in to stand and to minis…
162 …4:23. From thirty years old and upward, unto fifty years old. Number them all that go in and minis…
169 …4:30. From thirty years old and upward, unto fifty years old, all that go in to the office of thei…
174 …4:35. From thirty years old and upward, unto fifty years old, all that go in to the ministry of th…
178 …4:39. From thirty years old and upward, unto fifty years old, all that go in to minister in the ta…
182 …4:43. From thirty years old and upward, unto fifty years old, all that go in to fulfil the rites o…
186 …4:47. From thirty years old and upward, until fifty years old, that go into the ministry of the ta…
261 7:15. An ox of the herd, and a ram, and lamb of a year old for a holocaust:
267 7:21. An ox of the herd, and a ram, and a lamb of a year old for a holocaust:
273 7:27. An ox of the herd, and a ram, and a lamb of a year old for a holocaust:
[all …]
/plugin/jquerymigrate/
H A Djquery-migrate-3.1.0.js344 old = {};
352 old[ name ] = elem.style[ name ];
360 elem.style[ name ] = old[ name ];
/plugin/backup/lang/en/
H A Dintro.txt11 …* You can filter out specific directories from being backed up (e.g., old backups, or rendered equ…
/plugin/pagebuttons/
H A DREADME.md15 [GNU General Public License, version 2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
/plugin/webdav/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php247 $old = $vavailComps;
250 foreach ($old as $vavail) {
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php266 $old = $vavailComps;
269 foreach ($old as $vavail) {
/plugin/btable2/
H A DREADME.md6 btable2 is a drop-in-replacement. uninstall btable, install btable2. All old polls will stay as the…
/plugin/dev/
H A DSVGIcon.php126 $old = strlen($svgdata);
187 $this->logger->info(sprintf('Minified SVG %d bytes -> %d bytes (%.2f%%)', $old, $new, $new * 100 / $old));
/plugin/farmer/lang/en/
H A Dtab_new_help.txt23 The title and logo image will be overwritten to make sure you can distinguish the new from the old wiki.
/plugin/epub/
H A Drenderer.php463 $old = $conf['mailguard'];
466 $conf['mailguard'] = $old;
/plugin/sqlite/
H A DREADME11 If both drivers are available, the admin allows to convert old sqlite2 format databases to
/plugin/tagfilter/script/select2/
H A Dselect2.js1702 // ignore old responses
2343 var old = this.opts.element.val(),
2358 if (!equal(old, this.id(data))) {
3130 buildChangeDetails: function (old, current) { argument
3132 old = old.slice(0);
3136 for (var j = 0; j < old.length; j++) {
3137 if (equal(this.opts.id(current[i]), this.opts.id(old[j]))) {
3142 old.splice(j, 1);
3148 return {added: current, removed: old};
[all...]
/plugin/oembed/docs/
H A Ddokuwiki-oembed.txt60 The current plugin (as of 2019) has been updated from an old unmaintained version but doesn't use t…
H A Ddokuwiki-oembed.org66 The current plugin (as of 2019) has been updated from an old unmaintained version but doesn't use t…
/plugin/pubmed2020/tests/
H A DPM15924077.ris16 …nts (82 percent). CONCLUSION: The findings show that a large proportion of old persons presenting …
/plugin/dokucrypt2/
H A DREADME.md12 * Licence: GPL-2.0 (https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
/plugin/addnewpage/
H A DREADME.md13 [GNU General Public License, version 2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
/plugin/bibtex4dw/
H A DTODO.md35 Currently, the BibTeX parsing relies on rather old and badly changed code. Perhaps exchanging with newer code from the "PHP BibTeX Parser 2.x" project would be an option:

12345678910>>...13