Home
last modified time | relevance | path

Searched refs:difference (Results 1 – 25 of 107) sorted by relevance

12345

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/
H A DClassDeclarationSniff.php145 $difference = 1;
147 $difference = ($tokens[$nextContent]['line'] - $tokens[$closeBrace]['line'] - 1);
152 if ($difference === -1
159 if ($difference === -1) {
188 if ($difference !== -1 && $difference !== 1) {
192 $difference,
196 if ($difference === 0) {
/plugin/dw2pdf/
H A Drenderer.php17 private $difference = 0;
148 $this->difference += $step - 1;
151 $this->difference = min($this->difference, $level - $this->originalHeaderLevel);
152 $this->difference = max($this->difference, 0);
155 $bookmarklevel = $level - $this->difference;
19 private $difference = 0; global() variable in renderer_plugin_dw2pdf
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Ddate.rst13 Use the ``time_diff`` filter to render the difference between a date and now.
25 difference between dates, this means that PHP 5.3+ is required.
30 * ``date``: The date for calculate the difference from now. Can be a string
H A Dindex.rst37 * :doc:`Date <date>`: Adds a filter for rendering the difference between dates.
/plugin/countdown/
H A Dsyntax.php156 $difference = $diffseconds / 86400;
159 'distance' => $difference,
160 'days' => abs(($difference)),
/plugin/datedifference/
H A Dplugin.info.txt6 desc Display date difference
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.layout.editor.js13 result.end=j;result.originalEnd=i;result.difference=updated.lines.length-this.current.lines.length;…
15 if(result.difference>0){while(result.end<(updated.lines.length-1)){if(updated.offsets[result.end-1]…
26 …or.getClientState();var changed=editor.updateChangedLines();if(changed.difference<0&&changed.start…
/plugin/ckgedit/lang/en/
H A Dhogfather.txt1 …adapted for the hogfather dokuwiki distribution. The most significant difference from previous ve…
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DUstring.php270 $difference = $length - $this->count();
272 if (0 >= $difference) {
278 for ($i = $difference / mb_strlen($piece) - 1; $i >= 0; --$i) {
282 $handle .= mb_substr($piece, 0, $difference - mb_strlen($handle));
H A DREADME.md171 monotony). If we search the word `GATAA` in `CAGATAAGAGAA` with 1 difference, we
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/
H A Dwiki.jst85 <%= toFuncList(_.difference(mapping.aryMethod[1], _.keys(mapping.skipFixed))) %>
88 <%= toFuncList(_.difference(mapping.aryMethod[2], _.keys(mapping.skipFixed))) %>
91 <%= toFuncList(_.difference(mapping.aryMethod[3], _.keys(mapping.skipFixed))) %>
94 <%= toFuncList(_.difference(mapping.aryMethod[4], _.keys(mapping.skipFixed))) %>
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Darrays.js231 var result = _.difference([1, 2, 3], [2, 30, 40]);
234 result = _([1, 2, 3]).difference([2, 30, 40]);
237 result = _.difference([1, 2, 3, 4], [2, 30, 40], [1, 11, 111]);
240 result = _.difference([8, 9, 3, 1], [3, 8]);
243 result = (function(){ return _.difference(arguments, [2, 30, 40]); }(1, 2, 3));
246 result = _.difference([1, 2, 3], 1);
/plugin/codemirror/dist/modes/
H A Dgfm.min.js.map1difference","eatSpace","gitHubSpice","string","slice","start","test","charAt","markdownConfig","ta…
/plugin/sqlcomp/
H A Dsyntax.php280 $difference = $this->_difference($Cache,$rs);
281 $sResponse = $difference[0];
282 $sResponse .= $difference[1];
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Devent_system.rst10 The difference between listeners, and subscribers is that listener do not know to which events they…
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DGeometry.php640 public function difference(Geometry $geometry) function in geoPHP\\Geometry\\Geometry
644 return geoPHP::geosToGeometry($this->getGeos()->difference($geometry->getGeos()));
/plugin/findologicxmlexport/vendor/sebastian/diff/
H A DREADME.md17 The `Differ` class can be used to generate a textual representation of the difference between two s…
/plugin/jcapture/lib/
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm23 <!--- make no difference between URL and FORM scopes --->
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm23 <!--- make no difference between URL and FORM scopes --->
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DCHANGELOG.md114 with the difference between the start pointer and the end pointer. This
/plugin/quizlib/
H A DREADME.md41 The only difference to the original is the generic evaluation function "quizlibShowResults". It's t…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dsearch-operations.asciidoc103 difference is that the JSON response is serialized back into PHP arrays. Working
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md138 The resulting object then can be passed as the logger instance. The difference between the two is in adjusted method signatures (with appropriate type hinting) only. Be sure you have the suggested `psr/log` composer package installed when using these classes.

12345