Home
last modified time | relevance | path

Searched refs:Crush (Results 1 – 25 of 771) sorted by relevance

12345678910>>...31

/dports/www/elgg/elgg-3.3.23/vendor/css-crush/css-crush/lib/
H A Dfunctions.php7 use CssCrush\Crush; alias
19 Crush::$process = new CssCrush\Process($options, array('type' => 'file', 'data' => $file));
27 return new CssCrush\File(Crush::$process);
91 Crush::$process = new CssCrush\Process($options, array('type' => 'filter', 'data' => $string));
93 return Crush::$process->compile()->__toString();
106 $pointer = $object_name === 'options' ? Crush::$config->options : Crush::$config;
129 $pointer = $object_name === 'options' ? Crush::$config->options : Crush::$config;
185 return Crush::$config->version;
196 $process = Crush::$process;
/dports/www/elgg/elgg-3.3.23/vendor/css-crush/css-crush/lib/CssCrush/
H A DCrush.php9 class Crush class
249 $process = Crush::$process;
288 Crush::$process->errors[] = $message;
289 $logger = Crush::$config->logger;
297 Crush::$process->warnings[] = $message;
298 $logger = Crush::$config->logger;
306 Crush::$config->logger->debug($message, $context);
310 Crush::$config->logger->$type($message, $context);
314 Crush::init();
H A DPlugin.php15 $plugin_dirs = Crush::$config->pluginDirs;
60 foreach (Crush::$config->pluginDirs as $plugin_dir) {
75 $plugin_load(Crush::$process);
87 $plugin['enable'](Crush::$process);
98 $plugin['disable'](Crush::$process);
H A DProcess.php13 $config = Crush::$config;
15 Crush::loadAssets();
37 $this->io = new Crush::$config->io($this);
153 $file = Crush::$dir . '/boilerplate.txt';
363Crush::$process->vars = Crush::$process->string->captureDirectives(array('set', 'define'), array(
366 )) + Crush::$process->vars;
372 $this->vars += Crush::$config->vars;
413 return Crush::$process->vars[$name];
425 return Crush::$process->vars[$varName];
514 $fragments =& Crush::$process->fragments;
[all …]
H A DUtil.php86 … $docRoot = isset(Crush::$process->docRoot) ? Crush::$process->docRoot : Crush::$config->docRoot;
98 $path = Crush::$config->scriptDir . '/' . $path;
238 $value = Crush::$process->tokens->get($value)->value;
241 $value = Crush::$process->tokens->get($value);
H A DUrl.php25 $this->value = trim(Crush::$process->tokens->pop($raw_value), '\'"');
104 $path = Crush::$process->docRoot .
122 $this->prepend(Crush::$process->input->dirUrl . '/');
134 $file = Crush::$process->docRoot . $this->toRoot()->value;
H A DSelector.php30 if (Crush::$process->minifyOutput) {
63 $str = Crush::$process->tokens->restore($str, 's');
71 $process = Crush::$process;
H A DTemplate.php136 $str = Crush::$process->tokens->capture($str, 's');
137 $str = Crush::$process->tokens->capture($str, 'u');
144 $str = Crush::$process->tokens->restore($str, array('u', 's'), true);
H A DDeclaration.php47Crush::$process->hooks->run('declaration_preprocess', array('property' => &$property, 'value' => &…
63 if (Crush::$process->minifyOutput) {
99 $this->value = Crush::$process->functions->apply($this->value, $context);
H A DRule.php31 $process = Crush::$process;
40 $process = Crush::$process;
91 $references =& Crush::$process->references;
H A DSettings.php33 return isset(Crush::$process->vars[$var_name]) ?
34 Crush::$process->vars[$var_name] : null;
H A DFragment.php27 … $fragment = isset(Crush::$process->fragments[$name]) ? Crush::$process->fragments[$name] : null;
H A DVersion.php81 if (! $attempted && file_exists(Crush::$dir . '/.git')) {
83 $command = 'cd ' . escapeshellarg(Crush::$dir) . ' && git describe --tag --long';
H A DDeclarationList.php128 $aliased_properties =& Crush::$process->aliases['properties'];
196 $function_aliases =& Crush::$process->aliases['functions'];
197 $function_alias_groups =& Crush::$process->aliases['function_groups'];
317 $declaration_aliases =& Crush::$process->aliases['declarations'];
408Crush::$process->hooks->run('declaration_preprocess', array('property' => &$property, 'value' => &…
/dports/www/elgg/elgg-3.3.23/vendor/css-crush/css-crush/misc/
H A Dformatters.php9 Crush::$config->formatters = array(
17 $EOL = Crush::$process->newline;
26 $EOL = Crush::$process->newline;
43 $EOL = Crush::$process->newline;
/dports/games/vavoom/vavoom-1.33/utils/editing/dbuilder2/Includes/
H A DVavoom_Linedefs.cfg226 title = "Crush Mode";
566 title = "Crush Mode";
633 title = "Crush Mode";
637 43 // Ceiling Crush Once
641 title = "Crush Mode";
650 title = "Crush Mode";
710 title = "Crush Damage";
784 title = "Crush Damage";
789 title = "Crush Mode";
821 title = "Crush Mode";
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/css-crush/css-crush/plugins/
H A Drem.php31 $just_font_props = ! Crush::$process->settings->get('rem-all', false);
38 $mode = Crush::$process->settings->get('rem-mode', $modes[0]);
41 $base = Crush::$process->settings->get('rem-base', 16);
H A Dsvg.php37Crush::$process->misc->svg_defs[strtolower($m['name'])] = new Template($m['block_content']);
44 $process = Crush::$process;
454 $text = Crush::$process->tokens->restore($element->data['text'], 's', true);
598 trim(Crush::$process->tokens->get($value), '"\'');;
624 …$functions->generic = new Functions(array_diff_key(Crush::$process->functions->register, $function…
679 $styles = Crush::$process->tokens->restore($styles, array('u', 's'), true);
767 $url = Crush::$process->tokens->get($url);
H A Dpx2em.php19 return px2em($input, 'em', Crush::$process->settings->get('px2em-base', 16));
24 return px2em($input, 'rem', Crush::$process->settings->get('px2rem-base', 16));
/dports/games/pcgen/pcgen/data/pathfinder/paizo/adventure_path/curse_of_the_crimson_throne/ap11/
H A Dap11_races.lst12 …:Special Ability|AUTOMATIC|Frightful Presence|Umbral Breath Weapon|Umbral Crush|Umbral Ghost Bane|…
13 …:Special Ability|AUTOMATIC|Frightful Presence|Umbral Breath Weapon|Umbral Crush|Umbral Ghost Bane|…
14 …:Special Ability|AUTOMATIC|Frightful Presence|Umbral Breath Weapon|Umbral Crush|Umbral Ghost Bane|…
15 …:Special Ability|AUTOMATIC|Frightful Presence|Umbral Breath Weapon|Umbral Crush|Umbral Ghost Bane|…
17Crush|Umbral Frightful Presence|Umbral Ghost Bane|Umbral Hide|Umbral Immunities LEGS:4 NATURALA…
18Crush|Umbral Frightful Presence|Umbral Ghost Bane|Umbral Hide|Umbral Immunities LEGS:4 NATURALA…
19Crush|Umbral Frightful Presence|Umbral Ghost Bane|Umbral Hide|Umbral Immunities LEGS:4 NATURALA…
20Crush|Umbral Frightful Presence|Umbral Ghost Bane|Umbral Hide|Umbral Immunities LEGS:4 NATURALA…
21Crush|Umbral Frightful Presence|Umbral Ghost Bane|Umbral Hide|Umbral Immunities|Umbral Tail Sweep …
22Crush|Umbral Frightful Presence|Umbral Ghost Bane|Umbral Hide|Umbral Immunities|Umbral Tail Sweep …
[all …]
/dports/games/pcgen/pcgen/data/35e/paizo/adventure_path/curse_of_the_crimson_throne/chapter_5_skeletons_of_scarwall/
H A Dpf11_race.lst12 …:Special Ability|AUTOMATIC|Frightful Presence|Umbral Breath Weapon|Umbral Crush|Umbral Ghost Bane|…
13 …:Special Ability|AUTOMATIC|Frightful Presence|Umbral Breath Weapon|Umbral Crush|Umbral Ghost Bane|…
14 …:Special Ability|AUTOMATIC|Frightful Presence|Umbral Breath Weapon|Umbral Crush|Umbral Ghost Bane|…
15 …:Special Ability|AUTOMATIC|Frightful Presence|Umbral Breath Weapon|Umbral Crush|Umbral Ghost Bane|…
17Crush|Umbral Frightful Presence|Umbral Ghost Bane|Umbral Hide|Umbral Immunities LEGS:4 NATURALA…
18Crush|Umbral Frightful Presence|Umbral Ghost Bane|Umbral Hide|Umbral Immunities LEGS:4 NATURALA…
19Crush|Umbral Frightful Presence|Umbral Ghost Bane|Umbral Hide|Umbral Immunities LEGS:4 NATURALA…
20Crush|Umbral Frightful Presence|Umbral Ghost Bane|Umbral Hide|Umbral Immunities LEGS:4 NATURALA…
21Crush|Umbral Frightful Presence|Umbral Ghost Bane|Umbral Hide|Umbral Immunities|Umbral Tail Sweep …
22Crush|Umbral Frightful Presence|Umbral Ghost Bane|Umbral Hide|Umbral Immunities|Umbral Tail Sweep …
[all …]
/dports/games/pcgen/pcgen/data/35e/necromancer_games/the_tome_of_horrors_revised/
H A Dtome_of_horrors_races_e.lst11Crush|TOHIT|2 BONUS:WEAPONPROF=Crush|DAMAGE|(STR) MONCSKILL:Intimidate|Knowledge (the Planes)|List…
12Crush|TOHIT|2 BONUS:WEAPONPROF=Crush|DAMAGE|(STR) MONCSKILL:Hide|Knowledge (the Planes)|Listen|Sea…
13Crush|TOHIT|2 BONUS:WEAPONPROF=Crush|DAMAGE|(STR) MONCSKILL:Knowledge (the Planes)|Listen|Search|S…
14Crush|TOHIT|2 BONUS:WEAPONPROF=Crush|DAMAGE|(STR) MONCSKILL:Hide|Listen|Move Silently|Search|Spot|…
/dports/games/vavoom/vavoom-1.33/progs/common/linespec/
H A DCeilingMover.vc62 int Crush;
91 Crush = false;
202 Crush = Arg3; // args[2] = crushing value
219 Crush = Arg3; // args[2] = crushing value
240 Crush = Arg4; // args[3] = crushing value
259 Crush = (Arg5 & 16) ? 20 : 0;
350 Crush = Arg5; // args[4] = crushing value
456 res = MovePlane(Sector, Speed * deltaTime, BottomDist, Crush, 1,
H A DPillar.vc33 int Crush;
100 Crush = InCrush * Arg4;
187 Crush, 0, Direction, true);
190 CeilingDest, Crush, 1, -Direction, true);
/dports/games/pcgen/pcgen/data/35e/wizards_of_the_coast/rsrd/epic/
H A Drsrd_races_dragons_epic.lst44 …ning,*2,2d8|Tail Slap,Weapon.Natural.Melee.Finesseable.Bludgeoning,*1,4d6|Crush,Weapon.Natural.Mel…
48 …ning,*2,2d8|Tail Slap,Weapon.Natural.Melee.Finesseable.Bludgeoning,*1,4d6|Crush,Weapon.Natural.Mel…
49 …ning,*2,4d6|Tail Slap,Weapon.Natural.Melee.Finesseable.Bludgeoning,*1,4d8|Crush,Weapon.Natural.Mel…
52 …ning,*2,2d8|Tail Slap,Weapon.Natural.Melee.Finesseable.Bludgeoning,*1,4d6|Crush,Weapon.Natural.Mel…
53 …ning,*2,4d6|Tail Slap,Weapon.Natural.Melee.Finesseable.Bludgeoning,*1,4d8|Crush,Weapon.Natural.Mel…
56 …ning,*2,4d6|Tail Slap,Weapon.Natural.Melee.Finesseable.Bludgeoning,*1,4d8|Crush,Weapon.Natural.Mel…
63 …ning,*2,2d8|Tail Slap,Weapon.Natural.Melee.Finesseable.Bludgeoning,*1,4d6|Crush,Weapon.Natural.Mel…
71 …ning,*2,2d8|Tail Slap,Weapon.Natural.Melee.Finesseable.Bludgeoning,*1,4d6|Crush,Weapon.Natural.Mel…
72 …ning,*2,4d6|Tail Slap,Weapon.Natural.Melee.Finesseable.Bludgeoning,*1,4d8|Crush,Weapon.Natural.Mel…
75 …ning,*2,4d6|Tail Slap,Weapon.Natural.Melee.Finesseable.Bludgeoning,*1,4d8|Crush,Weapon.Natural.Mel…
[all …]

12345678910>>...31