Home
last modified time | relevance | path

Searched refs:filtermode (Results 1 – 25 of 159) sorted by relevance

1234567

/dports/security/libcryptui/libcryptui-3.12.2/libcryptui/
H A Dcryptui-key-chooser.c55 GtkComboBox *filtermode; member
145 gtk_widget_set_sensitive (GTK_WIDGET (chooser->priv->filtermode), use_public_key_encryption); in encryption_mode_changed()
174 chooser->priv->filtermode = GTK_COMBO_BOX (gtk_combo_box_text_new ()); in construct_recipients()
175 gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (chooser->priv->filtermode), _("All Keys")); in construct_recipients()
176 …gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (chooser->priv->filtermode), _("Selected Recipi… in construct_recipients()
177 …gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (chooser->priv->filtermode), _("Search Results"… in construct_recipients()
178 gtk_combo_box_set_active (chooser->priv->filtermode, 0); in construct_recipients()
179 g_signal_connect (chooser->priv->filtermode, "changed", in construct_recipients()
181 gtk_widget_set_size_request (GTK_WIDGET (chooser->priv->filtermode), 140, -1); in construct_recipients()
182 gtk_container_add (GTK_CONTAINER (hbox), GTK_WIDGET (chooser->priv->filtermode)); in construct_recipients()
[all …]
/dports/graphics/swftools/swftools-0.9.2/lib/
H A Dpng.c1277 if(filtermode == 0) { in png_apply_specific_filter_8()
1281 } else if(filtermode == 1) { in png_apply_specific_filter_8()
1288 } else if(filtermode == 2) { in png_apply_specific_filter_8()
1294 } else if(filtermode == 3) { in png_apply_specific_filter_8()
1302 } else if(filtermode == 4) { in png_apply_specific_filter_8()
1311 return filtermode; in png_apply_specific_filter_8()
1320 if(filtermode == 0) { in png_apply_specific_filter_32()
1380 return filtermode; in png_apply_specific_filter_32()
1650 int filtermode; in png_write_palette_based2()
1652 for(filtermode=0;filtermode<=4;filtermode++) { in png_write_palette_based2()
[all …]
/dports/misc/magicpoint/magicpoint-1.13a/contrib/
H A Dmgp2html.pl.in59 $filtermode = 0;
93 if ($filtermode) {
336 $filtermode = 1;
352 $filtermode = 0;
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dsetfilterop.cc77 filtermode=INCLUDE_FILTER; in SetFilterOp()
123 ta->filtermode=filtermode; in duplicate()
175 switch(filtermode) { in save()
247 tfiltermode = filtermode; in normalmodesf()
402 switch(filtermode) { in doconfigure()
692 filtermode=EXCLUDE_FILTER; in doconfigure()
695 filtermode=UNSET_FILTER; in doconfigure()
698 filtermode=UNSET_ALL; in doconfigure()
701 filtermode=INCLUDE_FILTER; in doconfigure()
794 filtermode = nv; in setFiltermode()
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/class/
H A Ddefaultvalues.class.php247 * @param string $filtermode Filter mode (AND or OR)
250 …order = '', $sortfield = '', $limit = 0, $offset = 0, array $filter = array(), $filtermode = 'AND') argument
282 $sql .= ' AND ('.implode(' '.$filtermode.' ', $sqlwhere).')';
H A Dcproductnature.class.php191 * @param string $filtermode Filter mode (AND or OR)
194 …order = '', $sortfield = '', $limit = 0, $offset = 0, array $filter = array(), $filtermode = 'AND') argument
222 $sql .= ' WHERE ('.implode(' '.$filtermode.' ', $sqlwhere).')';
H A Dctyperesource.class.php223 * @param string $filtermode filter mode (AND or OR)
227 …order = '', $sortfield = '', $limit = 0, $offset = 0, array $filter = array(), $filtermode = 'AND') argument
250 $sql .= ' WHERE '.implode(' '.$filtermode.' ', $sqlwhere);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/accountancy/class/
H A Daccountingjournal.class.php154 * @param string $filtermode filter mode (AND or OR)
158 …order = '', $sortfield = '', $limit = 0, $offset = 0, array $filter = array(), $filtermode = 'AND') argument
176 $sql .= ' AND '.implode(' '.$filtermode.' ', $sqlwhere);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/accountancy/class/
H A Daccountingjournal.class.php151 * @param string $filtermode filter mode (AND or OR)
155 …order = '', $sortfield = '', $limit = 0, $offset = 0, array $filter = array(), $filtermode = 'AND') argument
173 $sql .= ' AND '.implode(' '.$filtermode.' ', $sqlwhere);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/website/class/
H A Dwebsitepage.class.php367 * @param string $filtermode Filter mode (AND or OR)
370 …order = '', $sortfield = '', $limit = 0, $offset = 0, array $filter = array(), $filtermode = 'AND') argument
430 $sql .= ' AND ('.implode(' '.$filtermode.' ', $sqlwhere).')';
492 * @param string $filtermode Filter mode (AND or OR)
495 public function countAll($websiteid, array $filter = array(), $filtermode = 'AND') argument
531 $sql .= ' AND ('.implode(' '.$filtermode.' ', $sqlwhere).')';
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/class/
H A Dcproductnature.class.php189 * @param string $filtermode Filter mode (AND or OR)
192 …order = '', $sortfield = '', $limit = 0, $offset = 0, array $filter = array(), $filtermode = 'AND') argument
220 $sql .= ' WHERE ('.implode(' '.$filtermode.' ', $sqlwhere).')';
H A Dctyperesource.class.php222 * @param string $filtermode filter mode (AND or OR)
226 …order = '', $sortfield = '', $limit = 0, $offset = 0, array $filter = array(), $filtermode = 'AND') argument
249 $sql .= ' WHERE '.implode(' '.$filtermode.' ', $sqlwhere);
H A Dcunits.class.php211 * @param string $filtermode Filter mode (AND or OR)
214 …order = '', $sortfield = '', $limit = 0, $offset = 0, array $filter = array(), $filtermode = 'AND') argument
245 $sql .= ' WHERE ('.implode(' '.$filtermode.' ', $sqlwhere).')';
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/website/class/
H A Dwebsitepage.class.php379 * @param string $filtermode Filter mode (AND or OR)
382 …order = '', $sortfield = '', $limit = 0, $offset = 0, array $filter = array(), $filtermode = 'AND') argument
444 $sql .= ' AND ('.implode(' '.$filtermode.' ', $sqlwhere).')';
505 * @param string $filtermode Filter mode (AND or OR)
508 public function countAll($websiteid, array $filter = array(), $filtermode = 'AND') argument
546 $sql .= ' AND ('.implode(' '.$filtermode.' ', $sqlwhere).')';
/dports/x11/xpra/xpra-4.3/xpra/codecs/csc_libyuv/
H A Dcolorspace_converter.pyx188 def argb_scale(image, int dst_width, int dst_height, FilterMode filtermode=kFilterNone): argument
212 filtermode)
217 log("argb_scale(%s, %i, %i, %i)=%s", image, dst_width, dst_height, filtermode, scaled_image)
243 cdef FilterMode filtermode
270 self.filtermode = get_filtermode(speed)
311 log("buffer size=%i, yuv_scaling=%s, rgb_scaling=%s, filtermode=%s",
312 … self.out_buffer_size, self.yuv_scaling, self.rgb_scaling, get_fiter_mode_str(self.filtermode))
409 image = argb_scale(image, self.dst_width, self.dst_height, self.filtermode)
462 self.filtermode)
/dports/x11-wm/durden/durden-0.6.1/durden/atypes/
H A Dremoting.lua9 filtermode = FILTER_NONE,
H A Dlwa.lua13 filtermode = FILTER_NONE,
H A Dx11.lua16 filtermode = FILTER_NONE,
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/gui/
H A DCMenuAsSlider.h97 bool filtermode = false; variable
100 filtermode = b; in setFilterMode()
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/zapier/class/
H A Dhook.class.php404 * @param string $filtermode Filter mode (AND or OR)
407 …order = '', $sortfield = '', $limit = 0, $offset = 0, array $filter = array(), $filtermode = 'AND') argument
436 $sql .= ' AND ('.implode(' '.$filtermode.' ', $sqlwhere).')';
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/zapier/class/
H A Dhook.class.php401 * @param string $filtermode Filter mode (AND or OR)
404 …order = '', $sortfield = '', $limit = 0, $offset = 0, array $filter = array(), $filtermode = 'AND') argument
433 $sql .= ' AND ('.implode(' '.$filtermode.' ', $sqlwhere).')';
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/bom/class/
H A Dbom.class.php405 * @param string $filtermode Filter mode (AND or OR)
408 …order = '', $sortfield = '', $limit = 0, $offset = 0, array $filter = array(), $filtermode = 'AND') argument
437 $sql .= ' AND ('.implode(' '.$filtermode.' ', $sqlwhere).')';
1261 * @param string $filtermode Filter mode (AND or OR)
1264 …order = '', $sortfield = '', $limit = 0, $offset = 0, array $filter = array(), $filtermode = 'AND') argument
1293 $sql .= ' AND ('.implode(' '.$filtermode.' ', $sqlwhere).')';
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/bom/class/
H A Dbom.class.php410 * @param string $filtermode Filter mode (AND or OR)
413 …order = '', $sortfield = '', $limit = 0, $offset = 0, array $filter = array(), $filtermode = 'AND') argument
445 $sql .= ' AND ('.implode(' '.$filtermode.' ', $sqlwhere).')';
1274 * @param string $filtermode Filter mode (AND or OR)
1277 …order = '', $sortfield = '', $limit = 0, $offset = 0, array $filter = array(), $filtermode = 'AND') argument
1309 $sql .= ' AND ('.implode(' '.$filtermode.' ', $sqlwhere).')';
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/product/stock/class/
H A Dproductstockentrepot.class.php249 * @param string $filtermode filter mode (AND or OR)
253 …order = '', $sortfield = '', $limit = 0, $offset = 0, array $filter = array(), $filtermode = 'AND') argument
280 $sql .= ' AND '.implode(' '.$filtermode.' ', $sqlwhere);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/product/stock/class/
H A Dproductstockentrepot.class.php236 * @param string $filtermode filter mode (AND or OR)
240 …order = '', $sortfield = '', $limit = 0, $offset = 0, array $filter = array(), $filtermode = 'AND') argument
266 if (count($sqlwhere) > 0) $sql .= ' AND '.implode(' '.$filtermode.' ', $sqlwhere);

1234567