Home
last modified time | relevance | path

Searched refs:map (Results 576 – 589 of 589) sorted by last modified time

1...<<21222324

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconfig.lasso43 var('config') = map(
46 'Subdirectories' = map(
52 'AllowedExtensions' = map(
58 'DeniedExtensions' = map(
/plugin/wysiwyg/fckeditor/editor/dtd/
H A Dfck_xhtml10strict.js32 …D = X({sub:1, bdo:1, 'var':1, sup:1, br:1, kbd:1, map:1, samp:1, b:1, acronym:1, '#':1, abbr:1, co…
36 …g:1, small:1, span:1, hr:1, sub:1, bdo:1, 'var':1, div:1, object:1, sup:1, map:1, dl:1, del:1, fie… property in FCK.DTD.H
94 map: X({form:1, area:1}, A, C),
H A Dfck_xhtml10transitional.js36 H = X({sub:1, img:1, object:1, sup:1, basefont:1, map:1, applet:1, font:1, big:1, small:1}, G) ;
39 …n:1, hr:1, sub:1, bdo:1, 'var':1, div:1, object:1, sup:1, strike:1, dir:1, map:1, dl:1, applet:1, … property in FCK.DTD.K
105 map: X({area:1, form:1, p:1}, A, F, E),
/plugin/virtualkeyboard/vk/extensions/
H A Darrayextensions.js143 if (isUndefined(Array.prototype.map)) {
144 Array.prototype.map = function(func) { method in Array
H A Dregexpextensions.js31 :(isArray(text)?text.map(RegExp.escape).join("|")
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php452 function map($template = FALSE) function in BIBFORMAT
H A DPARSESTYLE.php22 function parseStringToArray($type, $subject, $map = FALSE) argument
26 if($map)
27 $this->map = $map;
28 $search = join('|', $this->map->$type);
H A DBIBSTYLE.php135 $pString = $this->bibformat->map();
H A DREADME.txt196 BIBFORMAT::map()
197 STRING $bibformat->map();
198 After you have added resource elements to the $item array using the methods above, calling map() wi…
227 $string = $bibformat->map();
250 $string = $bibformat->map();
/plugin/bibtex/OSBib/create/
H A DPREVIEWSTYLE.php47 $map = new STYLEMAP();
53 $templateArray = ADMINSTYLE::parseStringToArray($type, $templateString, $map, TRUE);
132 $pString = $this->bibformat->map();
588 else if ($type == 'map')
H A DADMINSTYLE.php338 $this->map = new STYLEMAP();
449 $availableFields = join(', ', $this->map->citation);
565 $this->map = new STYLEMAP();
566 $types = array_keys($this->map->types);
914 if($map)
915 $this->map = $map;
916 $search = join('|', $this->map->$type);
1053 $this->map = new STYLEMAP();
1056 $types = array_keys($this->map->types);
1302 $this->map = new STYLEMAP();
[all …]
/plugin/bibtex/OSBib/
H A DSTYLEMAP.php425 $this->map = $this->basic;
426 $this->map['creator1'] = 'cartographer';
427 $this->map['creator5'] = 'seriesEditor';
428 $this->map['field1'] = 'seriesTitle';
429 $this->map['field2'] = 'type';
430 $this->map['field3'] = 'edition';
431 $this->map['publisherName'] = 'publisherName';
432 $this->map['publisherLocation'] = 'publisherLocation';
433 $this->map['isbn'] = 'ISBN';
H A DSTYLEMAPBIBTEX.php465 $this->map = $this->basic;
466 $this->map['creator1'] = 'cartographer';
467 $this->map['creator5'] = 'seriesEditor';
468 $this->map['field1'] = 'seriesTitle';
469 $this->map['field2'] = 'type';
470 $this->map['field3'] = 'edition';
471 $this->map['publisherName'] = 'publisherName';
472 $this->map['publisherLocation'] = 'publisherLocation';
473 $this->map['isbn'] = 'ISBN';
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1map:1,set:1,bitset:1,multiset:1,multimap:1}};return{dM:{l:[hljs.UIR],i:"</",c:["comment","string",… property in hljs.LANGUAGES.cpp.a.built_in

1...<<21222324