/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/ |
H A D | ClassDeclarationSniff.php | 145 $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 D | renderer.php | 17 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 D | date.rst | 13 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 D | index.rst | 37 * :doc:`Date <date>`: Adds a filter for rendering the difference between dates.
|
/plugin/countdown/ |
H A D | syntax.php | 156 $difference = $diffseconds / 86400; 159 'distance' => $difference, 160 'days' => abs(($difference)),
|
/plugin/datedifference/ |
H A D | plugin.info.txt | 6 desc Display date difference
|
/plugin/jquery-syntax/jquery-syntax/ |
H A D | jquery.syntax.layout.editor.js | 13 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 D | hogfather.txt | 1 …adapted for the hogfather dokuwiki distribution. The most significant difference from previous ve…
|
/plugin/findologicxmlexport/vendor/hoa/ustring/ |
H A D | Ustring.php | 270 $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 D | README.md | 171 monotony). If we search the word `GATAA` in `CAGATAAGAGAA` with 1 difference, we
|
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/ |
H A D | wiki.jst | 85 <%= 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 D | arrays.js | 231 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 D | gfm.min.js.map | 1 …difference","eatSpace","gitHubSpice","string","slice","start","test","charAt","markdownConfig","ta…
|
/plugin/sqlcomp/ |
H A D | syntax.php | 280 $difference = $this->_difference($Cache,$rs); 281 $sResponse = $difference[0]; 282 $sResponse .= $difference[1];
|
/plugin/findologicxmlexport/vendor/jms/serializer/doc/ |
H A D | event_system.rst | 10 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 D | Geometry.php | 640 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 D | README.md | 17 The `Differ` class can be used to generate a textual representation of the difference between two s…
|
/plugin/jcapture/lib/ |
H A D | commons-codec-1.3.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/jdraw/lib/ |
H A D | commons-codec-1.3.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/ |
H A D | spellchecker.cfm | 23 <!--- make no difference between URL and FORM scopes --->
|
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/ |
H A D | spellchecker.cfm | 23 <!--- make no difference between URL and FORM scopes --->
|
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ |
H A D | CHANGELOG.md | 114 with the difference between the start pointer and the end pointer. This
|
/plugin/quizlib/ |
H A D | README.md | 41 The only difference to the original is the generic evaluation function "quizlibShowResults". It's t…
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
H A D | search-operations.asciidoc | 103 difference is that the JSON response is serialized back into PHP arrays. Working
|
/plugin/upgrade/vendor/splitbrain/php-cli/ |
H A D | README.md | 138 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.
|