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 26 – 50 of 53) sorted by relevance

123

/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dxbasic.php14 * - Removed duplicate keywords
H A Dqbasic.php22 * - Removed unnessecary slashes from some keywords
H A Dnginx.php473 // Removed to remove duplication with ngx_http_gzip_module
682 // Removed to prioritize documentation for core module
703 // Removed to prioritize documentation for http
H A D6502tasm.php87 * CMOS version of the 6502, but stupidly removed the undocumented/illegal opcodes. */
H A Dlua.php16 * - Removed unusable keywords
H A Decmascript.php18 * - Added '~' and removed '@' from 'SYMBOLS'
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 Dactionscript3.php152 'removedFromStage', 'removed', 'removeNode', 'removeNamespace',
306 'REMOVED_FROM_STAGE', 'REMOVED', 'REMOTE', 'REGULAR', 'REFLECT',
H A Dalgol68.php26 * - removed bulk of local variables from name space.
92 $sign_="(?:-|\-|[-]|[\-]|\+|)"; # attempts # // FIXME: This should be used or removed. Assignment beneath
H A Dnsis.php16 * - Removed deprecated commands
H A Dvisualfoxpro.php15 * - Removed tab as a symbol char
H A Dmathematica.php26 * - Removed style variables for compatability
/dokuwiki/inc/Input/
H A DInput.php88 * the parameter will also be removed from $_POST or $_GET
/dokuwiki/vendor/simplepie/simplepie/src/
H A DIRI.php959 $removed = $this->remove_dot_segments($valid);
961 $cache[$ipath] = [$valid, $removed];
962 $this->ipath = ($this->scheme !== null) ? $removed : $valid;
H A DSanitize.php636 * @param string $image_url Only needed for BC, can be removed in SimplePie 2.0.0
H A DSimplePie.php686 * options directly into the constructor. This has been removed as of 1.3 as
3064 trigger_error('Favicon handling has been removed, please use your own handling', \E_USER_DEPRECATED);
3075 trigger_error('Favicon handling has been removed, please use your own handling', \E_USER_DEPRECATED);
3207 * @param string $feed_url Only needed for BC, can be removed in SimplePie 2.0.0
/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/inc/
H A Dtemplate.php1518 $removed = (
1523 if (!$image || (!file_exists(mediaFN($image)) && !$removed) || $DEL) return;
1570 } elseif ($opened_tab == 'edit' && !$removed) {
H A Ddeprecated.php4 * These classes and functions are deprecated and will be removed in future releases
H A DMailer.class.php145 * If an empy value is passed, the header is removed
H A Dmedia.php1374 $removed = (!file_exists(mediaFN($image)) && file_exists(mediaMetaFN($image, '.changes')));
1375 if (!$image || (!file_exists(mediaFN($image)) && !$removed)) return false;
/dokuwiki/inc/Search/
H A DIndexer.php958 $status = "stale lock removed";
1038 * @return string a line with trailing whitespace removed
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php507 * removed in 5.4 I'm just going to ignore it.
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php406 //empty right side means a removed page. Look up last revision.
/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

123