Home
last modified time | relevance | path

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

123456

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/
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/
Drenderer.php17 private $difference = 0; variable in renderer_plugin_dw2pdf
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;
/plugin/aichat/vendor/bdelespierre/php-kmeans/src/KMeans/
DPoint.php58 $difference = $this->coordinates[$n] - $point->coordinates[$n];
59 $distance += $difference * $difference;
/plugin/asciidocjs/node_modules/lodash/
Ddifference.js27 var difference = baseRest(function(array, values) { variable
33 module.exports = difference;
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
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
Dindex.rst37 * :doc:`Date <date>`: Adds a filter for rendering the difference between dates.
/plugin/countdown/
Dsyntax.php156 $difference = $diffseconds / 86400;
159 'distance' => $difference,
160 'days' => abs(($difference)),
/plugin/datedifference/
Dplugin.info.txt6 desc Display date difference
/plugin/jquery-syntax/jquery-syntax/
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/findologicxmlexport/vendor/hoa/ustring/
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));
/plugin/ckgedit/lang/en/
Dhogfather.txt1 …adapted for the hogfather dokuwiki distribution. The most significant difference from previous ve…
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/
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/
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/
Dgfm.min.js.map1difference","eatSpace","gitHubSpice","string","slice","start","test","charAt","markdownConfig","ta…
/plugin/sqlcomp/
Dsyntax.php280 $difference = $this->_difference($Cache,$rs);
281 $sResponse = $difference[0];
282 $sResponse .= $difference[1];
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
DGeometry.php640 public function difference(Geometry $geometry) function in geoPHP\\Geometry\\Geometry
644 return geoPHP::geosToGeometry($this->getGeos()->difference($geometry->getGeos()));
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
Devent_system.rst10 The difference between listeners, and subscribers is that listener do not know to which events they…
/plugin/findologicxmlexport/vendor/sebastian/diff/
DREADME.md17 The `Differ` class can be used to generate a textual representation of the difference between two s…
/plugin/jcapture/lib/
Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jsontable/demo/
Djsontable_demo.txt85 … will be stored into 'inline_data' on table change. Otherwise only the difference form 'original d…
Djsontable_plugin.txt51 … will be stored into 'inline_data' on table change. Otherwise only the difference from 'original d…
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
DCHANGELOG.md114 with the difference between the start pointer and the end pointer. This
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
Dspellchecker.cfm23 <!--- make no difference between URL and FORM scopes --->
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
Dspellchecker.cfm23 <!--- make no difference between URL and FORM scopes --->

123456