Home
last modified time | relevance | path

Searched refs:clean (Results 1 – 25 of 183) sorted by relevance

12345678

/plugin/asciidocjs/node_modules/clean-css/
DHistory.md1 [4.2.4 / 2021-10-21](https://github.com/jakubpawlowicz/clean-css/compare/v4.2.3...v4.2.4)
7 [4.2.3 / 2020-01-28](https://github.com/jakubpawlowicz/clean-css/compare/v4.2.2...v4.2.3)
10 * Fixed issue [#1106](https://github.com/jakubpawlowicz/clean-css/issues/1106) - regression in hand…
12 [4.2.2 / 2020-01-25](https://github.com/jakubpawlowicz/clean-css/compare/v4.2.1...v4.2.2)
16 * Fixed issue [#1077](https://github.com/jakubpawlowicz/clean-css/issues/1077) - local fonts with c…
17 * Fixed issue [#1082](https://github.com/jakubpawlowicz/clean-css/issues/1082) - correctly convert …
18 * Fixed issue [#1085](https://github.com/jakubpawlowicz/clean-css/issues/1085) - prevent unquoting …
20 [4.2.1 / 2018-08-07](https://github.com/jakubpawlowicz/clean-css/compare/v4.2.0...v4.2.1)
25 [4.2.0 / 2018-08-02](https://github.com/jakubpawlowicz/clean-css/compare/4.1...4.2.0)
29 * Fixed issue [#861](https://github.com/jakubpawlowicz/clean-css/issues/861) - new `transition` pro…
[all …]
DREADME.md3 …<img src="https://cdn.rawgit.com/jakubpawlowicz/clean-css/master/logo.v2.svg" alt="clean-css logo"…
8 [![NPM version](https://img.shields.io/npm/v/clean-css.svg?style=flat)](https://www.npmjs.com/packa…
9 …ds.io/travis/jakubpawlowicz/clean-css/master.svg?style=flat&label=Linux%20build)](https://travis-c…
10 …yor/ci/jakubpawlowicz/clean-css/master.svg?style=flat&label=Windows%20build)](https://ci.appveyor.…
11 …tps://img.shields.io/david/jakubpawlowicz/clean-css.svg?style=flat)](https://david-dm.org/jakubpaw…
12 [![NPM Downloads](https://img.shields.io/npm/dm/clean-css.svg)](https://npmcharts.com/compare/clean
15 clean-css is a fast and efficient CSS optimizer for [Node.js](http://nodejs.org/) platform and [any…
50 * [How to use clean-css with build tools?](#how-to-use-clean-css-with-build-tools)
51 * [How to use clean-css from web browser?](#how-to-use-clean-css-from-web-browser)
59 clean-css requires Node.js 4.0+ (tested on Linux, OS X, and Windows)
[all …]
/plugin/dokusioc/lib/
Dsioc_inc.php135 return clean($siocURL, true);
162 <foaf:Document rdf:about="' . clean($this->profile_url, true) . '">
163 <dc:title>"' . clean($this->title) . '" (SIOC profile)</dc:title>
164 <foaf:primaryTopic rdf:resource="' . clean($this->objects[0]->_url, true) . '"/>
165 <admin:generatorAgent rdf:resource="' . clean($this->generator, true) . '"/>
166 …<admin:generatorAgent rdf:resource="' . clean(EXPORTER_URL, true) . '?version=' . EXPORTER_VERSION…
264 $rdf = "<sioc:Site rdf:about=\"" . clean($this->url) . "\">\n";
265 $rdf .= " <dc:title>" . clean($this->name) . "</dc:title>\n";
266 $rdf .= " <dc:description>" . clean($this->description) . "</dc:description>\n";
267 $rdf .= " <sioc:link rdf:resource=\"" . clean($this->url) . "\"/>\n";
[all …]
Dsioc_dokuwiki.php111 $rdf = '<' . $this->type . " rdf:about=\"" . clean($this->url, true) . "\">\n";
113 $rdf .= " <dc:title>" . clean($this->subject) . "</dc:title>\n";
126 ) . "\" rdfs:label=\"" . clean($cont_name) . "\"/>\n";
131 …$creator_name = 'rdfs:label="' . clean($this->contributors[$this->creator['sioc:modifier']]) . '"';
161 … $rdf .= " <sioc:has_space rdf:resource=\"" . clean($this->has_space, true) . "\" />\n";
343 $rdf = "<sioc:UserAccount rdf:about=\"" . clean($this->url, true) . "\">\n";
345 $rdf .= " <sioc:name>" . clean($this->nick) . "</sioc:name>\n";
363 $rdf .= " <foaf:name>" . clean($this->name) . "</foaf:name>\n";
430 … $rdf = '<' . $this->type . " rdf:about=\"" . normalizeUri(clean($this->url, true)) . "\" >\n";
433 $rdf .= " <sioc:name>" . clean($this->title) . "</sioc:name>\n";
/plugin/farmsync/_test/mock/
DFarmSyncUtil.php34 public function remotePageExists($animal, $page, $clean = true) { argument
35 …) ? $this->remoteData[$animal][$page]['exists'] : parent::remotePageExists($animal, $page, $clean);
69 public function getRemoteFilemtime($animal, $page, $ismedia = false, $clean = true) { argument
70 …remoteData[$animal][$page]['mtime'] : parent::getRemoteFilemtime($animal, $page, $ismedia, $clean);
77 public function readRemotePage($animal, $page, $clean = true, $timestamp = null) { argument
78 …remoteData[$animal][$page]['content'] : parent::readRemotePage($animal, $page, $clean, $timestamp);
/plugin/farmsync/meta/
DFarmSyncUtil.php151 * @param bool $clean does the pageID need cleaning?
154 public function readRemotePage($animal, $page, $clean = true, $timestamp = null) { argument
155 return io_readFile($this->getRemoteFilename($animal, $page, $timestamp, $clean));
178 public function getRemoteMediaFilename($animal, $media, $timestamp = 0, $clean = true) { argument
186 $mediaFN = mediaFN($media, $timestamp, $clean);
200 * @param bool $clean Should the pageid be cleaned?
203 public function getRemoteFilename($animal, $document, $timestamp = null, $clean = true) { argument
208 unset($cache_wikifn[str_replace(':', '/', $clean ? cleanID($document) : $document)]);
209 $FN = wikiFN($document, $timestamp, $clean);
210 unset($cache_wikifn[str_replace(':', '/', $clean ? cleanID($document) : $document)]);
[all …]
/plugin/userimportextended/
Dadmin.php212 $clean = $this->_cleanImportUser($raw, $error);
213 if ($clean && $this->_addImportUser($clean, $error)) {
214 $sent = $this->_notifyUser($clean[0],$clean[1],false);
216 msg(sprintf($this->getLang('import_notify_fail'),$clean[0],$clean[3]),-1);
332 * @param bool $clean whether the cleanUser method of the authentication backend is applied
335 protected function _retrieveUser($clean=true) { argument
341 $user[0] = ($clean) ? $auth->cleanUser($INPUT->str('userid')) : $INPUT->str('userid');
349 if($clean) $user[4] = array_map(array($auth,'cleanGroup'),$user[4]);
/plugin/projects/action/
Daction.php185 $clean = new Doku_Form("Clean");
186 $clean->addHidden("do", "clean");
187 $clean->addHidden("page", "projects_manage_files");
188 $clean->addHidden("id", $ID);
189 $clean->startFieldSet('Clean the project');
190 $clean->addElement(form_makeCheckboxField("Recursive"));
191 $clean->addElement(form_makeButton("submit", "", "Clean"));
192 $clean->endFieldSet();
193 echo $clean->getForm();
304 if (!$project->clean($recursive))
/plugin/dokutexit/
DMakefile28 zip: clean $(FILES) $(DIRS)
34 tgz: clean $(FILES) $(DIRS)
40 clean: target
/plugin/elasticsearch/vendor/ezimuel/ringphp/
DMakefile1 all: clean coverage docs
30 clean: target
32 cd docs && make clean
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
DMakefile1 all: clean test
12 clean: target
/plugin/imgpaste/
Daction.php25 $this->clean();
55 $this->clean();
137 $this->clean();
203 protected function clean() function in action_plugin_imgpaste
/plugin/autoincludeindex/
DremoveBox.php19 clean($tdir.'/'.$file);
24 function clean($file) function
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
DMakefile1 all: clean coverage
18 clean: target
/plugin/golocal/src/
DMakefile5 clean: target
28 all: clean linux windows macos
/plugin/deletepageguard/
H A DMakefile5 .PHONY: test check clean dist release version help
38 clean: target
/plugin/asciidocjs/node_modules/jake/
DMakefile18 .PHONY: all build install clean uninstall
38 clean: target
/plugin/bootswrapper/exe/help/
Dthumbnail.txt50 …ki software that doesn't require a database. It is loved by users for its clean and readable synta…
66 …ki software that doesn't require a database. It is loved by users for its clean and readable synta…
76 …ki software that doesn't require a database. It is loved by users for its clean and readable synta…
86 …ki software that doesn't require a database. It is loved by users for its clean and readable synta…
96 …ki software that doesn't require a database. It is loved by users for its clean and readable synta…
/plugin/tag/
Dhelper.php495 * @param bool $clean replace placeholders and clean id
498 public function parseTagList($tags, $clean = false) { argument
510 if ($clean) {
698 * @param bool $clean
701 public function _parseTagList($tags, $clean = false) { argument
702 return $this->parseTagList($tags, $clean);
/plugin/wordimport/docx/
DImage.php26 $this->alt = $this->clean((string)$alt['descr']);
94 protected function clean($string): string function in dokuwiki\\plugin\\wordimport\\docx\\Image
/plugin/combo/action/
H A Dlang.php73 $clean = true; // delete the first /
75 $id = getID("id", $clean);
/plugin/asciidocjs/node_modules/core-js/build/
DGruntfile.ls3 grunt.loadNpmTasks \grunt-contrib-clean
27 clean: <[./library]>
86 grunt.registerTask \default <[clean copy client library shim]>
/plugin/sequencediagram/bower_components/js-sequence-diagrams/
DMakefile1 .PHONY : all test dependencies clean veryclean lint js css font
27 clean: target
31 veryclean: clean
/plugin/botbouncer/lang/en/
Dclean.txt3 The idea here is to clean out your existing users from spammed entries.
/plugin/archivegenerator/
Dplugin.info.txt6 desc Create a clean copy of your current wiki

12345678