| /plugin/asciidocjs/node_modules/clean-css/ |
| D | History.md | 1 [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 …]
|
| D | README.md | 3 …<img src="https://cdn.rawgit.com/jakubpawlowicz/clean-css/master/logo.v2.svg" alt="clean-css logo"… 8 [](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 [](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/ |
| D | sioc_inc.php | 135 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 …]
|
| D | sioc_dokuwiki.php | 111 $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/ |
| D | FarmSyncUtil.php | 34 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/ |
| D | FarmSyncUtil.php | 151 * @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/ |
| D | admin.php | 212 $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/ |
| D | action.php | 185 $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/ |
| D | Makefile | 28 zip: clean $(FILES) $(DIRS) 34 tgz: clean $(FILES) $(DIRS) 40 clean: target
|
| /plugin/elasticsearch/vendor/ezimuel/ringphp/ |
| D | Makefile | 1 all: clean coverage docs 30 clean: target 32 cd docs && make clean
|
| /plugin/authgooglesheets/vendor/guzzlehttp/promises/ |
| D | Makefile | 1 all: clean test 12 clean: target
|
| /plugin/imgpaste/ |
| D | action.php | 25 $this->clean(); 55 $this->clean(); 137 $this->clean(); 203 protected function clean() function in action_plugin_imgpaste
|
| /plugin/autoincludeindex/ |
| D | removeBox.php | 19 clean($tdir.'/'.$file); 24 function clean($file) function
|
| /plugin/elasticsearch/vendor/ezimuel/guzzlestreams/ |
| D | Makefile | 1 all: clean coverage 18 clean: target
|
| /plugin/golocal/src/ |
| D | Makefile | 5 clean: target 28 all: clean linux windows macos
|
| /plugin/deletepageguard/ |
| H A D | Makefile | 5 .PHONY: test check clean dist release version help 38 clean: target
|
| /plugin/asciidocjs/node_modules/jake/ |
| D | Makefile | 18 .PHONY: all build install clean uninstall 38 clean: target
|
| /plugin/bootswrapper/exe/help/ |
| D | thumbnail.txt | 50 …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/ |
| D | helper.php | 495 * @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/ |
| D | Image.php | 26 $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 D | lang.php | 73 $clean = true; // delete the first / 75 $id = getID("id", $clean);
|
| /plugin/asciidocjs/node_modules/core-js/build/ |
| D | Gruntfile.ls | 3 grunt.loadNpmTasks \grunt-contrib-clean 27 clean: <[./library]> 86 grunt.registerTask \default <[clean copy client library shim]>
|
| /plugin/sequencediagram/bower_components/js-sequence-diagrams/ |
| D | Makefile | 1 .PHONY : all test dependencies clean veryclean lint js css font 27 clean: target 31 veryclean: clean
|
| /plugin/botbouncer/lang/en/ |
| D | clean.txt | 3 The idea here is to clean out your existing users from spammed entries.
|
| /plugin/archivegenerator/ |
| D | plugin.info.txt | 6 desc Create a clean copy of your current wiki
|