| /template/twigstarter/vendor/twig/twig/src/RuntimeLoader/ |
| D | FactoryRuntimeLoader.php | 21 private $map; variable in Twig\\RuntimeLoader\\FactoryRuntimeLoader 24 * @param array $map An array where keys are class names and values factory callables 26 public function __construct(array $map = []) argument 28 $this->map = $map; 33 if (isset($this->map[$class])) { 34 $runtimeFactory = $this->map[$class];
|
| /template/twigstarter/vendor/composer/ |
| D | autoload_real.php | 37 $map = require __DIR__ . '/autoload_namespaces.php'; 38 foreach ($map as $namespace => $path) { 42 $map = require __DIR__ . '/autoload_psr4.php'; 43 foreach ($map as $namespace => $path) {
|
| /template/twigstarter/vendor/symfony/polyfill-mbstring/ |
| D | bootstrap.php | 28 …n mb_decode_numericentity($string, $map, $encoding = null) { return p\Mbstring::mb_decode_numerice… argument 31 …code_numericentity($string, $map, $encoding = null, $hex = false) { return p\Mbstring::mb_encode_n… argument
|
| D | bootstrap80.php | 24 …string $string, array $map, ?string $encoding = null): string { return p\Mbstring::mb_decode_numer… argument 27 …ring, array $map, ?string $encoding = null, ?bool $hex = false): string { return p\Mbstring::mb_en… argument
|
| D | Mbstring.php | 301 $map = $upper; 311 $map = $lower; 324 if (isset($map[$uchr])) { 325 $uchr = $map[$uchr];
|
| /template/twigstarter/vendor/symfony/polyfill-php72/ |
| D | Php72.php | 76 $map = [ 86 return isset($map[\PHP_OS]) ? $map[\PHP_OS] : 'Unknown';
|
| /template/strap/vendor/symfony/polyfill-mbstring/ |
| H A D | bootstrap.php | 28 …n mb_decode_numericentity($string, $map, $encoding = null) { return p\Mbstring::mb_decode_numerice… argument 31 …code_numericentity($string, $map, $encoding = null, $hex = false) { return p\Mbstring::mb_encode_n… argument
|
| H A D | bootstrap80.php | 24 …string $string, array $map, ?string $encoding = null): string { return p\Mbstring::mb_decode_numer… argument 27 …ring, array $map, ?string $encoding = null, ?bool $hex = false): string { return p\Mbstring::mb_en… argument
|
| H A D | Mbstring.php | 301 $map = $upper; 315 $map = $lower; 328 if (isset($map[$uchr])) { 329 $uchr = $map[$uchr];
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/ |
| H A D | Recognizer.php | 107 $map = $this->getTokenTypeMap(); 109 return $map[$tokenName] ?? Token::INVALID_TYPE;
|
| /template/strap/resources/snippet/js/ |
| H A D | toast.js | 4 toastElements.map(function (toastElement) {
|
| /template/mikio/icons/bootstrap-icons/svg/ |
| H A D | map.svg | 1 <svg class="bi bi-map" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http…
|
| /template/notepad/css/ |
| D | reset.css | 5 dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, selector
|
| /template/battlehorse/js/ |
| D | dragdrop.js | 317 this.offset = [0,1].map( function(i) { return (pointer[i] - pos[i]) }); 451 var p = [0,1].map(function(i){ 460 p = p.map( function(v, i) { 463 p = p.map( function(v) { 873 return $(this.findElements(element, options) || []).map( function(item) { 905 return Sortable.tree(element, arguments[1]).children.map( function (item) { 907 encodeURIComponent(item.id)].concat(item.children.map(arguments.callee)); 910 return Sortable.sequence(element, arguments[1]).map( function(item) {
|
| D | prototype.js | 206 return (this.match(matchAll) || []).map(function(scriptTag) { 212 return this.extractScripts().map(function(script) { return eval(script) }); 343 return slices.map(iterator); 430 return this.map(function(value) { 482 return this.map(function(value, index) { 491 return this.map(); 499 var collections = [this].concat(args).map($A); 500 return this.map(function(value, index) { 515 map: Enumerable.collect, 606 return '[' + this.map(Object.inspect).join(', ') + ']'; [all …]
|
| D | slider.js | 36 this.values = this.handles.map( function() { return 0 }); 37 … this.spans = this.options.spans ? this.options.spans.map(function(s){ return $(s) }) : false;
|
| D | effects.js | 511 …this._base = $R(0,2).map(function(i){ return parseInt(this.options.startcolor.slice(i*2+1,i*2+3),… 512 …this._delta = $R(0,2).map(function(i){ return parseInt(this.options.endcolor.slice(i*2+1,i*2+3),16… 967 return $R(0,2).map(function(i){ 971 this.transforms = this.style.map(function(pair){ 1037 this.tracks.map(function(track){ 1039 …return elements.map(function(e){ return new track.effect(e, Object.extend({ sync:true }, track.opt…
|
| /template/a_new_day/js/ |
| D | dragdrop.js | 317 this.offset = [0,1].map( function(i) { return (pointer[i] - pos[i]) }); 451 var p = [0,1].map(function(i){ 460 p = p.map( function(v, i) { 463 p = p.map( function(v) { 873 return $(this.findElements(element, options) || []).map( function(item) { 905 return Sortable.tree(element, arguments[1]).children.map( function (item) { 907 encodeURIComponent(item.id)].concat(item.children.map(arguments.callee)); 910 return Sortable.sequence(element, arguments[1]).map( function(item) {
|
| D | prototype.js | 206 return (this.match(matchAll) || []).map(function(scriptTag) { 212 return this.extractScripts().map(function(script) { return eval(script) }); 343 return slices.map(iterator); 430 return this.map(function(value) { 482 return this.map(function(value, index) { 491 return this.map(); 499 var collections = [this].concat(args).map($A); 500 return this.map(function(value, index) { 515 map: Enumerable.collect, 606 return '[' + this.map(Object.inspect).join(', ') + ']'; [all …]
|
| D | slider.js | 36 this.values = this.handles.map( function() { return 0 }); 37 … this.spans = this.options.spans ? this.options.spans.map(function(s){ return $(s) }) : false;
|
| D | effects.js | 511 …this._base = $R(0,2).map(function(i){ return parseInt(this.options.startcolor.slice(i*2+1,i*2+3),… 512 …this._delta = $R(0,2).map(function(i){ return parseInt(this.options.endcolor.slice(i*2+1,i*2+3),16… 967 return $R(0,2).map(function(i){ 971 this.transforms = this.style.map(function(pair){ 1037 this.tracks.map(function(track){ 1039 …return elements.map(function(e){ return new track.effect(e, Object.extend({ sync:true }, track.opt…
|
| /template/templar/js/ |
| D | bootstrap-scrollspy.js | 56 .map(function () {
|
| /template/sprintdoc/css/ |
| H A D | template_detail.less | 124 .os-map {
|
| /template/parallax/css/ |
| D | core.css | 181 a.symbol.map:before { 277 .round-icons a.symbol.map, 278 .legacy-icons a.symbol.map {
|
| /template/parallax/lib/css/ |
| D | core.css | 186 a.symbol.map:before { 282 .round-icons a.symbol.map, 283 .legacy-icons a.symbol.map {
|