Home
last modified time | relevance | path

Searched refs:old (Results 76 – 100 of 315) sorted by relevance

12345678910>>...13

/plugin/siteexport/
H A D.travis.yml11 - DOKUWIKI=old-stable
/plugin/phprestrict/
H A DREADME.md11 PHP is also disabled on old revision pages.
/plugin/avbarchart/
H A DREADME.md10 * Licence: GPL-2.0 (https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
/plugin/fedauth/Auth/OpenID/
H A DParse.php198 foreach ($this->_entity_replacements as $old => $new) {
199 $str = preg_replace(sprintf("/&%s;/", $old), $new, $str);
/plugin/findologicxmlexport/vendor/hoa/math/Visitor/
H A DArithmetic.php79 $old = $this->_context;
83 return $old;
/plugin/findologicxmlexport/vendor/hoa/file/
H A DGeneric.php519 $old = $this->_mode;
522 return $old;
/plugin/dw2pdf/
H A Drenderer.php287 $old = $conf['mailguard'];
290 $conf['mailguard'] = $old;
/plugin/openid/Auth/OpenID/
H A DParse.php202 foreach ($this->_entity_replacements as $old => $new) {
203 $str = preg_replace(sprintf("/&%s;/", $old), $new, $str);
/plugin/removeold/
H A DREADME2 * remove old Admin Plugin: allows deleting of unnecessary, outdated files from your DokuWiki system
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dhtaccess.txt21 # Plain old CGI
/plugin/pgn4web/pgn4web/images/igorsvg/
H A Dbp.svg7 …ryChess symbols set2009-04-06T07:41:21Chess set by Igor Krizanovskij. From old OCAL site.http://op…
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dverbatim.rst23 The ``verbatim`` tag works in the exact same way as the old ``raw`` tag,
/plugin/deletepagebutton/
H A DREADME.md26 [GNU General Public License, version 2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
73 [this old plugin](https://github.com/caillou/dokuwiki-plugin-delete)
/plugin/archivegenerator/lang/en/
H A Dintro.txt2 This archive will not include old revisions of pages and media files, changelogs or cache data.
/plugin/captcha/fonts/
H A DREADME7 VeraSe.ttf - Bitsream Vera, http://www-old.gnome.org/fonts/
/plugin/snow/
H A Dsnowstorm.js189 var old = (!window.addEventListener && window.attachEvent), slice = Array.prototype.slice,
191 add: (old?'attachEvent':'addEventListener'),
192 remove: (old?'detachEvent':'removeEventListener')
197 if (old) {
211 if (old) {
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DUniform.php283 $old = $this->_length;
290 return $old;
H A DBoundedExhaustive.php377 $old = $this->_length;
380 return $old;
/plugin/accscounter/lang/en/
H A Dmovedirection.txt4 Old log files are still being stored in the old destination. Please decide how to handle these fil…
/plugin/avtaskbox/
H A DREADME.md10 * Licence: GPL-2.0 (https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorRuler.java372 Point old = mouse; in updateMousePosition() local
374 repaint(old.x, old.y); in updateMousePosition()
/plugin/editx/
H A Daction.php187 $old = @filemtime($file); // from page
199 notify($id,'admin',$old,$summary);
200 notify($id,'subscribers',$old,$summary);
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DStream.php420 $old = $this->_bucket[self::RESOURCE];
423 return $old;
/plugin/discussion/
H A Dadmin.php357 $old = $data['status'];
358 if ($old == $new) return true;
/plugin/move/helper/
H A Dplan.php425 list($old, $new) = explode("\t", trim($line));
428 $html .= hsc($old);
437 list($old, $new) = explode("\t", trim($line));
440 $html .= hsc($old);

12345678910>>...13