Advertisement
stronk7

Untitled

Sep 17th, 2019
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.26 KB | None | 0 0
  1. $ ag '\?[a-z]+ \$[a-z0-9_]+ ?= ?null'
  2. calendar/lib.php
  3. 3334: ?int $lookahead = null) {
  4.  
  5. admin/tool/analytics/classes/output/helper.php
  6. 120: ?int $selected = null, ?bool $includeall = false, ?bool $shortentext = true): \stdClass {
  7.  
  8. admin/tool/analytics/classes/output/effectiveness_report.php
  9. 55: public function __construct(\core_analytics\model $model, ?int $contextid = null) {
  10.  
  11. lib/mlbackend/php/phpml/src/Phpml/Classification/KNearestNeighbors.php
  12. 30: public function __construct(int $k = 3, ?Distance $distanceMetric = null)
  13.  
  14. lib/mlbackend/php/phpml/src/Phpml/Classification/DecisionTree/DecisionTreeLeaf.php
  15. 122: public function getHTML(?array $columnNames = null): string
  16.  
  17. lib/mlbackend/php/phpml/src/Phpml/Classification/SVC.php
  18. 17: ?float $gamma = null,
  19.  
  20. lib/mlbackend/php/phpml/src/Phpml/CrossValidation/Split.php
  21. 32: public function __construct(Dataset $dataset, float $testSize = 0.3, ?int $seed = null)
  22. 65: protected function seedGenerator(?int $seed = null): void
  23.  
  24. lib/mlbackend/php/phpml/src/Phpml/Clustering/DBSCAN.php
  25. 29: public function __construct(float $epsilon = 0.5, int $minSamples = 3, ?Distance $distanceMetric = null)
  26.  
  27. lib/mlbackend/php/phpml/src/Phpml/Transformer.php
  28. 12: public function fit(array $samples, ?array $targets = null): void;
  29.  
  30. lib/mlbackend/php/phpml/src/Phpml/SupportVectorMachine/SupportVectorMachine.php
  31. 102: ?float $gamma = null,
  32.  
  33. lib/mlbackend/php/phpml/src/Phpml/NeuralNetwork/Network/MultilayerPerceptron.php
  34. 62: public function __construct(int $inputLayerFeatures, array $hiddenLayers, array $classes, int $iterations = 10000, ?ActivationFunction $activationFunction = null, float $learningRate = 1)
  35. 161: private function addNeuronLayers(array $layers, ?ActivationFunction $defaultActivationFunction = null): void
  36.  
  37. lib/mlbackend/php/phpml/src/Phpml/NeuralNetwork/Layer.php
  38. 20: public function __construct(int $nodesNumber = 0, string $nodeClass = Neuron::class, ?ActivationFunction $activationFunction = null)
  39. 44: private function createNode(string $nodeClass, ?ActivationFunction $activationFunction = null): Node
  40.  
  41. lib/mlbackend/php/phpml/src/Phpml/NeuralNetwork/Node/Neuron/Synapse.php
  42. 24: public function __construct(Node $node, ?float $weight = null)
  43.  
  44. lib/mlbackend/php/phpml/src/Phpml/NeuralNetwork/Node/Neuron.php
  45. 34: public function __construct(?ActivationFunction $activationFunction = null)
  46.  
  47. lib/mlbackend/php/phpml/src/Phpml/Math/Statistic/Covariance.php
  48. 16: public static function fromXYArrays(array $x, array $y, bool $sample = true, ?float $meanX = null, ?float $meanY = null): float
  49. 54: public static function fromDataset(array $data, int $i, int $k, bool $sample = true, ?float $meanX = null, ?float $meanY = null): float
  50. 117: public static function covarianceMatrix(array $data, ?array $means = null): array
  51.  
  52. lib/mlbackend/php/phpml/src/Phpml/FeatureSelection/VarianceThreshold.php
  53. 38: public function fit(array $samples, ?array $targets = null): void
  54.  
  55. lib/mlbackend/php/phpml/src/Phpml/FeatureSelection/SelectKBest.php
  56. 34: public function __construct(int $k = 10, ?ScoringFunction $scoringFunction = null)
  57. 44: public function fit(array $samples, ?array $targets = null): void
  58.  
  59. lib/mlbackend/php/phpml/src/Phpml/FeatureExtraction/TfIdfTransformer.php
  60. 23: public function fit(array $samples, ?array $targets = null): void
  61.  
  62. lib/mlbackend/php/phpml/src/Phpml/FeatureExtraction/TokenCountVectorizer.php
  63. 37: public function __construct(Tokenizer $tokenizer, ?StopWords $stopWords = null, float $minDF = 0.0)
  64. 44: public function fit(array $samples, ?array $targets = null): void
  65.  
  66. lib/mlbackend/php/phpml/src/Phpml/DimensionReduction/LDA.php
  67. 52: public function __construct(?float $totalVariance = null, ?int $numFeatures = null)
  68.  
  69. lib/mlbackend/php/phpml/src/Phpml/DimensionReduction/PCA.php
  70. 37: public function __construct(?float $totalVariance = null, ?int $numFeatures = null)
  71.  
  72. lib/mlbackend/php/phpml/src/Phpml/DimensionReduction/KernelPCA.php
  73. 59: public function __construct(int $kernel = self::KERNEL_RBF, ?float $totalVariance = null, ?int $numFeatures = null, ?float $gamma = null)
  74.  
  75. lib/mlbackend/php/phpml/src/Phpml/Preprocessing/Imputer.php
  76. 47: public function fit(array $samples, ?array $targets = null): void
  77.  
  78. lib/mlbackend/php/phpml/src/Phpml/Preprocessing/Normalizer.php
  79. 51: public function fit(array $samples, ?array $targets = null): void
  80.  
  81. lib/mlbackend/php/phpml/src/Phpml/Regression/SVR.php
  82. 18: ?float $gamma = null,
  83.  
  84. lib/classes/analytics/analyser/users.php
  85. 44: public function get_analysables_iterator(?string $action = null) {
  86.  
  87. lib/tests/behat/behat_general.php
  88. 779: ?string $containerelement = null,
  89. 780: ?string $containerselectortype = null
  90. 812: ?string $containerelement = null,
  91. 813: ?string $containerselectortype = null
  92.  
  93. mod/forum/classes/local/vaults/post_read_receipt_collection.php
  94. 63: protected function generate_get_records_sql(string $wheresql = null, string $sortsql = null, ?int $userid = null) : string {
  95.  
  96. mod/forum/classes/local/vaults/forum.php
  97. 67: protected function generate_get_records_sql(string $wheresql = null, string $sortsql = null, ?int $userid = null) : string {
  98.  
  99. mod/forum/classes/local/vaults/post.php
  100. 72: protected function generate_get_records_sql(string $wheresql = null, string $sortsql = null, ?int $userid = null) : string {
  101.  
  102. mod/forum/classes/local/vaults/discussion.php
  103. 64: protected function generate_get_records_sql(string $wheresql = null, string $sortsql = null, ?int $userid = null) : string {
  104.  
  105. mod/forum/classes/local/vaults/discussion_list.php
  106. 102: protected function generate_get_records_sql(string $wheresql = null, ?string $sortsql = null, ?int $userid = null) : string {
  107.  
  108. mod/forum/classes/local/factories/url.php
  109. 101: public function get_forum_view_url_from_forum(forum_entity $forum, ?int $pageno = null,
  110. 102: ?int $sortorder = null) : moodle_url {
  111. 115: public function get_forum_view_url_from_course_module_id(int $coursemoduleid, ?int $pageno = null,
  112. 116: ?int $sortorder = null) : moodle_url {
  113.  
  114. mod/forum/classes/local/vaults/db_table_vault.php
  115. 79: ?int $userid = null) : string;
  116.  
  117. mod/forum/classes/local/vaults/author.php
  118. 61: protected function generate_get_records_sql(string $wheresql = null, string $sortsql = null, ?int $userid = null) : string {
  119.  
  120. analytics/classes/local/analyser/by_course.php
  121. 44: public function get_analysables_iterator(?string $action = null) {
  122.  
  123. analytics/classes/local/analyser/sitewide.php
  124. 44: public function get_analysables_iterator(?string $action = null) {
  125.  
  126. analytics/classes/local/analyser/base.php
  127. 136: public function get_analysables_iterator(?string $action = null) {
  128. 436: protected function get_iterator_sql(string $tablename, int $contextlevel, ?string $action = null, ?string $tablealias = null) {
  129. 474: protected function order_sql(?string $fieldname = null, string $order = 'ASC', ?string $tablealias = null) {
  130.  
  131. analytics/classes/analysis.php
  132. 566: array &$dataset, ?array $calculatedtarget = null) {
  133. 644: public static function fill_firstanalyses_cache(int $modelid, ?int $analysableid = null) {
  134.  
  135. analytics/classes/model_config.php
  136. 53: public function __construct(?model $model = null) {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement