Home
last modified time | relevance | path

Searched refs:diff (Results 151 – 175 of 261) sorted by relevance

1234567891011

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/
H A DREADME.md93 php-cs-fixer fix --config=build/php-cs-fixer.php --diff --dry-run --using-cache=no
/plugin/combo/ComboStrap/Xml/
H A DXmlSystems.php319 * Return a diff
339 return $leftDocument->diff($rightDocument);
H A DXmlDocument.php586 public function diff(XmlDocument $rightDocument): string function in ComboStrap\\Xml\\XmlDocument
612 * @return string that can be diff
613 * * EOL diff are not seen
/plugin/fastwiki/
H A Dscript.js18 var m_supportedActions = {'':1, edit:1, draft:1, history:1, recent:1, revisions:1, show:1, subscribe:1, backlink:1, index:1, profile:1, media:1, diff:1, save:1}; property in plugin_fastwiki.m_supportedActions
511 $('input[name="do[diff]"]', form).click(function(e) {
513 load('diff', null, _formToObj(form));
583 m_actionEffects.diff = m_actionEffects.revisions;
/plugin/highlightjs/highlight/
H A Dreadme.rus.txt371 Diff ("diff"):
/plugin/aceeditor/
H A DNEWS21 * Syntax highlighting for diff, Go, JSX, Lua Page, TCL and YAML
/plugin/odt/ODT/
H A DODTImport.php662 $diff = array_diff ($properties, $plain);
663 if (count($diff) == 0) {
/plugin/codebutton_ext/
H A Daction.php.bak41diff, div, dos, dot, eiffel, email, erlang, fo, fortran, freebasic, genero, glsl, gml, gnuplot, gr…
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock473 "sebastian/diff": "^4.0",
1178 "sebastian/diff": "^4.0.3",
1687 "sebastian/diff": "^4.0",
1803 "name": "sebastian/diff",
1807 "url": "https://github.com/sebastianbergmann/diff.git",
1812 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
1849 "homepage": "https://github.com/sebastianbergmann/diff",
1851 "diff",
1854 "unified diff"
1857 "issues": "https://github.com/sebastianbergmann/diff/issue
[all...]
/plugin/combo/resources/theme/default/components/css/
H A Ddo-media.css556 /* file diff view */
599 /* image diff views */
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php2377 $diff = $differ->diff(
2383 $diff
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js566 changedAttributes: function(diff) { argument
567 if (!diff) return this.hasChanged() ? _.clone(this.changed) : false;
571 for (var attr in diff) {
572 var val = diff[attr];
/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupForms.js2118 var diff = firstDay - startOn;
2119 if (diff < 0)
2121 diff = diff + 7;
2124 for (var i = 0; i < diff; i++)
2129 var tmp = prevDays - diff + i + 1;
2134 x = diff;
/plugin/webdav/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php331 $startEndDiff = $availStart->diff($availEnd);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php357 $startEndDiff = $availStart->diff($availEnd);
/plugin/structgantt/meta/
H A DGantt.php145 $daynum = (new \DateTime($min))->diff(new \DateTime($max))->days;
/plugin/panoview/
H A Dscript.js263 var diff = this.zoomLevel - this.maxZoomLevel;
265 fullSize /= Math.pow(2, diff);
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.php1951 if ($diff) {
1956 if ($this->diffs[$i] == $diff) {
1963 $this->diffs[$d] = $diff;
2217 $diff = $this->diffs[$i];
2224 "Differences" => $this->_array($diff))));
/plugin/pgn4web/pgn4web/libs/garbochess/
H A Dgarbochess.js1742 var diff = to - from;
1743 if (diff < 0) diff = -diff;
1744 if (diff > 16) {
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D58.58.js.map1 … 'clear',\n 'cp',\n 'curl',\n 'cut',\n 'diff',\n 'echo',\…
/plugin/openlayersmap/
H A Dstyle.less34 /* Work around a case of style reset, setting it on the container breaks the overview map. See: http://www.dokuwiki.org/plugin:openlayersmap?rev=1329438681&do=diff */
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php1974 if ($diff) {
1979 if($this->diffs[$i]==$diff)
1987 $this->diffs[$d]=$diff;
2672 foreach($this->diffs as $diff) {
2677 "Differences" => $this->_array($diff))));
/plugin/pgn4web/pgn4web/
H A Dpgn4web.js1258 var diff = thisPly - CurrentPly;
1259 if (diff > 0) { MoveForward(diff); }
1260 else { MoveBackward(-diff); }
/plugin/codemirror/dist/modes/
H A Dpowershell.min.js1 …|clc|clear|clhy|cli|clp|cls|clv|cnsn|compare|copy|cp|cpi|cpp|cvpa|dbp|del|diff|dir|dnsn|ebp/,/echo…
/plugin/geonav/tpl/startermap/css/
H A Dbasic.css303 /* same font stack should be used for ".dokuwiki table.diff td" in _diff.css */

1234567891011