Home
last modified time | relevance | path

Searched refs:strings (Results 1 – 25 of 447) sorted by relevance

12345678910>>...18

/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DSetExtHeadingParser.php
/plugin/bibtex/OSBib/format/bibtexParse/
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 …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/PHP/
H A DEvalObjectFactorySniff.php63 $strings = array();
68 $strings[$i] = $tokens[$i]['content'];
104 $strings[$i] = $tokens[$i]['content'];
110 foreach ($strings as $string) {
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DAbstractStringContainerBlock.php
H A DFencedCode.php
/plugin/const/
H A Dclass.evalmath.php669 $strings = array();
670 $strings['an_unexpected_error_occurred'] = 'an unexpected error occurred';
673 $strings['division_by_zero'] = 'division by zero';
674 $strings['expecting_a_closing_bracket'] = 'expecting a closing bracket';
676 $strings['illegal_character_underscore'] = 'illegal character \'_\'';
677 $strings['internal_error'] = 'internal error';
679 $strings['undefined_variable'] = 'undefined variable \'{$error_data}\'';
681 $strings['unexpected_closing_bracket'] = 'unexpected closing bracket';
682 $strings['unexpected_comma'] = 'unexpected comma';
683 $strings['unexpected_operator'] = 'unexpected operator \'{$error_data}\'';
[all …]
/plugin/lightboxv2/
H A Dscript.js1 …="lightboxImage" /><div id="hoverNav"><a href="javascript://" title="'+a.strings.prevLinkTitle+'" …
2strings.nextLinkTitle+'"></a></div><div id="loading"><a href="javascript://" id="loadingLink"><img…
9strings.image+(a.activeImage+1)+a.strings.of+a.imageArray.length;a.displayDownloadLink&&(c+="<a hr…
10 …Array.length||a.loopImages)c+='<a title="'+a.strings.nextLinkTitle+'" href="#" id="nextLinkText">'…
15 …isplayDownloadLink:!1,slideNavBar:!1,navBarSlideSpeed:350,displayHelp:!1,strings:{help:" ← / P - p… class in b.fn.lightbox.defaults
/plugin/refnotes/
H A Dbibtex.php450 private $strings; variable in refnotes_bibtex_entry_stash
458 $this->strings = new refnotes_bibtex_strings();
486 $this->entry[] = array_merge(array('note-name' => $name), $entry->getData($this->strings));
490 $data = $entry->getData($this->strings);
494 $this->strings->add($name, $data[$name]);
498 $data = $entry->getData($this->strings);
554 public function getData($strings) { argument
558 $data[$field->getName()] = $field->getValue($strings);
605 public function getValue($strings) { argument
612 $text = $strings
[all...]
/plugin/bibtex4dw/db/
H A Dupdate0001.sql2 CREATE TABLE strings (string PRIMARY KEY, entry); table
4 CREATE UNIQUE INDEX idx_string ON strings(string);
/plugin/icalevents/vendor/sabre/uri/tests/
H A DSplitTest.php9 $strings = [
31 foreach ($strings as $input => $expected) {
/plugin/davcal/vendor/sabre/uri/tests/
H A DSplitTest.php9 $strings = [
31 foreach($strings as $input => $expected) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/
H A DNamePrettifier.php29 protected $strings = []; variable in PHPUnit_Util_TestDox_NamePrettifier
76 if (in_array($string, $this->strings)) {
79 $this->strings[] = $string;
/plugin/advanced/lang/en/config/
H A Dentities.txt3 DokuWiki can replace certain characters or strings with other strings based on a configuration file…
/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/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md21 flag to cast them to strings
63 * Deprecated support for implicitly parsing non-string mapping keys as strings.
64 Mapping keys that are no strings will lead to a `ParseException` in Symfony
65 4.0. Use quotes to opt-in for keys to be parsed as strings.
127 * Added support for dumping multi line strings as literal blocks.
158 in double-quoted strings
165 * When surrounding strings with double-quotes, you must now escape `\` characters. Not
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md21 * Deprecated support for parsing numbers starting with `0` as octal numbers. They will be parsed as strings as of Symfony 6.0. Prefix numbers with `0o`
42 * Removed support for mappings inside multi-line strings.
74 flag to cast them to strings
116 * Deprecated support for implicitly parsing non-string mapping keys as strings.
117 Mapping keys that are no strings will lead to a `ParseException` in Symfony
118 4.0. Use quotes to opt-in for keys to be parsed as strings.
180 * Added support for dumping multi line strings as literal blocks.
211 in double-quoted strings
218 * When surrounding strings with double-quotes, you must now escape `\` characters. Not
/plugin/confmanager/lang/en/
H A Dentities.txt1 [[doku>DokuWiki]] can replace certain characters or strings with other strings based on a configura…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dfailure-isolation.phpt61 Failed asserting that two strings are equal.
72 Failed asserting that two strings are equal.
102 Failed asserting that two strings are identical.
H A Dfailure-reverse-list.phpt52 Failed asserting that two strings are identical.
80 Failed asserting that two strings are equal.
93 Failed asserting that two strings are equal.
H A Dfailure.phpt60 Failed asserting that two strings are equal.
71 Failed asserting that two strings are equal.
101 Failed asserting that two strings are identical.
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DFreeBusyRequestTest.php299 $strings = array(
307 foreach($strings as $string) {
363 $strings = array(
368 foreach($strings as $string) {
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DURLUtilTest.php98 $strings = [
120 foreach ($strings as $input => $expected) {
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DsfTests.yml106 test: Octal strings
113 test: Octal strings
120 test: Octal strings
H A DYtsDocumentSeparator.yml58 Separators included in blocks or strings
59 are treated as blocks or strings, as the
/plugin/tline/timeline_js/scripts/l10n/cs/
H A Dtimeline.js6 Timeline.strings["cs"] = { class in Timeline

12345678910>>...18