Home
last modified time | relevance | path

Searched refs:strings (Results 426 – 447 of 447) sorted by last modified time

1...<<1112131415161718

/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt340 The following language strings are currently recognized: //abap actionscript-french, actionscript, …
/plugin/jmol2/jmol/
H A DCHANGES.txt505 # new feature: strings may start with ' or ", like JavaScript:
509 # all are implicitly strings. You CAN use "..." but you don't have to,
627 # --A relatively free typing of variables. Jmol is going to save variables as strings
1601 # bug fix: better Escape method for strings
4342 # bug fix: problem with unescaping comma-separated point strings "{1,2,3}" as a point.
4399 # works with strings as well:
5670 # Measurement format strings can be set using
5807 # You can specify how to label a set of bonds using format strings.
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
/plugin/codehighlight/cp/languages/
H A Dvbscript.css25 /* strings */
H A Dsql.css10 s, s b, s u, s a, s i {color:#2A00FF;font-weight:normal;} /* strings */
H A Druby.css7 s, s b, s a, s em, s u {color:#2A00FF;font-weight:normal;} /* strings */
H A Djavascript.css8 s, s b, s u {color:#2A00FF;font-weight:normal;} /* strings */
H A Dphp.css7 s, s b, strong s u, strong s cite {color:#5656fa;font-weight:normal;} /* attributes and strings */
H A Dperl.css8 s, s b, s a, s em, s u {color:#2A00FF;font-weight:normal;} /* strings */
H A Dgeneric.css8 s, s b, s em {color:#2A00FF;font-weight:normal;} /* strings */
H A Djava.css7 s, s b {color:#2A00FF;font-weight:normal;} /* strings */
H A Dcsharp.css9 s, s b {color:#2A00FF;font-weight:normal;} /* strings */
H A Dasp.css25 /* strings */
/plugin/code3/src/
H A Dpsyhi.js60 var strings = { class in PSyHi
133 var s = strings.lang[options.lang]||strings.lang.en;
157 strings.interface = printLangStrings(printToolbar(strings.interface));
175 tc.innerHTML = strings.interface.replace("{STRINGS}",s.join("")).replace("{ID}",id)
/plugin/bibtex/OSBib/
H A DCHANGELOG13 2/ User-defined strings for each of the 12 months may now be supplied in the bibliographic styles.
30 1/ Better support for UTF-8 multibyte strings provided by Andrea Rossato.
/plugin/bibtex/OSBib/format/bibtexParse/
H A DCHANGELOG20 Fixed excessive expansion of @strings in bibtex imports.
45 4/ PARSEENTRIES can parse PHP strings. (loadBibTeXString)
H A DPARSEENTRIES.php110 $this->preamble = $this->strings = $this->entries = array();
304 $this->strings[] = $entry;
347 if(!empty($this->strings) && !$preamble)
350 foreach($this->strings as $key => $value)
421 foreach($this->strings as $value)
429 $strings[trim($matches[0])] = trim($this->extractStringValue($matches[1]));
432 if(isset($strings))
433 $this->strings = $strings;
452 if(empty($this->strings))
453 $this->strings = FALSE;
[all …]
H A DREADME52 …each one an array comprising the fields, entry type and given citation. @strings will be similarly…
61 In other words, an array of separate BibTeX entries with no further processing. @strings will be si…
64 … all double-quotes or braces that enclose field values of BibTeX entries/strings will be removed. …
/plugin/bibtex/OSBib/format/
H A DREADME.txt74 …odeUtf8() instead. Additionally, if you need to manipulate UTF-8-encoded strings with functions su…
115 …odeUtf8() instead. Additionally, if you need to manipulate UTF-8-encoded strings with functions su…

1...<<1112131415161718