Home
last modified time | relevance | path

Searched refs:previous (Results 226 – 250 of 556) sorted by path

12345678910>>...23

/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityNotAllowedTagError.php23 …nction __construct($message, $tagName, $lineno = -1, $filename = null, \Exception $previous = null) argument
25 parent::__construct($message, $lineno, $filename, $previous);
/plugin/flowcharts/
H A Ddeleted.files1 # This is a list of files that were present in previous plugin releases
H A Dmermaid.min.js1previous=null}function Sd(t){if(!(i=t.length))return 0;var e,n,r,i,a,o,s,u,c,l,f;if((e=t[0]).x=0,e…
/plugin/flowplay/flowplayer/
H A DREADME.txt159 - Added a possibility to hide the playlist control buttons (next clip and previous clip buttons)
164 …- Changed volume slider to change the volume while the slider is being moved. The previous version…
H A Djavascript.txt120 Moves to previous clip.
/plugin/flowplay2/flowplayer/
H A DLICENSE.txt54 authors of previous versions.
465 give under the previous paragraph, plus a right to possession of the
H A DREADME.txt331 - Added a possibility to hide the playlist control buttons (next clip and previous clip buttons)
336 …- Changed volume slider to change the volume while the slider is being moved. The previous version…
H A Djavascript.txt110 Moves to previous clip.
/plugin/flowplayer/player/
H A DLICENSE.txt95 authors of previous versions.
506 give under the previous paragraph, plus a right to possession of the
H A DREADME.txt56 - fixed to dispatch onStart also when replaying the previous clip, now the JS controlbar again work…
338 …iders caused the onMetadata event to fire events with metadata from the previous clip in the playl…
432 -always closes the previous connection before starting a new clip
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js1739 previous: function(element, expression, index) { method in Element.Methods
/plugin/gitbacked/
H A DCHANGELOG.md25 <empty line> - next line is the starting of the previous release
30 These links provide direct access to the GitHub compare vs. the previous release.
36 …| +-URL to this repo previous release version tag-+ +-current …
103 - Fix for compatibility to PHP versions <7.4 - was introduced by previous release - fixes [#69]
/plugin/googlemaps3/
H A DLICENSE48 authors of previous versions.
459 give under the previous paragraph, plus a right to possession of the
/plugin/gplusone/
H A DCOPYING48 authors of previous versions.
459 give under the previous paragraph, plus a right to possession of the
/plugin/groupmail/
H A DLICENSE48 authors of previous versions.
459 give under the previous paragraph, plus a right to possession of the
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog1555 previous box
H A Dlayout.page.breaks.php244 function get_pages_traverse_block(&$box, &$next, &$previous, $penalty) { argument
268 …} elseif (!is_null($previous) && $previous->get_css_property(CSS_PAGE_BREAK_AFTER) == PAGE_BREAK_A…
/plugin/html5video2/
H A Dstyle.css309 .vjs-icon-previous-item {
314 .vjs-icon-previous-item:before {
/plugin/htmlokalt/
H A DLICENSE22 …changed, so that their problems will not be attributed erroneously to authors of previous versions.
158 …he work the party's predecessor in interest had or could give under the previous paragraph, plus a…
/plugin/icalevents/
H A Ddeleted.files1 # This is a list of files that were present in previous plugin releases
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Files/
H A DIncludingFileSniff.php104 …$previous = $phpcsFile->findPrevious(PHP_CodeSniffer_Tokens::$emptyTokens, ($stackPtr - 1), null, …
105 if (isset(PHP_CodeSniffer_Tokens::$assignmentTokens[$tokens[$previous]['code']]) === true) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/
H A DFunctionCallSignatureSniff.php113 $previous = $phpcsFile->findPrevious($search, ($stackPtr - 1), null, true);
114 if ($tokens[$previous]['code'] === T_FUNCTION) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Formatting/
H A DOperatorBracketSniff.php92 $previous = $phpcsFile->findPrevious(T_WHITESPACE, ($stackPtr - 1), null, true);
93 if ($previous !== false) {
94 … $isAssignment = in_array($tokens[$previous]['code'], PHP_CodeSniffer_Tokens::$assignmentTokens);
95 … $isEquality = in_array($tokens[$previous]['code'], PHP_CodeSniffer_Tokens::$equalityTokens);
96 … $isComparison = in_array($tokens[$previous]['code'], PHP_CodeSniffer_Tokens::$comparisonTokens);
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1previous::before{content:"\FB8E"}.mdi-page-previous-outline::before{content:"\FB8F"}.mdi-palette::…
/plugin/ifauthex/lib/
H A Dexceptions.php10 public function __construct($text, $position, $code = 0, Exception $previous = null) { argument
20 parent::__construct($message, $code, $previous);
34 public function __construct($elementInstance, $message, $code = 0, Exception $previous = null) { argument
36 parent::__construct($message, $code, $previous);
49 public function __construct($elementInstance, $message, $code = 0, Exception $previous = null) { argument
51 parent::__construct($message, $code, $previous);
64 public function __construct($elementDefinition, $code = 0, Exception $previous = null) { argument
70 parent::__construct($message, $code, $previous);
83 public function __construct($tokenInstance, $code = 0, Exception $previous = null) { argument
92 parent::__construct($message, $code, $previous);
[all …]

12345678910>>...23