Home
last modified time | relevance | path

Searched refs:string (Results 1751 – 1775 of 3165) sorted by relevance

1...<<71727374757677787980>>...127

/plugin/combo/ComboStrap/
H A DDatabasePageRow.php192 public static function createFromPageId(string $pageId): DatabasePageRow
205 public static function createFromRowId(string $rowId): DatabasePageRow
252 static function createFromPageIdAbbr(string $pageIdAbbr): DatabasePageRow
433 // on an empty string / null (for sqlite)
673 // otherwise we get an empty string
904 function getDatabaseRowFromPageId(string $pageIdValue)
943 function getParametrizedLookupQuery(string $attributeName): string
1023 function getDatabaseRowFromPath(string $path): ?array
1033 function getDatabaseRowFromDokuWikiId(string
[all...]
H A DCarrouselTag.php95 public static function renderEnterXhtml(TagAttributes $tagAttributes, array $data): string
150 public static function renderExitXhtml(): string
H A DHttpRequest.php23 private string $method = self::GET;
37 * @param string $wikiId
41 public static function fetchXhtmlPageResponse(string $wikiId): HttpResponse
H A DIFetcherString.php12 public function getFetchString(): string;
/plugin/refnotes/
H A Dbibtex.php420 $this->field->addToken('string', $match);
489 elseif ($type == 'string') {
647 private $string; variable in refnotes_bibtex_strings
653 $this->string = array();
660 $this->string[$name] = $value;
667 return array_key_exists($name, $this->string) ? $this->string[$name] : '';
/plugin/symbols4odt/
H A Ddokuwiki_plugin_page.wiki62string, ''checkbox_filled'' is the name of the pattern, which will be used internally and must be …
65 …illed" will count as a match if the parsed wiki text contains either the string "<checkbox_checked…
66 | <code>"substitute4XHTML"</code> | In case of a match (see "pattern"), the string defined in ''sub…
67 | <code>"substitute4XODT"</code> | In case of a match (see "pattern"), the string defined in ''subs…
/plugin/highlightjs/highlight/styles/
H A Dfar.css26 .string,
27 .ruby .string,
H A Dbrown_paper.css38 .string,
54 .ruby .string,
H A Dzenburn.css77 .ruby .string,
83 .string,
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dscalar_type_declarations.phpt11 public function bar(string $baz)
42 public function bar(string $baz)
H A Dreturn_type_declarations_object_method.phpt11 public function bar(string $baz): Bar
43 public function bar(string $baz): Bar
H A Dreturn_type_declarations_void.phpt11 public function bar(string $baz): void;
40 public function bar(string $baz): void
H A Dreturn_type_declarations_self.phpt11 public function bar(string $baz): self;
40 public function bar(string $baz): Foo
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DCerDerTrait.php36 * @return string
39 protected function binaryToBitString(int $length, int $unused): string
43 'The last %s unused bits of the bit string must be 0, but they are not.',
68 protected function encodeTime(AbstractTimeType $type, string $format)
132 * @return string
168 # Reconstruct the byte string from the order obtained.
/plugin/commonmark/vendor/league/commonmark/src/Extension/ExternalLink/
H A DExternalLinkProcessor.php63 private function markLinkAsExternal(Link $link, bool $openInNewWindow, string $classes): void
103 * @param non-empty-string|list<non-empty-string> $compareTo
105 public static function hostMatches(string $host, $compareTo): bool
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DChromePHPHandler.php178 protected function sendHeader(string $header, string $content): void
/plugin/combo/syntax/
H A Dheader.php23 function getType(): string
37 function getPType(): string
105 * @param string $format
/plugin/combo/ComboStrap/Tag/
H A DAdTag.php116 * @return string
118 public static function getAdPage($name): string
126 * @return string|string[]
133 public static function render(TagAttributes $attributes): string
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D41.41.js.map1string'] },\n { open: '[', close: ']', notIn: ['string'] },\n { open: '(', close: ')…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/_files/
H A Dphpt-env.expected.txt1 string(%d) "%s"
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DClassMetadata.php129 public function setDiscriminator(string $fieldName, array $map, array $groups = []): void
160 public function setAccessorOrder(string $order, array $customOrder = []): void
247 public function registerNamespace(string $uri, ?string $prefix = null): void
/plugin/fedauth/Auth/OpenID/
H A DBigMath.php69 $string = '';
71 $string .= pack('C', $byte);
74 return $string;
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.pcl.class.php13 function write($string) { argument
14 $this->_content .= $string;
288 function stringwidth($string, $name, $encoding, $size) { } argument
/plugin/codemirror/dist/modes/
H A Dmllike.min.js1string:"type",unit:"type",List:"builtin"}});a.defineMIME("text/x-fsharp",{name:"mllike",extraWords…
/plugin/bookcreator/action/
H A Dhandleselection.php122 * @param string $pageid
123 * @return string
147 * Escape string for output
151 * @param string $string
152 * @return string
154 protected function _xmlEntities($string) { argument
155 return htmlspecialchars($string, ENT_QUOTES, 'UTF-8');
163 * @param string $savedSelectionName Title for saved selection
202 * @param string
[all...]

1...<<71727374757677787980>>...127