Home
last modified time | relevance | path

Searched refs:allow (Results 51 – 75 of 360) sorted by relevance

12345678910>>...15

/plugin/combo/ComboStrap/
H A DLogUtility.php95 * to not allow an attacker to see all errors in frontend
249 $allow = MSG_PUBLIC;
251 $allow = MSG_USERS_ONLY;
253 msg($htmlMsg, $dokuWikiLevel, '', '', $allow);
/plugin/translate/lang/en/
H A Dnewtrans.txt3 You've followed a link to a translation that doesn't exist yet. If permissions allow, you may creat…
/plugin/combo/resources/theme/default/components/css/
H A Dtable.css6 /* to allow mx-auto to work */
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.yaml.js5 Syntax.register('yaml',function(brush){brush.push({pattern:/^\s*#.*$/gm,klass:'comment',allow:['hre…
H A Djquery.syntax.core.js11 …w Syntax.Match(offset,text.length,{klass:elem.className,force:true,element:elem,allow:'*'},text));}
26allow:['href']};Syntax.lib.cppStyleComment={pattern:/\/\/.*$/gm,klass:'comment',allow:['href']};Sy… property in Syntax.lib.perlStyleComment
37 if(typeof(this.expression.allow)==='undefined'){return false;}
39 if(this.expression.allow==='*'){return true;}
40 if(jQuery.isArray(this.expression.allow)&&jQuery.inArray(match.expression.klass,this.expression.all…
99 var top=new Syntax.Match(offset,text.length,{klass:this.allKlasses().join(" "),allow:'*',owner:this…
H A Djquery.syntax.brush.lisp.js5 Syntax.lib.lispStyleComment={pattern:/(;+) .*$/gm,klass:'comment',allow:['href']};Syntax.register('… property in Syntax.lib.lispStyleComment
H A Djquery.syntax.brush.sql.js5 Syntax.lib.sqlStyleComment={pattern:/-- .*$/gm,klass:'comment',allow:['href']};Syntax.register('sql… property in Syntax.lib.sqlStyleComment
/plugin/lists/
H A Dsyntax_plugin_lists.css26 /* allow for at least two characters in LI's number */
32 line-height: 1.4; /* allow for ascenders/descenders */
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Dtwo_word_operators_as_variables.test2 Twig does not allow to use two-word named operators as variable names
/plugin/submgr/lang/en/
H A Dnousers.txt3 The authentication backend currently in use does not allow retrieving a list of users within a give…
/plugin/mediarename/
H A Dplugin.info.txt6 desc Add a quicklink to mediamanager to allow automatic renaming of all invalid filenames in a na…
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.Proprietary.txt
H A DAttr.DefaultInvalidImage.txt
/plugin/scrape/HTMLPurifier/ConfigSchema/Builder/
H A DXml.php
/plugin/yalist/
H A Dplugin.info.txt6 desc Extend DokuWiki list syntax to allow definition list and multiple paragraphs in a list entry
/plugin/xymon/
H A DREADME3 This dokuwiki plugin + xymon script allow a xymon server to monitor a dokuwiki installation
/plugin/maintenance/bin/
H A Dsample.sh19 Order allow,deny
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DLineFormatter.php62 public function allowInlineLineBreaks(bool $allow = true): self argument
64 $this->allowInlineLineBreaks = $allow;
/plugin/templater/
H A DCHANGELOG.md28 * Previous changes didn't allow the actual displayed string to start or end with quotation marks. This fixes that by allowing such strings to be ""double quoted"" and only removing the outermost quotes. (by [Turq Whiteside](https://github.com/TurqW))
31 * By trimming off quotation marks after the whitespace trim, we allow users to wrap their strings in quotation marks in order to keep any intentional leading or trailing whitespace - useful for bulleted lists, code blocks etc. (by [Turq Whiteside](https://github.com/TurqW))
/plugin/markdownextra/lib/meltdown-tweaks/
H A Dmeltdown-tweaks.css21 /* For CSS3 browsers: allow user to resize the preview: */
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/jobs/
H A Delastic+elasticsearch-php+pull-request.yml16 allow-whitelist-orgs-as-admins: true
/plugin/p2ilinkaction/
H A Dplugin.info.txt6 desc This plugin allow you visualize links of your website by just one click installation. When u…
/plugin/htvid/
H A DTODO3 * allow better handling of 1 OR 2 OR 3 video filetypes (right now locked to only 2,
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfilter.rst4 Filter sections allow you to apply regular Twig filters on a block of template
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default48 …_docroot'] = false; // if false (default) only allow src within document_root; if true, allo…
49 …phpthumb'] = true; // if true (default), allow src to be anywhere in filesystem; if false on…
50 $PHPTHUMB_CONFIG['auto_allow_symlinks'] = true; // if true (default), allow symlink targ…
51 …ional_allowed_dirs'] = array(); // array of additional directories to allow source images to b…
101 … // allow phpThumb to share …
144 …//$PHPTHUMB_CONFIG['max_source_pixels'] = 1920000; // allow 1600x1200 images (2Mpx), no larger (ab…
146 …//$PHPTHUMB_CONFIG['max_source_pixels'] = 3871488; // allow 2272x1704 images (4Mpx), no larger (ab…
168 …'] = true; // If false will allow thumbnailing from …
174 …ed'] = true; // If false will allow thumbnails to be l…
176 …re_refer'] = false; // If false will allow standalone calls t…
[all …]

12345678910>>...15