Home
last modified time | relevance | path

Searched refs:map (Results 551 – 575 of 589) sorted by path

1...<<21222324

/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js213 try{for(var name in map){try{values.push(map[name])
2898 var cacheAPI={get:function(key){return map.hasOwnProperty(key)?map[key]:null
2902 }if(!map.hasOwnProperty(id)){map[id]=element;
2909 }}delete map[id];
2914 },each:function(callback){for(var key in map){if(map.hasOwnProperty(key)){callback(key,map[key])
2920 }},clear:function(){for(var id in map){var element=map[id];
3843 var map={};
3848 }map[name]=1;
7203 i<map.length;
7204 ++i){if(map[i].name==propName){map.splice(i,1);
[all …]
/plugin/webdav/vendor/composer/
H A Dautoload_real.php32 $map = require __DIR__ . '/autoload_namespaces.php';
33 foreach ($map as $namespace => $path) {
37 $map = require __DIR__ . '/autoload_psr4.php';
38 foreach ($map as $namespace => $path) {
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1668 * Added: VObject library can now automatically map iCalendar properties to
2192 * Added: Plugin to automatically map GET requests to non-files to PROPFIND
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php581 $map = [
588 if (isset($map[$ext])) {
589 $mime = $map[$ext];
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css354 .oi[data-glyph=map-marker]:before { content:'\e090'; }
356 .oi[data-glyph=map]:before { content:'\e091'; }
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DText.php286 $map = function ($items) use ($values, $writer) {
310 $map([
320 $map([
327 $map([
339 $map([
/plugin/webdav/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php17 public static $map = null; variable in Sabre\\VObject\\TimeZoneUtil
162 if (isset(self::$map[$tzid])) {
163 return new \DateTimeZone(self::$map[$tzid]);
171 if (isset(self::$map[$tzidAlternate])) {
172 return new \DateTimeZone(self::$map[$tzidAlternate]);
238 if (!is_null(self::$map)) {
242 self::$map = array_merge(
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md53 capabilities to map between ValueObjects and XML.
/plugin/webdavclient/vendor/composer/
H A Dautoload_real.php26 $map = require __DIR__ . '/autoload_namespaces.php';
27 foreach ($map as $namespace => $path) {
31 $map = require __DIR__ . '/autoload_psr4.php';
32 foreach ($map as $namespace => $path) {
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Dfetch_windows_zones.php22 if (!isset($map[$from])) {
23 $map[$from] = $to;
28 ksort($map);
44 fwrite($f, var_export($map, true) . ';');
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php17 public static $map = null; variable in Sabre\\VObject\\TimeZoneUtil
163 if (isset(self::$map[$tzid])) {
164 return new \DateTimeZone(self::$map[$tzid]);
239 if (!is_null(self::$map)) return;
241 self::$map = array_merge(
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DTimeZoneUtilTest.php10 TimezoneUtil::$map = null;
42 TimeZoneUtil::$map
/plugin/wikipediasnippet/conf/
H A Dlang2dir.conf134 map-bms ltr #Banyumasan
/plugin/wrap/conf/
H A Dlang2dir.conf134 map-bms ltr #Banyumasan
/plugin/wrap/
H A Dhelper.php790 static $map = array (
802 if (array_key_exists($class, $map)) {
803 $name .= $map [$class];
/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/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/js/
H A Dfckeditorcode_gecko.js50map:1,applet:1,font:1,big:1,small:1},G);I=X({p:1},H);J=X({iframe:1},H,B);K={img:1,noscript:1,br:1,… property in FCK.DTD.K
H A Dfckeditorcode_ie.js51map:1,applet:1,font:1,big:1,small:1},G);I=X({p:1},H);J=X({iframe:1},H,B);K={img:1,noscript:1,br:1,… property in FCK.DTD.K
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js124 var map = options.map || function (datum) {
163 worksheet.addRow(data.map(map));
202 var map = options.map || function (value) {
245 csvStream.write(values.map(map));
6935 map: function map(obj, cb) {
8804 _this.map = {
9201 this.map = {
9593 _this.map = {
9748 _this.map = {
18142 if (this.map.tabColor.model || this.map.pageSetUpPr.model || this.map.outlinePr.model) {
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dcpexcel.full.mjs1165 if(typeof data === "string") return utf8_d(data.split("").map(cca));
1377 if(!has_buf) return (ofmt == 'str') ? (out/*:any*/).map(sfcc).join("") : out;
1384 if(typeof data === "string") return decode(cp, data.split("").map(cca));
H A Dxlsx.mjs5366 ].map(function(x) {
9937 return rs.map(r_to_html).join("");
18767 case 'map' /*case 'Map'*/: break;
18997 return comments.map(function(c) {
22054 case 'map': // <style:map> 16.3
22311 case 'config-item-map-indexed': // TODO: <office:config-item-map-indexed>
22312 case 'config-item-map-entry': // TODO: <office:config-item-map-entry>
22313 case 'config-item-map-named': // TODO: <office:config-item-map-entry>
22359 case 'map': break; // 16.3 <style:map>
24331 }).map(function(x) {
[all …]
/plugin/xlsx2dw/
H A Dscript.js49 let maxCellsPerRow = Math.max(...table.map(row => row.length));
87 …eJSON["office:document-content"]["office:automatic-styles"]["style:style"].map(style => [style["-s…
109 row = [].concat(...[row["table:covered-table-cell"], row["table:table-cell"]].map(row => {
226 .map((item) => {
371 .map(formattedRow => {
374 .map((cell) => setStyle(cell))
/plugin/yearbox/build/
H A DpluginInfoVersionUpdater.js10 .map(line => {
13 .map( piece => piece.trim()) })
20 .map( ([key, value]) => key.padEnd(longestKey) + ' ' + value)

1...<<21222324