Home
last modified time | relevance | path

Searched refs:clean (Results 76 – 100 of 160) sorted by last modified time

1234567

/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64clean|xhtml:add-lists|xdmp:zip-manifest|xdmp:zip-get|xdmp:zip-create|xdmp:xquery-version|xdmp:word…
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1 …e{content:"\FB24"}.mdi-silverware::before{content:"\F4A3"}.mdi-silverware-clean::before{content:"\…
/plugin/pagetemplate/
H A Dpagetemplate_backlinks.php87 function _pageTemplateMetaFN($raw_id,$rev='',$clean=true){ argument
/plugin/sequencediagram/bower_components/js-sequence-diagrams/
H A DMakefile1 .PHONY : all test dependencies clean veryclean lint js css font
27 clean: target
31 veryclean: clean
H A DREADME.md168 * ``make clean``
/plugin/userimportextended/
H A 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/findologicxmlexport/vendor/jms/serializer/
H A DCONTRIBUTING.md6 These guidelines exist not to annoy you, but to keep the code base clean, unified and future proof.
78 too. This is used to "clean" your Pull Request before merging it (we don't want
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst602 To keep your extension class clean and lean, it can inherit from the built-in
H A Dadvanced.rst664 To keep your extension class clean and lean, inherit from the built-in
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCONTRIBUTING.md6 These guidelines exist not to annoy you, but to keep the code base clean, unified and future proof.
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
H A Deasy-coding-standard.neon2 - temp/ecs/config/clean-code.neon
/plugin/farmsync/meta/
H A 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));
186 $mediaFN = mediaFN($media, $timestamp, $clean);
200 * @param bool $clean Should the pageid be cleaned?
209 $FN = wikiFN($document, $timestamp, $clean);
223 * @param bool $clean For pages only: define if the pageid should be cleaned
230 return filemtime($this->getRemoteFilename($animal, $document, null, $clean));
238 * @param bool $clean
241 public function remotePageExists($animal, $page, $clean = true) { argument
[all …]
/plugin/farmsync/_test/mock/
H A 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/ckgdoku/ckeditor/
H A DCHANGES.md460 …r the clipboard data is set. Therefore, on paste the editor has access to clean data, undisturbed …
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.beautified520 … "The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?…
521 error: "It was not possible to clean up the pasted data due to an internal error",
H A Den.js.unc5 …seems to be copied from Word. Do you want to clean it before pasting?","error":"It was not possibl…
H A Dlang_array.txt524 … "The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?…
525 "error": "It was not possible to clean up the pasted data due to an internal error",
/plugin/gtime/gtlib/
H A DREADME39 $ phing clean # Clean all build artifacts
/plugin/syntaxhighlighter3/sxh3/build/
H A Dtasks.coffee66 …grunt.registerTask 'build', 'clean compile_sass copy_misc_files build_core pack validate add_heade…
68 grunt.registerTask 'clean', 'Cleans the build folder', ->
/plugin/cacherevisionseraser/
H A DREADME.md6 Only use this plug-in if you want to clean up your wiki or if the cache gets corrupted.
/plugin/groupmanager/
H A Dsyntax.php841 function _retrieveUser($clean = true) argument
845 $user[0] = ($clean) ? $auth->cleanUser($_REQUEST['userid']) : $_REQUEST['userid'];
852 if ($clean) $user[4] = array_map(array($auth, 'cleanGroup'), $user[4]);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DREADME.md4 …\_CodeSniffer is an essential development tool that ensures your code remains clean and consistent.
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1 …\n\n\t // count the one we are adding, as well.\n\t // TODO(isaacs) clean this up\n\t sta…
/plugin/autogallery/
H A Daction.php134 $page=io_readFile($indexbase."\\index.txt", $clean=false);
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.DefinitionRev.txt

1234567