Home
last modified time | relevance | path

Searched +full:filter -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 26 – 50 of 83) sorted by relevance

1234

/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPExchange.php360 $filter = '(&(objectCategory=msExchStorageGroup))';
361 $sr = @ldap_search($this->adldap->getLdapConnection(), $exchangeServer, $filter, $attributes);
384 $filter = '(&(objectCategory=msExchPrivateMDB))';
385 $sr = @ldap_search($this->adldap->getLdapConnection(), $storageGroup, $filter, $attributes);
/dokuwiki/conf/
H A Dmysql.conf.php.example108 * that meet certain filter criteria. The filter expressions will be added
115 * will be replaced in the filter expressions:
/dokuwiki/inc/
H A Dhttputils.php35 $if_modified_since = $INPUT->server->filter('stripslashes')->str('HTTP_IF_MODIFIED_SINCE', false);
36 $if_none_match = $INPUT->server->filter('stripslashes')->str('HTTP_IF_NONE_MATCH', false);
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dsparql.php55 'UNION','FILTER','STR','LANG','LANGMATCHES','DATATYPE','BOUND','SAMETERM',
H A Dclojure.php68 'map', 'mapcat', 'vector?', 'list?', 'hash-map', 'reduce', 'filter',
H A Dvbscript.php68 'Filter', 'Fix', 'FormatDateTime', 'FormatNumber', 'FormatPercent',
H A Djulia.php74 'cell', 'collect', 'filter', 'merge', 'divrem', 'hex', 'dec', 'oct', 'base',
H A Dpowershell.php99 'function', 'filter', 'else', 'elseif', 'in', 'return', 'param', 'throw', 'trap'
130 '-Filter', '-FilePath', '-Expression', '-ExpandProperty', '-Expand', '-ExecutionPolicy',
H A Dsql.php76 'FALSE', 'FIELD', 'FIELDS', 'FILTER', 'FIRST', 'FLOAT', 'FLOOR', 'FLUSH', 'FOR',
H A Dtwig.php64 'filter',
H A Dracket.php199 'filesystem-root-list', 'filter', 'find-executable-path',
597 'filename-extension', 'filter-map', 'filter-not',
598 'filter-read-input-port', 'find-files', 'first', 'flat-contract',
661 'sequence-count', 'sequence-filter', 'sequence-fold',
671 'special-filter-input-port', 'split-at', 'split-at-right', 'sqr',
673 'stream-append', 'stream-count', 'stream-empty?', 'stream-filter',
699 'vector-drop-right', 'vector-filter', 'vector-filter-not',
H A Dmirc.php60 'exit','filter','findtext','finger','flash','flood','flush',
H A Drust.php103 'FileReader', 'FileStat', 'FileStream', 'FileWriter', 'Filter',
H A Dhaskell.php85 'seq','map','filter', 'head',
H A Dvbnet.php89 'EOF', 'ERROR$', 'EXP', 'FILEATTR', 'FILECOPY', 'FILEDATATIME', 'FILELEN', 'FILTER',
H A Dfalcon.php84 "fileRemove","fileType","fileUnit","filter","fint",
H A Dcil.php66 'illegal', 'il', 'hidebysig', 'handler', 'fromunmanaged', 'forwardref', 'fixed', 'finally', 'final', 'filter',
H A Dgo.php94 'ast.FieldList', 'ast.File', 'ast.Filter', 'ast.MergeMode', 'ast.Node',
102 'doc.Filter', 'doc.FuncDoc', 'doc.PackageDoc', 'doc.TypeDoc', 'doc.ValueDoc',
H A Djquery.php82 'filter', 'not', 'slice', 'add', 'children', 'closest',
H A Dnewlisp.php68 'filter','find','find-all','first','flat','float','float?','floor',
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css48 -ms-filter: "alpha(opacity=0)"; /* support: IE8 */
667 -ms-filter: "alpha(opacity=25)"; /* support: IE8 */
747 filter: inherit;
1043 -ms-filter: "alpha(opacity=70)"; /* support: IE8 */
1050 -ms-filter: "alpha(opacity=35)"; /* support: IE8 */
1054 -ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
1309 -ms-filter: Alpha(Opacity=30); /* support: IE8 */
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php82 // Filter out pages only changed in small and own edits
/dokuwiki/lib/scripts/
H A Dpage.js67 jQuery('a.wikilink1, a.wikilink2').filter('[data-wiki-id="'+JSINFO.id+'"]').wrap('<span class="curid"></span>');
/dokuwiki/inc/Search/
H A DIndexer.php1149 * @param array|int $filter
1152 protected function indexLengths($filter)
1156 if (is_array($filter)) {
1159 foreach (array_keys($filter) as $key) {
1167 if ((int)$length >= (int)$filter)
1125 indexLengths($filter) global() argument
/dokuwiki/vendor/geshi/geshi/
H A DTHANKS188 - OpenBSD Packet Filter David Berard

1234