Home
last modified time | relevance | path

Searched refs:changes (Results 326 – 350 of 463) sorted by path

1...<<111213141516171819

/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dreadme.txt537 * http://www.id3.org/id3v2.4.0-changes.txt
/plugin/jplayer/vendor/mustache/mustache/
H A DCONTRIBUTING.md12 …4. Add tests for your change. Only refactoring and documentation changes require no new tests. If …
24 * Use `phpcs --standard=PSR2` to check your changes against the coding standard.
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.core.js16changes=[];for(var i=0;i<length;i++){if(offsets[current]&&i>offsets[current][0]){if(offsets[curren…
17 return changes;}
/plugin/jsonrpc/
H A Djsonrpc.php540 $changes = array();
550 array_push($changes, $change);
553 if (!empty($changes)) {
554 return $changes;
570 $changes = array();
580 array_push($changes, $change);
583 if (!empty($changes)) {
584 return $changes;
/plugin/katex/
H A DCHANGELOG.md3 > All notable changes to this project will documented in this file. The format is based on [Keep a …
/plugin/magento/
H A Dauth.php192 … * @param array $changes array of field/value pairs to be changed (password will be clear text)
/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md63 …sed when extending the Markdown parser. The external API has no breaking changes. The rendered Mar…
67 For more details about the changes see the [release message of 1.0.0-rc](https://github.com/cebe/ma…
81 …cebe/markdown/commit/dd2d0faa71b630e982d6651476872469b927db6d for how it changes or read the new R…
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dgithub-sample.md21 In addition to the changes in the previous section, certain references are auto-linked:
/plugin/mediathumbnails/
H A Ddokuwiki_plugin_page.wiki66 The plugin watches file changes at the moment a wiki page is rendered. You might need to watch out …
/plugin/mediatooltip/
H A DREADME.md4 … jQuery tooltip widget, and their appearance can be controlled by making changes to the style.css …
/plugin/mermaid/
H A Dmermaid.min.js[all...]
/plugin/note/
H A DCHANGES.md28 * conformance to DokuWiki's changes in plugin classes
/plugin/oauth/
H A Dauth.php77 public function modifyUser($user, $changes) argument
81 if (isset($changes['mail'])) {
82 $found = $this->getUserByEmail($changes['mail']);
89 $ok = parent::modifyUser($user, $changes);
/plugin/odt/
H A DChangeLog.txt136 * changes to the pagetools-button
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pageredirect/
H A DChangeLog.md5 All notable changes to this project will be documented in this file.
/plugin/passpolicy/
H A D10k-common-passwords.txt9192 changes
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1changes from positive to negative,\n // set ready as unresolved promise.\n if (lastD…
H A Dpdf.worker.js.map1changes. Ideally, we would implement\n // the spec faithfully and add lossless optimizations.\n…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1changes *after* the user has started interacting\n // with the viewer, wait for either `pa…
/plugin/pgn4web/pgn4web/
H A Dpgn-standard-proposed-supplement.txt19 changes. There is also a huge body of software which implements the current
H A Dpgn-standard.txt1814 international sporting events. Due to changes in geography and linguistic
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt95 recommending some security configuration changes
H A Dphpthumb.readme.txt576 the source file changes, but remote/database files
/plugin/projects/lib/
H A Dmaker.php190 public function update($changes) { argument
191 $changes = array_merge($changes, $this->intermediate_files);
192 $changes = array_keys(array_flip($changes));
193 if (!$changes) return array();
195 foreach ($changes as $key => $change) {
201 else unset($changes[$key]);

1...<<111213141516171819