This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
const autoprefixer = require('autoprefixer'); | |
const path = require('path'); | |
const webpack = require('webpack'); | |
const HtmlWebpackPlugin = require('html-webpack-plugin'); | |
const CaseSensitivePathsPlugin = require('case-sensitive-paths-webpack-plugin'); | |
const InterpolateHtmlPlugin = require('react-dev-utils/InterpolateHtmlPlugin'); | |
const WatchMissingNodeModulesPlugin = require('react-dev-utils/WatchMissingNodeModulesPlugin'); | |
const eslintFormatter = require('react-dev-utils/eslintFormatter'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
background: rgb(80,2,97); | |
background: -moz-linear-gradient(306deg, rgba(80,2,97,1) 0%, rgba(97,9,121,1) 12%, rgba(171,5,185,1) 27%, rgba(134,4,204,1) 42%, rgba(192,3,216,1) 53%, rgba(173,0,203,1) 66%, rgba(0,53,181,1) 84%, rgba(110,0,157,1) 100%); | |
background: -webkit-linear-gradient(306deg, rgba(80,2,97,1) 0%, rgba(97,9,121,1) 12%, rgba(171,5,185,1) 27%, rgba(134,4,204,1) 42%, rgba(192,3,216,1) 53%, rgba(173,0,203,1) 66%, rgba(0,53,181,1) 84%, rgba(110,0,157,1) 100%); | |
background: linear-gradient(306deg, rgba(80,2,97,1) 0%, rgba(97,9,121,1) 12%, rgba(171,5,185,1) 27%, rgba(134,4,204,1) 42%, rgba(192,3,216,1) 53%, rgba(173,0,203,1) 66%, rgba(0,53,181,1) 84%, rgba(110,0,157,1) 100%); | |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#500261",endColorstr="#6e009d",GradientType=1); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public static function search_users_parameters() { | |
return new external_function_parameters( | |
array( | |
'name' => new external_value(PARAM_RAW, 'users name', VALUE_OPTIONAL), | |
'page' => new external_value(PARAM_RAW, 'pagination', VALUE_OPTIONAL), | |
'faculty' => new external_value(PARAM_RAW, 'Faculty id', VALUE_OPTIONAL), | |
'course' => new external_value(PARAM_INT, 'Course id', VALUE_OPTIONAL) | |
) | |
); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_id:59aa7a59698be95e08754281 |