Home
last modified time | relevance | path

Searched refs:edition (Results 1 – 22 of 22) sorted by path

/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe37822 ĠExp edition
/plugin/bibtex/OSBib/create/
H A DPREVIEWSTYLE.php197 $edition = stripslashes($this->row[$editionKey]);
198 $this->bibformat->formatEdition($edition);
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php1308 * @param INT $edition
1311 function formatEdition($edition) argument
1314 if(!is_numeric($edition))
1315 … $edition = ($this->output == 'html') ? $this->utf8->utf8_htmlspecialchars($edition) : $edition;
1317 …$edition = ($this->output == 'html') ? $this->utf8->utf8_htmlspecialchars($this->cardinalToOrdinal…
1318 : $this->cardinalToOrdinal($edition);
1319 … $this->item[$this->styleMap->{$type}[array_search('edition', $this->styleMap->$type)]] = $edition;
H A DBIBSTYLE.php209 $edition = stripslashes($this->row[$editionKey]);
210 $this->bibformat->formatEdition($edition);
H A DREADME.txt175 $bibformat->formatEdition($edition);
176edition number to be a cardinal or an ordinal number. If your edition number is stored in the data…
217 3. Resource edition
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64 …e|xdmp:random|xdmp:quote|xdmp:query-trace|xdmp:query-meters|xdmp:product-edition|xdmp:privilege-ro…
/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/conflictmerger/
H A Daction.php109 * against is the revision of the page when the fresh edition was started.
/plugin/conflictmerger/lang/en/
H A Dconflict-solved.txt11 version right now, edit it to make further changes, or cancel the edition.
H A Dconflict-unsolved.txt12 to the new contents, or cancel the edition.
15 latest revision you'll get again this warning page when saving the edition.
/plugin/dokumicrobugtracker/
H A DCHANGELOG7 Version 2011-01-05 Implement Ajax edition, add count feature, remove delete button
H A DREADME.md71 | 2011-01-05 | Implement Ajax edition, add count feature, remove delete button |
/plugin/editions/
H A DREADME8 2. Add a config file named `editions.conf` into the "conf" folder with edition name and language co…
16 a. the edition namespace (configurable via the `editionNamespace` config option)
17 b. needs sub namespaces for each edition
22 edition:laforgue:001
23 edition:machen:001
24 edition:conrad:001
28 4. Optionally, you can add add icons for every edition to the "images" folder. See README in there.
H A Daction.php87 foreach ($this->_getEditions() as $edition => $lang) {
88 …$CSS .= '.editions_editionlist a.'.$edition.' { background-image: url('.$pluginDir.'images/'.$edit…
111 foreach ($this->_getEditions() as $edition => $lang) {
112 if (curNS($ID)!=$edition) {
113 $eLink = wl($this->getConf('editionNamespace').':'.$edition.':'.noNS($ID)).'#'.$pid;
114 $editionLinkTitle = sprintf($this->getLang('editionLinkTitle'), ucfirst($edition));
115 …$editionLinks .= '<li>'.tpl_link($eLink,ucfirst($edition),'class="'.$edition.'" title="'.$editionL…
H A Dscript.js16 var edition = $this.attr('class');
18 fillSnippet(targetURL, targetAnchor, edition);
32 function fillSnippet(targetURL, targetAnchor, edition) { argument
34 var snippetMapKey = edition+'-'+targetAnchor;
H A Dstyle.css63 /* hide purple numbers and edition links in snippet */
/plugin/editions/images/
H A DREADME2 For every edition add one PNG icon (16x16) with the name of the edition as written in editions.conf.
3 E.g. if the edition was named "example", then the icon needs to be named "example.png".
/plugin/mtg/
H A Dsyntax.php67 list($card_name, $edition) = explode("|", $matches[1]);
71 if ($edition != null) {
72 $url .= "&set=" . $edition;
/plugin/passpolicy/
H A D10k-common-passwords.txt9430 edition
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1 …2000-1:2008 specification. However, in the PDF 1.7 reference (sixth\n * edition) Adobe describes …
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt1616 The MS-DOS edition of the multifunction commercial program BOOKUP, version 8.1,
/plugin/refnotes/
H A Drendering.php965 // authors, published. //[[url|title.]]// edition. [format], publisher, pages, isbn. (accessed)
966 // authors, published. chapter In //[[url|title.]]// edition. [format], publisher, pages, isbn. (accessed)
972 // authors, published. //$title// edition. [format], publisher, pages, isbn. (accessed)
973 // authors, published. chapter In //$title// edition. [format], publisher, pages, isbn. (accessed)
979 // $authors? //$title// edition. [format], publisher, pages, isbn. (accessed)
980 // $authors? chapter In //$title// edition. [format], publisher, pages, isbn. (accessed)
1007 // $authors? //$title// edition. $publication?
1008 // $authors? chapter In //$title// edition. $publication?
1172 if ($edition = $data->get('edition')) {
[all...]