Home
last modified time | relevance | path

Searched refs:bare (Results 1 – 25 of 42) sorted by relevance

12

/plugin/gitlog/
Dsyntax.php85 $bare=false;
87 $bare=true;
103 $log = $this->git_log($repository, $limit, $bare);
151 * @param boolean $bare
154 function git_log($repo, $limit = 10, $bare=false) argument
158 $data = $this->run_git('log --pretty=format:"'.$params.'" -'.$limit, $repo, $bare);
167 $changedfiles = $this->run_git('show --pretty="format:" --name-only '.$columns[0], $repo, $bare);
187 * @param boolean $bare
190 function run_git($command, $repo, $bare=false) argument
193 if ( ! $bare ) {
Dreadme.md49 <gitlog:repository="my-repository-name" [dir="custom/path/to/repo/"] [bare="0"] [limit="10"]>
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
DCoffeeScriptFilter.php30 private $bare; variable in Assetic\\Filter\\CoffeeScriptFilter
39 public function setBare($bare) argument
41 $this->bare = $bare;
60 if ($this->bare) {
/plugin/dokugitviewer/
Dgit-utils.inc.php5 function run_git($command, $repo, $bare=false) argument
9 if (!$bare)
24 function git_get_log($repo, $limit = 10, $bare=false) argument
28 $data = run_git('log --pretty=format:"'.$params.'" -'.$limit, $repo, $bare);
Dsyntax.php67 $bare=false;
69 $bare=true;
70 $log = git_get_log($data['repository'], $limit,$bare);
/plugin/gitbacked/classes/
DGitRepo.php25 protected $bare = false; variable in woolfg\\dokuwiki\\plugin\\gitbacked\\GitRepo
126 $this->bare = false;
132 $this->bare = true;
179 return ($this->bare) ? $this->repo_path : $this->repo_path . "/.git";
/plugin/randomquote/
DREADME.md15 This plugin initially was not intended for public use. Therefore it is very bare-bones and, for exa…
/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/
DREADME.md7 …ry is a _highly optimized_ version of the Opal runtime that contains the *bare minimum to run Asci…
/plugin/webdav/vendor/sabre/xml/
DCHANGELOG.md24 * repeatingElements deserializer now still parses if a bare element name
26 * `$elementMap` in the Reader now also supports bare element names.
27 * `Service::expect()` can now also work with bare element names.
/plugin/icalevents/vendor/sabre/xml/
DCHANGELOG.md18 * repeatingElements deserializer now still parses if a bare element name
20 * `$elementMap` in the Reader now also supports bare element names.
21 * `Service::expect()` can now also work with bare element names.
/plugin/scrape/vendor/ezyang/htmlpurifier/
DREADME.md11 as efficient as more bare-bones parsers. It will, however, do the job
/plugin/jplayer/vendor/kriswallsmith/assetic/
DCHANGELOG-1.1.md57 * Added the support of `--bare` for the CoffeeScriptFilter
/plugin/imagecarousel/vendor/slick/
DCONTRIBUTING.markdown9 + It contains the bare minimum HTML, CSS, and JavaScript required to demonstrate the bug.
/plugin/asciidocjs/node_modules/y18n/
DREADME.md7 The bare-bones internationalization library used by yargs.
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/nb/
Dnb.txt93 2. Ekteskap må bare inngås etter fritt og fullt samtykke av de vordende ektefeller.
158 2. Under utøvelsen av sine rettigheter og friheter skal enhver bare være undergitt slike begrensnin…
/plugin/jokuwiki/
DREADME.md61 …along with parsing the CSS) does represent a big performance boost - on a bare installation of Wea…
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/css/
Dasciidoctor.css392 a.bare,a[href^="#"],a[href^="mailto:"]{text-decoration:none!important}
393 a[href^="http:"]:not(.bare)::after,a[href^="https:"]:not(.bare)::after{content:"(" attr(href) ")";d…
/plugin/pdfjs/pdfjs/web/locale/crh/
Dviewer.properties192 find_not_found=İbare tapılmadı
/plugin/bible/bible_douayRheims/
DHabacuc.txt50 …hrist. Thou struckest the head of the house of the wicked: thou hast laid bare his foundation even…
DJoel.txt7 …d waste, and hath pilled off the bark of my fig tree: he hath stripped it bare, and cast it away; …
DMicheas.txt6 …anted: and I will bring down the stones thereof into the valley, and will lay her foundations bare.
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/
DREADME.md131 --bare-returns Allow return outside of functions. Useful when
844 `--bare-returns` CLI arguments option and available to `minify` `parse`
/plugin/passpolicy/
Dwords.txt278 bare
/plugin/asciidocjs/node_modules/pug-filters/node_modules/wordwrap/test/
Didleness.txt21 …r labor as soon as they were old enough to do so. The small surplus above bare necessaries was not…
/plugin/asciidocjs/node_modules/wordwrap/test/
Didleness.txt21 …r labor as soon as they were old enough to do so. The small surplus above bare necessaries was not…

12