Home
last modified time | relevance | path

Searched +full:removed -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 53) sorted by path

123

/dokuwiki/bin/
H A Dstriplangs.php27 'is never removed!'
/dokuwiki/conf/
H A Ddokuwiki.php169 $conf['defer_js'] = 1; // Defer javascript to be executed after the page's HTML has been parsed. Setting will be removed in the next release.
/dokuwiki/data/
H A Ddeleted.files2 # but were removed later. An up to date DokuWiki should not have any of
5 # removed on 2022-06-26
93 # removed on 2020-06-01
219 # removed on 2018-04-22
250 # removed on 2016-06-26
254 # removed on 2015-08-10
487 # removed on 2014-05-05
601 # removed on 2013-11-18
612 # removed on 2013-10-28
663 # removed o
[all...]
/dokuwiki/inc/
H A DActionRouter.php172 * parts are removed beginning from the end until a matching class is found. The instatiated
H A DMailer.class.php145 * If an empy value is passed, the header is removed
H A Dcommon.php979 * @return bool true if a lock was removed
H A Ddeprecated.php4 * These classes and functions are deprecated and will be removed in future releases
H A Dmedia.php1374 $removed = (!file_exists(mediaFN($image)) && file_exists(mediaMetaFN($image, '.changes')));
1375 if (!$image || (!file_exists(mediaFN($image)) && !$removed)) return false;
H A Dtemplate.php1518 $removed = (
1523 if (!$image || (!file_exists(mediaFN($image)) && !$removed) || $DEL) return;
1570 } elseif ($opened_tab == 'edit' && !$removed) {
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php406 //empty right side means a removed page. Look up last revision.
/dokuwiki/inc/Debug/
H A DDebugHelper.php38 * @param int $callerOffset (optional) How far the deprecated method is removed from this one
119 * @param int $callerOffset How many lines should be removed from the beginning of the backtrace
/dokuwiki/inc/Input/
H A DInput.php88 * the parameter will also be removed from $_POST or $_GET
/dokuwiki/inc/Search/
H A DIndexer.php958 $status = "stale lock removed";
1038 * @return string a line with trailing whitespace removed
/dokuwiki/inc/parser/
H A Dxhtmlsummary.php9 * Headings have their a name link removed and section editing links
10 * removed
/dokuwiki/lib/exe/
H A Dmediamanager.php115 // current namespace was removed. redirecting to root ns passing msg along
/dokuwiki/lib/plugins/revert/
H A Dadmin.php109 printf('<li><div class="li">' . $this->getLang('removed') . '</div></li>', $id);
/dokuwiki/lib/tpl/dokuwiki/images/
H A Dpagetools-build.php2 // phpcs:ignoreFile -- deprecated and will be removed
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini49 ; (with surrounding underscores removed, and the prefix @ini_ added)
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG261 * Removed duplicate entries from keyword groups of VIM language file (Segaja)
289 * Removed backslash as Escape Char in T-SQL (SF#2939199, Bruno Braga)
352 * Removed some superfluous keywords from ABAP (BenBE)
353 * Removed duplicate keywords for Progress (BenBE)
354 * Removed duplicate keywords for T-SQL (BenBE)
417 * Removed duplicate keywords from Progres, SAS and TSQL (BenBE)
535 * Removed explicit escaping of / in Regular Expressions (BenBE)
565 * Removed <, > and / from HTML names, now only containing the real tag names (BenBE)
569 - Removed some private methods which were only called at exactly one place (milian)
733 - Changed code style of geshi.php, and removed tab
[all...]
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php1105 * This method will be removed in 1.2.X
1594 * or the removed keyword will stay in cache and still be highlighted! On the other hand
1819 * If false is specified, the line will be removed from
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A D6502acme.php105 /* 65c02 instructions, MOS added a few (much needed) instructions in the CMOS version of the 6502, but stupidly removed the undocumented/illegal opcodes.
H A D6502tasm.php87 * CMOS version of the 6502, but stupidly removed the undocumented/illegal opcodes. */
H A Dactionscript3.php152 'removedFromStage', 'removed', 'removeNode', 'removeNamespace',
306 'REMOVED_FROM_STAGE', 'REMOVED', 'REMOTE', 'REGULAR', 'REFLECT',
H A Dada.php18 * - Removed apostrophe as string delimiter
H A Dalgol68.php26 * - removed bulk of local variables from name space.
92 $sign_="(?:-|\-|[-]|[\-]|\+|)"; # attempts # // FIXME: This should be used or removed. Assignment beneath

123