Home
last modified time | relevance | path

Searched refs:altFormat (Results 1 – 20 of 20) sorted by relevance

/dports/devel/libphonenumber/libphonenumber-8.12.39/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/model/
H A DAltFormatsSchemaTest.java42 altFormat("123 XXX XXXX", "foo", "Hello World"))) in testSimple_export()
56 altFormat("123 XXX XXXX", "foo", "Hello World")); in testSimple_import()
63 altFormat("123 XXX XXXX", "foo", "\tHello\nWorld\\"))) in testEscapedText_export()
77 altFormat("123 XXX XXXX", "foo", "\tHello\nWorld\\")); in testEscapedText_import()
84 altFormat("123 XXXXXX", "foo", "First"), in testRetainsExplicitOrdering()
85 altFormat("XX XXXX", "bar", "Second"), in testRetainsExplicitOrdering()
86 altFormat("9X XXX XXX", "baz", "Third"))) in testRetainsExplicitOrdering()
95 private AltFormatSpec altFormat(String spec, String parentId, String comment) { in altFormat() method in AltFormatsSchemaTest
/dports/graphics/opencolorio/OpenColorIO-1.1.1/src/core/
H A DFileTransform.cpp472 FileFormat * altFormat = NULL;
478 altFormat = formatRegistry.getRawFormatByIndex(findex);
481 if(altFormat == primaryFormat) continue;
485 cachedFile = altFormat->Read(filestream);
491 os << altFormat->getName();
495 returnFormat = altFormat;
505 os << altFormat->getName();
/dports/graphics/opencolorio-tools/OpenColorIO-1.1.1/src/core/
H A DFileTransform.cpp472 FileFormat * altFormat = NULL;
478 altFormat = formatRegistry.getRawFormatByIndex(findex);
481 if(altFormat == primaryFormat) continue;
485 cachedFile = altFormat->Read(filestream);
491 os << altFormat->getName();
495 returnFormat = altFormat;
505 os << altFormat->getName();
/dports/graphics/py-opencolorio/OpenColorIO-1.1.1/src/core/
H A DFileTransform.cpp472 FileFormat * altFormat = NULL;
478 altFormat = formatRegistry.getRawFormatByIndex(findex);
481 if(altFormat == primaryFormat) continue;
485 cachedFile = altFormat->Read(filestream);
491 os << altFormat->getName();
495 returnFormat = altFormat;
505 os << altFormat->getName();
/dports/devel/libphonenumber/libphonenumber-8.12.39/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DNumberingScheme.java484 for (AltFormatSpec altFormat : altFormats) { in checkAltFormatConsistency()
485 String parentId = altFormat.parentFormatId(); in checkAltFormatConsistency()
487 checkMetadata(parent != null, "unknown parent format ID in alternate format: %s", altFormat); in checkAltFormatConsistency()
488 Set<Integer> altLengths = getLengths(altFormat.template()); in checkAltFormatConsistency()
490 "alternate format lengths must be bounded by parent format lengths: %s", altFormat); in checkAltFormatConsistency() local
495 RangeTree captured = PrefixTree.from(altFormat.prefix()).retainFrom(ranges); in checkAltFormatConsistency()
497 "alternate format must capture some of the parent format ranges: %s", altFormat); in checkAltFormatConsistency()
498 int prefixLength = altFormat.prefix().length(); in checkAltFormatConsistency()
522 checkMetadata(minSpec.equals(altFormat.prefix()), in checkAltFormatConsistency()
524 altFormat.prefix(), minSpec, altFormat); in checkAltFormatConsistency() local
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/fullcalendar/fullcalendar/src/list/
H A DListView.ts199 let altFormat = this.opt('listDayAltFormat') variable
213 (altFormat ?
217 htmlEscape(dayDate.format(altFormat)) // inner HTML
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmaplegend.c106 outputFormatObj *transFormat = NULL, *altFormat=NULL; in msDrawLegendIcon() local
116 (altFormat= msSelectOutputFormat(map, alternativeFormatString))) { in msDrawLegendIcon()
117 msInitializeRendererVTable(altFormat); in msDrawLegendIcon()
120altFormat, image->imagepath, image->imageurl, map->resolution, map->defresolution, &map->imagecolo… in msDrawLegendIcon()
418 if (altFormat) { in msDrawLegendIcon()
H A Dmapdraw.c690 outputFormatObj *altFormat=NULL; in msDrawLayer() local
729 altFormat = msSelectOutputFormat(map, "png24"); in msDrawLayer()
730 msInitializeRendererVTable(altFormat); in msDrawLayer()
732 maskLayer->maskimage= msImageCreate(image->width, image->height,altFormat, in msDrawLayer()
777 altFormat = NULL; in msDrawLayer()
785 (altFormat= msSelectOutputFormat(map, alternativeFomatString))) { in msDrawLayer()
787 msInitializeRendererVTable(altFormat); in msDrawLayer()
790altFormat, image->imagepath, image->imageurl, map->resolution, map->defresolution, &map->imagecolo… in msDrawLayer()
829 if (altFormat) { in msDrawLayer()
H A Dmapwcs.c2153 outputFormatObj *altFormat; in msWCSGetCoverage() local
2166 altFormat = msSelectOutputFormat(map, "png24"); in msWCSGetCoverage()
2167 msInitializeRendererVTable(altFormat); in msWCSGetCoverage()
2169 maskLayer->maskimage= msImageCreate(map->width, map->height, altFormat, in msWCSGetCoverage()
H A Dmapwcs20.c4837 outputFormatObj *altFormat; in msWCSGetCoverage20() local
4852 altFormat = msSelectOutputFormat(map, "png24"); in msWCSGetCoverage20()
4853 msInitializeRendererVTable(altFormat); in msWCSGetCoverage20()
4855 maskLayer->maskimage= msImageCreate(image->width, image->height,altFormat, in msWCSGetCoverage20()
/dports/deskutils/treeline/TreeLine/source/
H A Dfieldformat.py1114 for altFormat in (editorFormat, noSecFormat):
1115 noAmFormat = altFormat.replace('%p', '')
1325 for altFormat in altFormats[:]:
1326 noAmFormat = altFormat.replace('%p', '')
1329 for altFormat in altFormats[:]:
1330 fullYearFormat = altFormat.replace('%y', '%Y')
/dports/cad/fritzing/fritzing-app-0.9.2b/src/items/
H A Dnote.cpp129 QTextFrameFormat altFormat(format); in NoteGraphicsTextItem() local
130 altFormat.setMargin(0); // so document never thinks a mouse click is a move event in NoteGraphicsTextItem()
131 document()->rootFrame()->setFrameFormat(altFormat); in NoteGraphicsTextItem()
/dports/www/thirtybees/thirtybees-1.1.0/admin/themes/default/template/helpers/list/
H A Dlist_header.tpl82 altFormat: 'yy-mm-dd'
/dports/finance/prestashop/prestashop/admin/themes/default/template/helpers/list/
H A Dlist_header.tpl88 altFormat: 'yy-mm-dd'
/dports/sysutils/rundeck2/pkgs/webapp/assets/
H A Djquery-ui-timepicker-addon.js.map7 …rmatCfg","timeAvailable","formatDate","lastVal","altFormattedDateTime","altFormat","get","_updateD…
H A Djquery-ui.js.map7 …erOfMonths","showCurrentAtPos","stepMonths","stepBigMonths","altField","altFormat","constrainInput…
/dports/security/vaultwarden/web-vault/app/
H A Dmain.8e5494e39b48bad5e654.js.map1altFormat","login_url","identifiers","valObj","expDate","cf","records","categoryText","accountName…
/dports/deskutils/egroupware/egroupware/api/js/
H A Djsapi.min.js.map1 …erOfMonths","showCurrentAtPos","stepMonths","stepBigMonths","altField","altFormat","constrainInput…
/dports/www/nextcloud/nextcloud/core/js/dist/
H A Dmain.js.map1altFormat","constrainInput","showButtonPanel","autoSize","dpDiv","datepicker_bindHover","datepicke…
/dports/www/py-notebook/notebook-6.4.5/notebook/static/notebook/js/
H A Dmain.min.js.map150altFormat:\"\",constrainInput:!0,showButtonPanel:!1,autoSize:!1,disabled:!1},t.extend(this._defaul…