Home
last modified time | relevance | path

Searched refs:map (Results 1 – 25 of 189) sorted by relevance

12345678

/template/twigstarter/vendor/twig/twig/src/RuntimeLoader/
DFactoryRuntimeLoader.php21 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/
Dautoload_real.php37 $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/
Dbootstrap.php28 …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
Dbootstrap80.php24 …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
DMbstring.php301 $map = $upper;
311 $map = $lower;
324 if (isset($map[$uchr])) {
325 $uchr = $map[$uchr];
/template/twigstarter/vendor/symfony/polyfill-php72/
DPhp72.php76 $map = [
86 return isset($map[\PHP_OS]) ? $map[\PHP_OS] : 'Unknown';
/template/strap/vendor/symfony/polyfill-mbstring/
H A Dbootstrap.php28 …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 Dbootstrap80.php24 …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 DMbstring.php301 $map = $upper;
315 $map = $lower;
328 if (isset($map[$uchr])) {
329 $uchr = $map[$uchr];
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DRecognizer.php107 $map = $this->getTokenTypeMap();
109 return $map[$tokenName] ?? Token::INVALID_TYPE;
/template/strap/resources/snippet/js/
H A Dtoast.js4 toastElements.map(function (toastElement) {
/template/mikio/icons/bootstrap-icons/svg/
H A Dmap.svg1 <svg class="bi bi-map" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http…
/template/notepad/css/
Dreset.css5 dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, selector
/template/battlehorse/js/
Ddragdrop.js317 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) {
Dprototype.js206 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 …]
Dslider.js36 this.values = this.handles.map( function() { return 0 });
37 … this.spans = this.options.spans ? this.options.spans.map(function(s){ return $(s) }) : false;
Deffects.js511 …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/
Ddragdrop.js317 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) {
Dprototype.js206 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 …]
Dslider.js36 this.values = this.handles.map( function() { return 0 });
37 … this.spans = this.options.spans ? this.options.spans.map(function(s){ return $(s) }) : false;
Deffects.js511 …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/
Dbootstrap-scrollspy.js56 .map(function () {
/template/sprintdoc/css/
H A Dtemplate_detail.less124 .os-map {
/template/parallax/css/
Dcore.css181 a.symbol.map:before {
277 .round-icons a.symbol.map,
278 .legacy-icons a.symbol.map {
/template/parallax/lib/css/
Dcore.css186 a.symbol.map:before {
282 .round-icons a.symbol.map,
283 .legacy-icons a.symbol.map {

12345678