Home
last modified time | relevance | path

Searched defs:filter (Results 201 – 225 of 263) sorted by last modified time

1234567891011

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php35 private $filter; variable in SebastianBergmann\\CodeCoverage\\CodeCoverage
138 public function __construct(Driver $driver = null, Filter $filter = null)
182 public function filter() function in SebastianBergmann\\CodeCoverage\\CodeCoverage
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestSuite.php975 public function injectFilter(PHPUnit_Runner_Filter_Factory $filter)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/Filter/
H A DFactory.php22 public function addFilter(ReflectionClass $filter, $args)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DTestRunner.php66 …ction __construct(PHPUnit_Runner_TestSuiteLoader $loader = null, CodeCoverageFilter $filter = null)
/plugin/structjoin/types/
H A DJoin.php151 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) { function in dokuwiki\\plugin\\structjoin\\types\\Join
/plugin/structgroup/helper/
H A Dauthgroup.php54 public function getGroups($length = NULL, $filter = '') {
/plugin/authsmartcard/
H A Dauth.php230 public function getUserCount($filter = array()) {
242 public function retrieveUsers($start, $limit, $filter) {
/plugin/database/
H A Ddatabase.php1119 function filter($filters,$sortedList) { function in Table
/plugin/authsplit/
H A Dauth.php552 public function retrieveUsers($start = 0, $limit = -1, $filter = null) { argument
575 public function getUserCount($filter = array()) { argument
/plugin/davcard/syntax/
H A Dbook.php269 private function contactFilterMatch($filter, $contactdata)
/plugin/authvk/
H A Dauth.php270 public function getUserCount($filter = array()) {
296 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) {
431 protected function _constructPattern($filter) {
/plugin/authplaincas/
H A Dauth.php606 function getUserCount($filter=array()) {
631 function retrieveUsers($start=0,$limit=0,$filter=array()) {
684 function _constructPattern($filter) {
/plugin/authimap2/
H A Dauth.php287 public function retrieveUsers($start = 0, $limit = 0, $filter = null) {
321 public function getUserCount($filter = array()) {
493 protected function _constructPattern($filter) {
/plugin/discoursesearch/
H A Dasyncsearch.js25 _.filter = function( array, id ) { function
/plugin/issuetracker/
H A Dprototype.js691 function unfilterJSON(filter) { argument
890 function grep(filter, iterator, context) { argument
2560 function stripAlpha(filter){ argument
4156 Sizzle.filter = function(expr, set, inplace, not){ function
4511 var name = match[1], filter = Expr.filters[ name ]; variable
4614 var name = match[2], filter = Expr.setFilters[ name ]; variable
H A Daction.php1031 function _table_render($project,$a,$step,$start,$next_start,$filter,$all=false)
3050 function _count_render($issues,$start,$step,$next_start,$filter,$project)
/plugin/authgoogle/google/contrib/
H A DGoogle_CustomsearchService.php265 public $filter; variable in Google_Query
347 public function setFilter( $filter) {
H A DGoogle_DatastoreService.php713 public $filter; variable in Google_Query
735 public function setFilter(Google_Filter $filter) {
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1 …ocument!=="undefined"&&typeof window!=="undefined"){fabric.document=document;fabric.window=window;…
9 …rtY=0,x=0,y=0,controlX=0,controlY=0,tempX,tempY,l=-this.pathOffset.x,t=-this.pathOffset.y;if(this.…
H A Dfabric.js1256 Array.prototype.filter = function(fn, context) { method in Array
17211 filters.forEach(function(filter) { argument
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php169 protected function _constructPattern($filter) {
247 public function getUserCount($filter = array()) {
268 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) {
/plugin/publist/bib2tpl/
H A Dbibtex_converter.php227 private function filter(&$data, &$replacementKeys=array()) { function in BibtexConverter
/plugin/authsqlite/
H A Dauth.php123 public function getUserCount($filter = array()) {
148 public function retrieveUsers($first = 0, $limit = 0, $filter = array()) {
/plugin/authldaplocal/
H A Dauth.php481 public function getUserCount($filter = array()) {
505 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) {
540 protected function _makeFilter($filter, $placeholders) {
682 protected function _constructPattern($filter) {
815 …protected function _ldapsearch($link_identifier, $base_dn, $filter, $scope = 'sub', $attributes = …
/plugin/scrape/
H A DHTMLPurifier.standalone.php

1234567891011