Questions tagged as 'filter'

1
answer

How to validate the IP of an Emails list to know if they are real or false and if they can receive message?

I know there are services that do this, but I would like to know how they do this type of test, to find out if the email is actually valid, not only through a PHP filter, for example: function validEmail($email) { if (filter_var($email, FIL...
asked by 19.04.2016 / 15:49
1
answer

Select filter stopped working

Hello, I need a help, I have a select filter that until yesterday was working, someone moved and stopped working, as I do not understand much of jquery, I decided to ask here. Note: The jquery file is still called normally. When the use...
asked by 28.04.2017 / 20:53
1
answer

Angular FilterJS with Array of Arguments

I would like to check a way to add filters to a records table (ng-repeat) through an array and not just a text. link Note: I'm using $ filter to filter data in ng-repeat and not filters like uppercase for example. The followin...
asked by 05.11.2016 / 00:59
1
answer

Filter PivotTable by word in a cell

This other one just below the same post from the link above .. Is there a running difference? ... link Is there any way to speed up the execution of any of these codes .. Type binary format ... or change n even code?? I put a button to e...
asked by 16.06.2018 / 19:54
1
answer

Lambda function for dict dict - Python

I would like to know if there is a possibility of using filter with a lambda function to select a conjunto de dados of a array de J SON in Python . Example: I have the following JSON already as dict...
asked by 07.10.2018 / 04:58
1
answer

Filter PivotTable by ListBox

Private Sub Filename () .. From this post here Filter PivotTable by Word in a Cell ... It is very efficient in searching the column A .... I would like to get the values that are in the Listbox and apply them as filters in TD ... (Act...
asked by 21.06.2018 / 22:49
2
answers

Filter a list of spans with jquery

I needed this a little urgent, can you help? I need to filter a list of spans: <div class="list-group pre-scrollable lista"> <?php for($i = 0; $i < count($ambientes); $i++) { ?> <span class="list-group-item listaAmbien...
asked by 02.01.2018 / 12:19
1
answer

Dynamic Filter ng-repeat

I need to insert a dynamic filter, which comes from a select, into my ng-repeat select ng-model="campoBusca" input type="text" ng-model="busca" ng-repeat="funcionario in funcionarios | filter: { campoBusca: busca}" But is not it right, s...
asked by 10.06.2014 / 21:42
0
answers

Problem with jQuery filter?

I have this filter in jQuery: var aeroportosida = []; Filtro.prototype.filtroAereoNomeIda = function(value){ var dataa = JSON.parse(JSON.stringify(this.data)); aeroportosida = []; if(value.length == 1){...
asked by 27.07.2017 / 13:35
0
answers

Filter retweets using the twitter API

I'm doing a search tool using the twitter API to get tweets. However, I have a problem related to retweets, with every search I make, more than half of the results are retweets. Is there a way I can filter retweets without using '-RT' while fetc...
asked by 28.08.2015 / 15:07