Home
last modified time | relevance | path

Searched refs:minus (Results 101 – 109 of 109) sorted by path

12345

/plugin/strata/helper/
H A Dsyntax.php359 // extract minus groups
360 $minuses = $this->extractGroups($root,'minus');
432 foreach($minuses as $minus) {
433 // convert each minus, and discard their scope
434 list($minus, $s) = $this->transformGroup($minus, $typemap);
436 'type'=>'minus',
438 'rhs'=>$minus
/plugin/strata/
H A Dmanual.txt95 minus {
124 **Exclusions**: With the ''minus'' block, you can declare that the data is not allowed to match certain patterns. In this case, the results are not allowed to have contact information.
220 The query blocks are [[#optional]], [[#minus]], [[#union]].
261 It is possible to use both variables and literals for left and right, but there must be at least one variable present. You can only use variables that are used in a pattern in the same block or inner blocks (with the exception of [[#minus]] blocks, which don't bind any variables).
323 A minus block is used to exclude all results for which the patterns in the minus block match.
325 minus {
329 A minus block must contain at least a pattern, but can contain filters and other query blocks.
/plugin/tag/
H A Dstyle.css27 .dokuwiki form.plugin__tag_search label.minus {
/plugin/tindexmenu/
H A Dindexmenu-full.js73 minus : objImg + 'minus.' + objExt, property in dTree.icon
263 : this.icon.minus) : ((node._ls) ? this.icon.plusBottom
387 eJoin.src = ((status) ? ((bottom) ? this.icon.minusBottom : this.icon.minus)
H A Dindexmenu.js27 "plusbottom."+b,minus:d+"minus."+b,minusBottom:d+"minusbottom."+b,nlPlus:d+"nolines_plus."+b,nlMinu… property in dTree.icon
36 …d="j'+this.obj+c+'" src="',d+=a._io?a._ls?this.icon.minusBottom:this.icon.minus:a._ls?this.icon.pl…
41 …c].iconOpen:this.aNodes[c].icon;d.src=a?b?this.icon.minusBottom:this.icon.minus:b?this.icon.plusBo…
/plugin/tuxquote/
H A Dquotes.txt377 You should tip the waiter $10; minus $2 if he tells you his name, another $2 if he claims it will b…
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css380 .oi[data-glyph=minus]:before { content:'\e09d'; }
/plugin/wikistats/
H A DREADME.md134 If a namespace name starts with a minus sign that namespace will be excluded.
/plugin/zoom/
H A Dstyle.css11 margin: 0px; /* Set this to minus the border thickness. */

12345