Home
last modified time | relevance | path

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

12345678910>>...12

/template/breeze/bower_components/modular-scale/stylesheets/
H A 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!";
31 @warn "function ms(+) multi-base: pass";
36 @warn "function ms() multi-base: FAIL!";
68 @debug "function ms-list(): FAIL!";
[all …]
H A D_modular-scale.scss12 @import "modular-scale/function";
13 @import "modular-scale/function-list";
/template/breeze/bower_components/gumby/sass/extensions/sassy-math/stylesheets/
H A D_math.scss20 @function rand() {
27 @function percent($number) {
68 @function fact($number) {
156 @function sinh($number) {
162 @function cosh($number) {
168 @function tanh($number) {
190 @function log($number) {
194 @function ln($number) {
253 @function √($number) {
269 @function golden() {
[all …]
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
H A 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/
H A 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/twigstarter/vendor/twig/twig/src/
H A 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;
H A DExpressionParser.php761 if (false === $function = $this->env->getFunction($name)) {
768 if ($function->isDeprecated()) {
769 $message = sprintf('Twig Function "%s" is deprecated', $function->getName());
770 if (!\is_bool($function->getDeprecatedVersion())) {
771 $message .= sprintf(' since version %s', $function->getDeprecatedVersion());
773 if ($function->getAlternative()) {
774 $message .= sprintf('. Use "%s" instead', $function->getAlternative());
782 return $function->getNodeClass();
/template/twigstarter/
H A 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/
H A 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){
H A D_strip-units.scss3 @function strip-units($number) {
/template/simple/
H A Dcsshover3.htc24 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) {
230 unload:function() {
[all …]
/template/a_new_day/
H A Dcsshover3.htc24 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) {
230 unload:function() {
[all …]
/template/vector/static/3rd/vector/
H A Dcsshover.htc24 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) {
230 unload:function() {
[all …]
/template/breeze/bower_components/modular-scale/stylesheets/modular-scale/
H A D_tests.scss4 // Test if the pow() function exists
5 @function ms-pow-exists() {
15 @function ms-gem-exists() {
H A 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) {
H A 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/arctic-mbo/
H A Dscript.js.old10 function addSbLeftTocToggle() {
32 function toggleSbLeftToc() {
49 function addSbRightTocToggle() {
71 function toggleSbRightToc() {
90 addInitEvent(function(){
H A Dscript.js.old210 function addSbLeftTocToggle() {
33 function toggleSbLeftToc() {
50 function addSbRightTocToggle() {
72 function toggleSbRightToc() {
91 jQuery(function(){
/template/twigstarter/vendor/twig/twig/src/Sandbox/
H A 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/breeze/bower_components/gumby/sass/extensions/modular-scale/stylesheets/
H A 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 …]
/template/twigstarter/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/twigstarter/vendor/twig/twig/src/NodeVisitor/
H A DSafeAnalysisNodeVisitor.php111 $function = $env->getFunction($name);
112 if (false !== $function) {
113 $this->setSafe($node, $function->getSafe($args));
/template/mnml-blog/js/iepngfix/
H A Diepngfix.htc22 IEPNGFix.fix = function(elm, src, t) {
70 IEPNGFix.process = function(elm, init) {
105 return setTimeout(function() {
155 IEPNGFix.childFix = function(elm) {
188 IEPNGFix.hook = function() {
/template/prsnl10/js/iepngfix/
H A Diepngfix.htc22 IEPNGFix.fix = function(elm, src, t) {
70 IEPNGFix.process = function(elm, init) {
105 return setTimeout(function() {
155 IEPNGFix.childFix = function(elm) {
188 IEPNGFix.hook = function() {
/template/incognitek/
H A Diepngfix.htc17 function filt(s, m)
27 function doFix()

12345678910>>...12