repo
stringlengths
1
191
file
stringlengths
23
351
code
stringlengths
0
5.32M
file_length
int64
0
5.32M
avg_line_length
float64
0
2.9k
max_line_length
int64
0
288k
extension_type
stringclasses
1 value
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/DivideFunction.java
/* * @(#)DivideFunction.java * * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copyr...
6,675
36.717514
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/NumericConvertFunction.java
/* * @(#)NumericConvertFunction.java * * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the abo...
6,891
38.159091
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/StringFunction.java
/* * @(#)StringFunction.java * * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copyright ...
4,351
35.266667
97
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/MultiplyFunction.java
/* * @(#)MultiplyFunction.java * * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above cop...
6,420
37.915152
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/ExpressionHandler.java
/* * ExpressionHandler.java * * Created by: seth proctor (stp) * Created on: Wed Dec 29, 2004 8:24:30 PM * Desc: * */ package org.wso2.balana.cond; import org.wso2.balana.*; import org.wso2.balana.attr.AttributeDesignatorFactory; import org.wso2.balana.attr.AttributeFactory; import org.wso2.balana.attr.Attr...
4,778
39.846154
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/ConditionBagFunction.java
/* * @(#)ConditionBagFunction.java * * Copyright 2004-206 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above ...
5,967
38.006536
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/GeneralBagFunction.java
/* * @(#)GeneralBagFunction.java * * Copyright 2004-2006 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above c...
12,336
39.582237
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/FunctionBase.java
/* * @(#)FunctionBase.java * * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copyrig...
18,421
38.874459
113
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/FunctionProxy.java
/* * @(#)FunctionProxy.java * * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copyri...
2,836
41.984848
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/URLStringCatFunction.java
/* * @(#)URLStringCatFunction.java * * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copy...
5,680
34.50625
91
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/MatchFunction.java
/* * @(#)MatchFunction.java * * Copyright 2003-2006 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copyri...
16,394
38.128878
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/MapFunctionProxy.java
/* * @(#)MapFunctionProxy.java * * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copyrigh...
2,345
37.459016
96
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/AddFunction.java
/* * @(#)AddFunction.java * * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copyrigh...
5,813
33.402367
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/FunctionTypeException.java
/* * @(#)FunctionTypeException.java * * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the abov...
3,697
40.088889
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/ModFunction.java
/* * @(#)ModFunction.java * * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copyrigh...
4,508
38.208696
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/RoundFunction.java
/* * @(#)RoundFunction.java * * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copyri...
4,591
38.247863
119
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/StringNormalizeFunction.java
/* * @(#)StringNormalizeFunction.java * * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the ab...
6,452
39.33125
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/DateMathFunction.java
/* * @(#)DateMathFunction.java * * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above cop...
12,745
37.741641
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/ComparisonFunction.java
/* * @(#)ComparisonFunction.java * * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above c...
22,540
33.731895
97
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/Apply.java
/* * @(#)Apply.java * * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copyright noti...
14,881
42.136232
101
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/GeneralSetFunction.java
/* * @(#)GeneralSetFunction.java * * Copyright 2004-2006 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above c...
8,457
35.773913
109
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/LogicalFunction.java
/* * @(#)LogicalFunction.java * * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copy...
5,940
36.601266
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/FunctionFactory.java
/* * @(#)FunctionFactory.java * * Copyright 2003-2006 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copy...
20,406
42.143763
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/NotFunction.java
/* * @(#)NotFunction.java * * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copyrigh...
4,403
37.631579
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/AbsFunction.java
/* * @(#)AbsFunction.java * * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copyrigh...
6,190
36.981595
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/Function.java
/* * @(#)Function.java * * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copyright n...
7,035
45.289474
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/SubtractFunction.java
/* * @(#)SubtractFunction.java * * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above cop...
6,436
38.012121
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/IPInRangeFunction.java
/* * Copyright (c) WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/...
3,207
31.08
112
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/SetFunction.java
/* * @(#)SetFunction.java * * Copyright 2003-2006 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copyrigh...
11,151
45.661088
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/VariableManager.java
/* * @(#)VariableManager.java * * Copyright 2005 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copyright...
13,461
41.872611
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/VariableDefinition.java
/* * @(#)VariableDefinition.java * * Copyright 2005 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copyri...
5,445
35.797297
105
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/MapFunction.java
/* * @(#)MapFunction.java 1.4 01/30/03 * * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the a...
11,461
32.711765
99
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/BaseFunctionFactory.java
/* * @(#)BaseCombiningAlgFactory.java * * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above c...
14,263
41.834835
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/TimeInRangeFunction.java
/* * @(#)TimeInRangeFunction.java * * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above ...
7,968
40.290155
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/NOfFunction.java
/* * @(#)NOfFunction.java * * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copyrigh...
7,922
38.615
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/ConditionSetFunction.java
/* * @(#)ConditionSetFunction.java * * Copyright 2004-2006 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above...
9,341
36.669355
97
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/FloorFunction.java
/* * @(#)FloorFunction.java * * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copyri...
4,478
37.947826
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/BasicFunctionFactoryProxy.java
/* * @(#)BasicFunctionFactoryProxy.java * * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above...
3,047
38.076923
79
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/StandardFunctionFactory.java
/* * @(#)StandardFunctionFactory.java * * Copyright 2004-2006 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the ab...
18,907
45.918114
104
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/xacml3/XPathFunction.java
/* * Copyright (c) WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/...
9,459
35.10687
105
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/xacml3/StringCreationFunction.java
/* * Copyright (c) WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/...
6,246
36.63253
118
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/xacml3/StringConversionFunction.java
/* * Copyright (c) WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/...
7,319
37.93617
118
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/xacml3/StringComparingFunction.java
/* * Copyright (c) WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/...
7,051
37.326087
101
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/xacml3/XACML3HigherOrderFunction.java
/* * Copyright (c) 2019, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apac...
13,728
36.613699
117
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/xacml3/SubStringFunction.java
/* * Copyright (c) WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/...
4,450
32.719697
105
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/cluster/MatchFunctionCluster.java
/* * @(#)MatchFunctionCluster.java * * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copy...
2,505
38.15625
78
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/cluster/NumericConvertFunctionCluster.java
/* * @(#)NumericConvertFunctionCluster.java * * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the a...
2,559
39
82
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/cluster/FunctionCluster.java
/* * @(#)FunctionCluster.java * * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copyright...
3,021
44.104478
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/cluster/StringNormalizeFunctionCluster.java
/* * @(#)StringNormalizeFunctionCluster.java * * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the ...
2,565
39.09375
83
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/cluster/MultiplyFunctionCluster.java
/* * @(#)MultiplyFunctionCluster.java * * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above c...
2,523
38.4375
78
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/cluster/ConditionBagFunctionCluster.java
/* * @(#)ConditionBagFunctionCluster.java * * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the abo...
2,547
38.8125
80
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/cluster/DateMathFunctionCluster.java
/* * @(#)DateMathFunctionCluster.java * * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above c...
2,526
38.484375
78
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/cluster/EqualFunctionCluster.java
/* * @(#)EqualFunctionCluster.java * * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copy...
2,505
38.15625
78
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/cluster/FloorFunctionCluster.java
/* * @(#)FloorFunctionCluster.java * * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copy...
2,505
38.15625
78
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/cluster/SubtractFunctionCluster.java
/* * @(#)SubtractFunctionCluster.java * * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above c...
2,523
38.4375
78
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/cluster/NOfFunctionCluster.java
/* * @(#)NOfFunctionCluster.java * * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copyri...
2,493
37.96875
78
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/cluster/ModFunctionCluster.java
/* * @(#)ModFunctionCluster.java * * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copyri...
2,493
37.96875
78
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/cluster/AddFunctionCluster.java
/* * @(#)AddFunctionCluster.java * * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copyri...
2,493
37.96875
78
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/cluster/ConditionSetFunctionCluster.java
/* * @(#)ConditionSetFunctionCluster.java * * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the abo...
2,547
38.8125
80
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/cluster/GeneralBagFunctionCluster.java
/* * @(#)GeneralBagFunctionCluster.java * * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above...
2,537
38.65625
78
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/cluster/StringFunctionCluster.java
/* * @(#)StringFunctionCluster.java * * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above co...
2,661
35.972222
78
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/cluster/DivideFunctionCluster.java
/* * @(#)DivideFunctionCluster.java * * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above cop...
2,511
38.25
78
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/cluster/LogicalFunctionCluster.java
/* * @(#)LogicalFunctionCluster.java * * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above co...
2,517
38.34375
78
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/cluster/RoundFunctionCluster.java
/* * @(#)RoundFunctionCluster.java * * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copy...
2,505
38.15625
78
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/cluster/AbsFunctionCluster.java
/* * @(#)AbsFunctionCluster.java * * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copyri...
2,493
37.96875
78
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/cluster/HigherOrderFunctionCluster.java
/* * @(#)HigherOrderFunctionCluster.java * * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the abov...
2,541
38.71875
79
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/cluster/ComparisonFunctionCluster.java
/* * @(#)ComparisonFunctionCluster.java * * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above...
2,535
38.625
78
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/cluster/NotFunctionCluster.java
/* * @(#)NotFunctionCluster.java * * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copyri...
2,493
37.96875
78
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/cluster/GeneralSetFunctionCluster.java
/* * @(#)GeneralSetFunctionCluster.java * * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above...
2,535
38.625
78
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/cluster/xacml3/SubStringFunctionCluster.java
/* * Copyright (c) WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/...
1,342
31.756098
78
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/cluster/xacml3/StringCreationFunctionCluster.java
/* * Copyright (c) WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/...
1,367
32.365854
83
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/cluster/xacml3/XPathFunctionCluster.java
/* * Copyright (c) WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/...
1,321
32.05
74
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/cluster/xacml3/StringComparingFunctionCluster.java
/* * Copyright (c) WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/...
1,382
31.162791
84
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/cluster/xacml3/StringConversionFunctionCluster.java
/* * Copyright (c) WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/...
1,376
33.425
85
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/cond/cluster/xacml3/XACML3HigherOrderFunctionCluster.java
/* * Copyright (c) 2019, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apac...
1,470
31.688889
85
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/attr/AttributeProxy.java
/* * @(#)AttributeProxy.java * * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copyr...
3,243
41.684211
98
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/attr/RFC822NameAttribute.java
/* * @(#)RFC822NameAttribute.java * * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above ...
6,054
33.20904
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/attr/IPAddressAttribute.java
/* * @(#)IPAddressAttribute.java * * Copyright 2005 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copyri...
8,167
32.338776
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/attr/Base64.java
/* * @(#)Base64.java * * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copyright not...
14,585
43.2
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/attr/IPv6AddressAttribute.java
/* * @(#)IPv6AddressAttribute.java * * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copy...
5,944
38.633333
99
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/attr/AbstractDesignator.java
package org.wso2.balana.attr; import org.wso2.balana.cond.Evaluatable; import java.net.URI; /** * */ public abstract class AbstractDesignator implements Evaluatable { public abstract URI getId(); }
209
13
65
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/attr/DayTimeDurationAttribute.java
/* * @(#)DayTimeDurationAttribute.java * * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the a...
16,779
29.902394
116
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/attr/IntegerAttribute.java
/* * @(#)IntegerAttribute.java * * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above cop...
6,363
34.553073
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/attr/Base64BinaryAttribute.java
/* * @(#)Base64BinaryAttribute.java * * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the abov...
7,501
32.342222
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/attr/HexBinaryAttribute.java
/* * @(#)HexBinaryAttribute.java * * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above c...
9,751
31.945946
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/attr/YearMonthDurationAttribute.java
/* * @(#)YearMonthDurationAttribute.java * * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the...
12,412
30.585242
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/attr/AttributeSelectorFactory.java
/* * Copyright (c) WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses...
2,065
31.793651
97
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/attr/AttributeFactory.java
/* * @(#)AttributeFactory.java * * Copyright 2003-2006 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above cop...
10,469
40.220472
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/attr/PortRange.java
/* * @(#)PortRange.java * * Copyright 2005 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copyright notic...
7,940
32.225941
99
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/attr/AttributeDesignatorFactory.java
/* * Copyright (c) WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses...
2,080
31.515625
97
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/attr/DNSNameAttribute.java
/* * @(#)DNSNameAttribute.java * * Copyright 2005 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copyrigh...
8,939
31.627737
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/attr/DateAttribute.java
/* * @(#)DateAttribute.java * * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copyri...
22,999
36.037037
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/attr/BaseAttributeFactory.java
/* * @(#)BaseAttributeFactory.java * * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copy...
9,235
39.508772
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/attr/IPv4AddressAttribute.java
/* * @(#)IPv4AddressAttribute.java * * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copy...
6,257
39.115385
99
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/attr/StringAttribute.java
/* * @(#)StringAttribute.java * * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copy...
7,502
34.559242
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/attr/AttributeFactoryProxy.java
/* * @(#)AttributeFactoryProxy.java * * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above cop...
2,244
40.574074
90
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/attr/TimeAttribute.java
/* * @(#)TimeAttribute.java * * Copyright 2003-2006 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copyri...
17,638
37.597374
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/attr/AttributeDesignator.java
/* * @(#)AttributeDesignator.java * * Copyright 2003-2006 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above ...
17,374
37.10307
121
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/attr/DoubleAttribute.java
/* * @(#)DoubleAttribute.java * * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copy...
6,968
34.375635
100
java
balana
balana-master/modules/balana-core/src/main/java/org/wso2/balana/attr/AttributeValue.java
/* * @(#)AttributeValue.java * * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution of source code must retain the above copyr...
7,297
37.209424
100
java