Home
last modified time | relevance | path

Searched refs:format (Results 976 – 1000 of 1384) sorted by relevance

1...<<31323334353637383940>>...56

/plugin/jcapture/lib/
H A Dtransform-3.0.2.jar ... transform.action.Action { private static final String FORMAT private final transient byte[] data public void < ...
/plugin/pdfjs/pdfjs/web/locale/hsb/
H A Dviewer.properties109 document_properties_page_size_orientation_portrait=wysoki format
110 document_properties_page_size_orientation_landscape=prěčny format
/plugin/xcom/lang/en/
H A Dhowto.txt28 …e the timestamp for you. Enter the date in the ''Options'' box in this format: yyyy-mm-dd, for …
62 …s file is not required but it can be convenient. The file structure is based on the php,ini format:
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dstructure.txt33 where data is stored in a consistant format: HTML-compatible
388 ['au']=>array() { // AU - Next/Sun AUdio format
755 ['format']=>integer() //
1182 …['ogg']=>array() { // OGG - container format for Ogg Vorbis, OggFLAC, Sp…
1572 … // RIFF (Resource Interchange File Format) - audio/video container format (AVI, WAV, CDDA, e…
2095 ['tak_audio']=>array() { // TAK - Tom's lossless Audio Kompressor format
2120 ['voc']=>array() { // VOC - SoundBlaster VOC audio format
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconnector.lasso34 var('headerDate') = date_localtogmt(date)->format('%a, %d %b %Y %T GMT');
/plugin/file2dw/
H A DREADME.md12 …) .odt, .doc, .docx formats. It should also work with any other document format that pandoc suppor…
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DInlineTest.php554 $this->assertSame($timezone, $date->format('O'));
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DAsyncSearchNamespace.asciidoc94 $params['lenient'] = (boolean) Specify whether format-based query failures (such as providing text to a numeric field) should be ignored
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A DGNUFreeFontinfo.txt91 The files with .sfd (Spline Font Database) are in FontForge's native format.
/plugin/ol3/
H A Dscript.js1 …functionality":{js:"0.45.0",android:"6.5.0",ios:"4.2.0",macos:"0.9.0"}}},format:{doc:'Returns a `f… method in v
8format,r.overlaps_=void 0===n.overlaps||n.overlaps,r.url_=n.url,void 0!==n.loader?r.loader_=n.load…
/plugin/jmol2/jmol/
H A DCHANGES.txt594 # new feature: format("sprintf format", a, b, c, ...)
602 # new feature: (value).label("C++ printf format")
793 # bug fix: biomolecules for new PDB format
1220 # new feature: JVXL format supports polygonColixes[]
1506 # JVXL 2.0 format enhancements
1576 # bug fix: more lenient MopacGraphF format resolving
2388 # new feature: "%T" label format for straightness
3595 # new feature: Spartan06 file format reader
4552 # colors must be [xRRGGBB] format for this one
5670 # Measurement format strings can be set using
[all …]
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js2672 format = format.replace(/^Y+[^\w\s]*|[^\w\s]*Y+$/g, '');
2674 format += ' ddd'; // for RTL, add day-of-week to end
2677 format = 'ddd ' + format; // for LTR, add day-of-week to beginning
2679 return format;
4703 return start.format(formatStr);
4823 moment_ext_1.newMomentProto.format = function () {
6900 ' data-date="' + date.format('YYYY-MM-DD') + '"' :
7485 ' data-date="' + date.format() + '"' :
9422 params[startParam] = start.format();
9423 params[endParam] = end.format();
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorMenuBar.java.bak251 // Creates the format menu
252 menu = add(new JMenu(mxResources.get("format")));
611 * Adds menu items to the given format menu. This is factored out because
612 * the format menu appears in the menubar and also in the popupmenu.
H A DEditorActions.java424 PageFormat format = pj.pageDialog(graphComponent in actionPerformed() local
427 if (format != null) { in actionPerformed()
428 graphComponent.setPageFormat(format); in actionPerformed()
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.beautified69 …ecified for the inline style must consist of one or more tuples with the format of "name : value",…
351 format: {
771 CKEDITOR.lang.en.format["panelTitle"] = "Section Headers";
772 CKEDITOR.lang.en.format["label"] = "Headlines";
H A Den.js.unc5format of \"name : value\", separated by semi-colons.","cssLengthTooltip":"Enter a number for a va…
138 CKEDITOR.lang.en["format"]["panelTitle"] = "Section Headers";
139 CKEDITOR.lang.en["format"]["label"] = "Headlines";
/plugin/photogallery/lightGallery/css/
H A Dlightgallery.css7format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n…
H A Dlightgallery.min.css1format("embedded-opentype"),url(../fonts/lg.woff?n1z373) format("woff"),url(../fonts/lg.ttf?n1z373…
/plugin/git/
H A Dhelper.php397 $renderer->doc .= $tdf->format($df);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DXmlDriver.php362 if (!isset($method->attributes()->format)) {
/plugin/tuxquote/
H A Dimages-license.txt5 Share - copy and redistribute the material in any medium or format
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php314 $html .= $this->escapeHTML($lastMod->format('F j, Y, g:i a'));
/plugin/odt/
H A Dexample.css10 * which are not known to CSS but exist in ODT format as ODT XML
/plugin/combo/vendor/antlr/antlr4-php-runtime/
H A DREADME.md126 Programmers run into parsing problems all the time. Whether it’s a data format like JSON, a network protocol like SMTP, a server configuration file for Apache, a PostScript/PDF file, or a simple spreadsheet macro language—ANTLR v4 and this book will demystify the process. ANTLR v4 has been rewritten from scratch to make it easier than ever to build parsers and the language applications built on top. This completely rewritten new edition of the bestselling Definitive ANTLR Reference shows you how to take advantage of these new features.
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js1450 }var format=oSTR[name];
1488 }format=format.substr(m.index+m[0].length)
1489 }parts.push(format);
3974 i<part.format.length;
4009 this.format=format
4040 j<part.format.length;
4053 j<part.format.length;
5709 }var format=objects[0];
5711 if(typeof(format)!="string"){format="";
5904 }format=format.substr(m.index+m[0].length)
[all …]

1...<<31323334353637383940>>...56