Home
last modified time | relevance | path

Searched refs:previous (Results 526 – 550 of 556) sorted by path

1...<<212223

/plugin/translation/
H A Ddeleted.files1 # This is a list of files that were present in previous releases
/plugin/tuxquote/
H A Dquotes.txt1978 Everyday I beat my own previous record for number of consecutive days I've stayed alive. <BR> -- Ge…
3084 Men on frontiers, whether of time or space, abandon their previous identities. Neighborhood gives i…
/plugin/twcheckliste/
H A Drenderer.php.old63 //throw away any previous content
90 $this->doc .= '</div>'.DOKU_LF; //close previous slide
115 $this->doc .= '</div>'.DOKU_LF; //close previous slide
/plugin/twofactor/
H A Ddeleted.files1 # This is a list of files that were present in previous releases
/plugin/twofactoraltemail/
H A Ddeleted.files1 # This is a list of files that were present in previous releases
/plugin/twofactoremail/
H A Ddeleted.files1 # This is a list of files that were present in previous releases
/plugin/twofactorgoogleauth/
H A Ddeleted.files1 # This is a list of files that were present in previous releases
/plugin/typography/
H A Ddeleted.files3 # This file contains a list of files that were present in previous
/plugin/upgrade/
H A Ddeleted.files1 # This is a list of files that were present in previous releases
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DException.php26 * @param \Exception $previous The previous exception used for the exception chaining.
28 public function __construct($message = "", $code = 0, \Exception $previous = null) argument
33 parent::__construct($message, $code, $previous);
/plugin/usecounter/
H A DLICENSE48 authors of previous versions.
459 give under the previous paragraph, plus a right to possession of the
/plugin/vkeyboard/
H A Dchange_log31 the dokuwiki form (dw__editform') and the VKB cookie is re-set to a previous
H A Dvkeyboard.js.unc165 // - Delete the previous character
/plugin/vshare/
H A Ddeleted.files1 # This is a list of files that were present in previous releases
/plugin/wavedrom/
H A DLICENSE48 authors of previous versions.
459 give under the previous paragraph, plus a right to possession of the
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md933 * Added: When debugExceptions is turned on, all previous exceptions are also
1633 previous parameter, rather than just add it. This makes more sense for 99% of
1773 This was a mistake made in all previous SabreDAV versions. If you don't do
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php289 $previous = $e;
290 while ($previous = $previous->getPrevious()) {
292 … $xPrevious->appendChild($DOM->createElement('s:exception', $h(get_class($previous))));
293 … $xPrevious->appendChild($DOM->createElement('s:message', $h($previous->getMessage())));
294 … $xPrevious->appendChild($DOM->createElement('s:file', $h($previous->getFile())));
295 … $xPrevious->appendChild($DOM->createElement('s:line', $h($previous->getLine())));
296 … $xPrevious->appendChild($DOM->createElement('s:code', $h($previous->getCode())));
297 … $xPrevious->appendChild($DOM->createElement('s:stacktrace', $h($previous->getTraceAsString())));
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md41 after the (previous) last request in the queue was resolved.
/plugin/wysiwyg/css/
H A Dfck_internal.css76 with the previous rule IE ignores all. */
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckenterkey.js225 FCKEnterKey.prototype._ExecuteBackspace = function( range, previous, currentBlock ) argument
236 if ( previous && previous.nodeName.IEquals( 'LI' ) )
238 var oNestedList = FCKDomTools.GetLastChild( previous, ['UL','OL'] ) ;
242 previous = FCKDomTools.GetLastChild( oNestedList, 'LI' ) ;
243 oNestedList = FCKDomTools.GetLastChild( previous, ['UL','OL'] ) ;
247 if ( previous && currentBlock )
259 var sPreviousName = previous.nodeName.toLowerCase() ;
262 FCKDomTools.RemoveNode( previous ) ;
280 FCKDomTools.RTrimNode( previous ) ;
287 range.SetStart( previous, 2, true ) ;
[all …]
/plugin/wysiwyg/fckeditor/editor/css/
H A Dfck_internal.css74 /* Any anchor for non-IE, if we combine it with the previous rule IE ignores all. */
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A DImageObject.cfc268 <cffunction name="revert" access="public" output="true" returntype="void" hint="Undo the previous m…
H A Dcf5_connector.cfm32 * how others are gonna take to it. Well, the previous version of this
H A Dcf5_upload.cfm32 * how others are gonna take to it. Well, the previous version of this
H A Dconfig.cfm133 <!--- code to maintain backwards compatibility with previous version of cfm connector --->

1...<<212223