Home
last modified time | relevance | path

Searched refs:exclude (Results 126 – 140 of 140) sorted by last modified time

123456

/plugin/nsexport/lang/en/
H A Dintro.txt3 …ported as well. Affected pages are listed below, disable the checkbox to exclude a page from being…
/plugin/scrape/HTMLPurifier/Lexer/
H A DPH5P.php
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DSetupDecorator.php119 function getSuitesFromDir($dir, $filenamePattern = '', $exclude = array()) argument
125 … $files = $this->_getFiles(realpath($dir), $filenamePattern, $exclude, realpath($dir . '/..'));
151 function _getFiles($dir, $filenamePattern, $exclude, $rootDir) argument
164 if (sizeof($exclude)) {
165 foreach ($exclude as $aExclude) {
191 … $files = array_merge($files, $this->_getFiles($filename, $filenamePattern, $exclude, $rootDir));
/plugin/subjectindex/plugins/
H A Dbible_verses.txt25169 "Happy are YOU whenever men hate YOU, and whenever they exclude YOU and reproach YOU and cast out Y…
/plugin/advrack/
H A Draphael.js5314 setproto.exclude = function (el) {
6643 paper.__set__ && paper.__set__.exclude(this);
7723 this.paper.__set__ && this.paper.__set__.exclude(this);
/plugin/sphinxsearch/
H A Dsphinxapi.php807 function SetFilter ( $attribute, $values, $exclude=false ) argument
818 …$this->_filters[] = array ( "type"=>SPH_FILTER_VALUES, "attr"=>$attribute, "exclude"=>$exclude, "v…
824 function SetFilterRange ( $attribute, $min, $max, $exclude=false ) argument
831 …$this->_filters[] = array ( "type"=>SPH_FILTER_RANGE, "attr"=>$attribute, "exclude"=>$exclude, "mi…
836 function SetFilterFloatRange ( $attribute, $min, $max, $exclude=false ) argument
843 …= array ( "type"=>SPH_FILTER_FLOATRANGE, "attr"=>$attribute, "exclude"=>$exclude, "min"=>$min, "ma…
/plugin/maintenance/bin/
H A Dsample.sh25 tar --exclude=data/cache/[0-9a-f] --exclude=data/locks/[^_]* --exclude=data/tmp/* -jcvf "$backup_fi…
/plugin/dokutexit/
H A DMakefile32 @zip -rq $(NAME).zip --exclude \*~ -- $(NAME)
38 @tar -czf $(NAME).tgz --exclude=\*\*/\*~ -- $(NAME)
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js160 var expando="jQuery"+now(),uuid=0,windowData={},exclude=/z-?index|font-?weight|opacity|zoom|line-?h… variable
199 }return value&&value.constructor==Number&&type=="curCSS"&&!exclude.test(name)?value+"px":value;
/plugin/bible/bible_douayRheims/
H A DPsalms.txt1039 …eeds, the congregation of bulls with the kine of the people; who seek to exclude them who are trie…
H A DGalatians.txt91 …4:17. They are zealous in your regard not well: but they would exclude you, that you might be zeal…
/plugin/solr/
H A DREADME.md35 The plugin provides a form for advanced search where users can search for exact phrases, exclude wo…
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js160 var expando="jQuery"+now(),uuid=0,windowData={},exclude=/z-?index|font-?weight|opacity|zoom|line-?h… variable
199 }return value&&value.constructor==Number&&type=="curCSS"&&!exclude.test(name)?value+"px":value;
/plugin/usersubscriptions/
H A Dsyntax.php170 $exclude = array(
175 foreach($exclude as $r) if(preg_match($r, $ns)) return $us;

123456