Home
last modified time | relevance | path

Searched refs:function (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/template/breeze/bower_components/modular-scale/stylesheets/
D_modular-scale-tests.scss3 @warn "function ms(): FAIL!";
4 @debug "function ms(2, 16, $minor-sixth)";
9 @warn "function ms(+): pass";
14 @warn "function ms(): FAIL!";
15 @debug "function ms(-2, 16, $minor-sixth)";
20 @warn "function ms(-): pass";
25 @warn "function ms() multi-base: FAIL!";
26 @debug "function ms(2, 14 18, $major-second)";
31 @warn "function ms(+) multi-base: pass";
36 @warn "function ms() multi-base: FAIL!";
[all …]
D_modular-scale.scss12 @import "modular-scale/function";
13 @import "modular-scale/function-list";
/template/breeze/bower_components/gumby/sass/extensions/sassy-math/stylesheets/
D_math.scss20 @function rand() {
27 @function percent($number) {
34 @function exponent($base, $exponent) {
49 @function pow($base, $exponent) {
56 @function factorial($number) {
68 @function fact($number) {
77 @function maclaurin($start, $key, $number) {
97 @function taylor($number) {
107 //@function sin($number, $unit: 'deg') {
114 //@function cos($number, $unit: 'deg') {
[all …]
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
DFunctionExpression.php27 $function = $compiler->getEnvironment()->getFunction($name);
31 $this->setAttribute('needs_environment', $function->needsEnvironment());
32 $this->setAttribute('needs_context', $function->needsContext());
33 $this->setAttribute('arguments', $function->getArguments());
34 $callable = $function->getCallable();
39 $this->setAttribute('is_variadic', $function->isVariadic());
/template/twigstarter/vendor/twig/twig/src/Extension/
DStagingExtension.php35 public function addFunction(TwigFunction $function) argument
37 if (isset($this->functions[$function->getName()])) {
38 … throw new \LogicException(sprintf('Function "%s" is already registered.', $function->getName()));
41 $this->functions[$function->getName()] = $function;
/template/strap/resources/library/rrdiagram/0.9.4.1/
H A Drrdiagram.js.map1function.js","webpack:///./ui/rrelement.js","webpack:///../~/core-js/modules/_hide.js","webpack://…
/template/twigstarter/vendor/twig/twig/src/
DExtensionSet.php157 public function addFunction(TwigFunction $function) argument
160 …'Unable to add function "%s" as extensions have already been initialized.', $function->getName()));
163 $this->staging->addFunction($function);
191 foreach ($this->functions as $pattern => $function) {
196 $function->setArguments($matches);
198 return $function;
203 if (false !== $function = $callback($name)) {
204 return $function;
438 foreach ($extension->getFunctions() as $function) {
439 $this->functions[$function->getName()] = $function;
/template/strap/ComboStrap/
H A DTreeVisit.php9 public static function visit(TreeNode $tree, Callable $function, int $level = 0) argument
11 call_user_func($function, $tree, $level);
15 self::visit($child, $function, $childLevel);
/template/twigstarter/
DTemplateController.php139 * @param string $function
143 public function callStatic($class, $function, $arguments = []) argument
155 if (!is_callable([$classname, $function])) {
156 throw new BadMethodCallException("No such method $class::$function");
159 return call_user_func_array([$classname, $function], $arguments);
/template/breeze/bower_components/gumby/sass/functions/
D_grid-calc.scss5 @function oneCol($hybrid-grid: false) {
15 @function columns($num, $hybrid-grid: false){
26 @function global-columns($desired_cols, $container_cols, $hybrid-grid: false){
36 @function push_x($num, $first-child: false, $is-hybrid: false) {
55 @function pull_x($num, $width, $is-hybrid: false) {
65 @function centered($num, $hybrid-grid: false) {
75 @function number-as-word($number){
/template/breeze/bower_components/modular-scale/stylesheets/modular-scale/
D_tests.scss4 // Test if the pow() function exists
5 @function ms-pow-exists() {
15 @function ms-gem-exists() {
D_function.scss1 // The main function that brings it all together
2 @function ms($Value: 0, $Bases: $ms-base, $Ratios: $ms-ratio) {
52 // Same function, different name, for good measure.
53 @function modular-scale($Value: 0, $Bases: $ms-base, $Ratios: $ms-ratio) {
D_pow.scss1 // If a native exponent function doesnt exist
3 @function ms-pow($Base, $Exponent) {
10 // This function doesnt support non-interger exponents.
/template/twigstarter/vendor/twig/twig/src/Sandbox/
DSecurityPolicy.php81 foreach ($functions as $function) {
82 if (!\in_array($function, $this->allowedFunctions)) {
83 …ew SecurityNotAllowedFunctionError(sprintf('Function "%s" is not allowed.', $function), $function);
/template/strap/vendor/symfony/deprecation-contracts/
H A DREADME.md4 A generic function and convention to trigger deprecation notices.
6 This package provides a single global function named `trigger_deprecation()` that triggers silenced…
11 The function requires at least 3 arguments:
26 `function trigger_deprecation() {}` in your application.
/template/arctic-mbo/
Dscript.js.old10 function addSbLeftTocToggle() {
32 function toggleSbLeftToc() {
49 function addSbRightTocToggle() {
71 function toggleSbRightToc() {
90 addInitEvent(function(){
Dscript.js.old210 function addSbLeftTocToggle() {
33 function toggleSbLeftToc() {
50 function addSbRightTocToggle() {
72 function toggleSbRightToc() {
91 jQuery(function(){
/template/a_new_day/
Dcsshover3.htc24 window.CSSHover = (function(){
51 // init, called once ondomcontentready via the exposed window.CSSHover function
52 init:function() {
65 parseStylesheet:function(sheet) {
93 parseCSSRule:function(rule, sheet) {
127 // exposed window.CSSHover function.
145 patch:function(node, type, className) {
174 unload:function() {
193 window.attachEvent('onbeforeunload', function(){
210 function CSSHoverElement(node, type, className) {
[all …]
/template/simple/
Dcsshover3.htc24 window.CSSHover = (function(){
51 // init, called once ondomcontentready via the exposed window.CSSHover function
52 init:function() {
65 parseStylesheet:function(sheet) {
93 parseCSSRule:function(rule, sheet) {
127 // exposed window.CSSHover function.
145 patch:function(node, type, className) {
174 unload:function() {
193 window.attachEvent('onbeforeunload', function(){
210 function CSSHoverElement(node, type, className) {
[all …]
/template/vector20/static/3rd/vector/
Dcsshover.htc24 window.CSSHover = (function(){
51 // init, called once ondomcontentready via the exposed window.CSSHover function
52 init:function() {
65 parseStylesheet:function(sheet) {
93 parseCSSRule:function(rule, sheet) {
127 // exposed window.CSSHover function.
145 patch:function(node, type, className) {
174 unload:function() {
193 window.attachEvent('onbeforeunload', function(){
210 function CSSHoverElement(node, type, className) {
[all …]
/template/vector/static/3rd/vector/
Dcsshover.htc24 window.CSSHover = (function(){
51 // init, called once ondomcontentready via the exposed window.CSSHover function
52 init:function() {
65 parseStylesheet:function(sheet) {
93 parseCSSRule:function(rule, sheet) {
127 // exposed window.CSSHover function.
145 patch:function(node, type, className) {
174 unload:function() {
193 window.attachEvent('onbeforeunload', function(){
210 function CSSHoverElement(node, type, className) {
[all …]
/template/wikiweko/static/3rd/vector/
H A Dcsshover.htc24 window.CSSHover = (function(){
51 // init, called once ondomcontentready via the exposed window.CSSHover function
52 init:function() {
65 parseStylesheet:function(sheet) {
93 parseCSSRule:function(rule, sheet) {
127 // exposed window.CSSHover function.
145 patch:function(node, type, className) {
174 unload:function() {
193 window.attachEvent('onbeforeunload', function(){
210 function CSSHoverElement(node, type, className) {
[all …]
/template/twigstarter/vendor/symfony/polyfill-ctype/
DCtype.php208 * @param string $function
212 private static function convert_int_to_char_for_ctype($int, $function) argument
223 …@trigger_error($function.'(): Argument of type int will be interpreted as string in the future', \…
/template/strap/vendor/symfony/polyfill-ctype/
H A DCtype.php208 * @param string $function
212 private static function convert_int_to_char_for_ctype($int, $function) argument
223 …@trigger_error($function.'(): Argument of type int will be interpreted as string in the future', \…
/template/breeze/bower_components/gumby/sass/extensions/modular-scale/stylesheets/
D_modular-scale.scss9 // Modular Scale function
10 @function modular-scale($multiple, $base-size: $base-size, $ratio: $ratio, $round-pixels: $round-pi…
51 // If there are no lists just run the simple function
59 @function ms-multibase-multiratio($multiple, $base-size: $base-size, $ratio: $ratio) {
124 @function ms-multibase($multiple, $base-size: $base-size, $ratio: $ratio) {
183 @function ms-multiratio($multiple, $base-size: $base-size, $ratio: $ratio) {
240 @function trim-sort($multiple, $scale-values: $scale-values, $base-size: $base-size) {
268 @function golden() {
273 @function ms($multiple, $base-size: $base-size, $ratio: $ratio, $round-pixels: $round-pixels) {
274 // Return the value from the Modular Scale function
[all …]

12345678910>>...13