Home
last modified time | relevance | path

Searched refs:string_filter (Results 1 – 1 of 1) sorted by relevance

/plugin/asana/remote/
H A DAPILink.php224 $tasks = $this->string_filter($string, $tasks);
337 function addStringFilter($string_filter){ argument
338 $this->strings_filter[]= $string_filter;
507 function string_filter($string, $tasks){ function in remote_plugin_asana_APILink