Home
last modified time | relevance | path

Searched refs:string (Results 1701 – 1725 of 3165) sorted by relevance

1...<<61626364656667686970>>...127

/plugin/randomtables/syntax/
H A Dsource.php11 public function getType(): string
17 public function getPType(): string
/plugin/combo/ComboStrap/Api/
H A DApiRouter.php82 public static function getRequestParameter(string $parameter)
118 public static function hasRequestParameter(string $parameter): bool
/plugin/combo/syntax/
H A Dtext.php35 function getType(): string
49 function getPType(): string
149 * @param string $format
H A Dxmlinlinetag.php63 function getType(): string
96 function getPType(): string
116 * @param string $mode
145 * @param string $match
163 * @param string $format
H A Dheadingatx.php27 function getType(): string
43 function getPType(): string
112 * @param string $format
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataWikiPath.php23 * @return string - the drive from where the path should be created (ie the poth string only is stored)
25 public abstract static function getDrive(): string;
29 * @return string
37 public static function getDataType(): string
49 * @param WikiPath|string|null $value
64 // form send empty string
/plugin/combo/ComboStrap/
H A DFsWikiUtility.php48 * @param string $path The container of the pages
50 * @throws ExceptionBadSyntax if the string is not a namespace path
52 static function getChildren(string $path): array
96 * @return string - the dokuwiki path
99 public static function getHomePagePath($namespacePath): ?string
H A DBootstrap.php34 * @param string $qualifiedVersion - the bootstrap version separated by the stylesheet
36 public function __construct(string $qualifiedVersion)
83 * @var mixed|string
87 * @var string - the stylesheet name
123 public function getVersion(): string
128 public static function createFromQualifiedVersion(string $boostrapVersion): Bootstrap
134 public function getStyleSheetName(): string
H A DFetcherImage.php32 private ?string $requestedRatio = null;
98 public function getTok(): string
509 public function setRequestedAspectRatio(string $requestedRatio): FetcherImage
548 public function getRequestedAspectRatio(): string
H A DFetcherMarkupBuilder.php25 private ?string $builderMarkupString = null;
32 protected string $rendererName;
90 * @param string $markupString - the markup is a string format
93 public function setRequestedMarkupString(string $markupString): FetcherMarkupBuilder
204 throw new ExceptionRuntimeInternal("A markup source path, a markup string or instructions should be given");
215 throw new ExceptionRuntimeInternal("Only one input should be given, we have found 2 inputs ($foundInput and markup string)");
217 $foundInput = "markup string";
371 public function setRequestedRenderer(string $rendererName): FetcherMarkupBuilder
459 * By default, a string i
[all...]
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php178 $string = $this->tag;
181 $string .= '(';
185 $string .= ')';
189 $string .= ' $_ (';
192 $string .= "[$k]=>(";
196 $string .= ')';
201 $string .= ')';
213 $string .= ' NULL ';
219 $string .= "\n";
222 echo $string;
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DCoreTest.php137 public function testCustomEscaper($expected, $string, $strategy) argument
142 $this->assertSame($expected, twig_escape_filter($twig, $string, $strategy));
288 function foo_escaper_for_test(Environment $env, $string, $charset) argument
290 return $string.$charset;
/plugin/combo/ComboStrap/Xml/
H A DXmlSystems.php39 * @return false|string
93 * @return string
110 * @return string|string[]
132 * @param string[]|null $excludedAttributes - the value of this attributes will not be checked
320 * @param string $left
321 * @param string $right
322 * @return string
327 static function diffMarkup(string $left, string
[all...]
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DZip.php51 * @param string $file
118 * Alternatively a fixed string prefix may be passed in $strip. If the filename matches this prefix,
127 * @param string $outdir the target directory for extracting
128 * @param int|string $strip either the number of path components or a fixed prefix to strip
129 * @param string $exclude a regular expression of files to exclude
130 * @param string $include a regular expression of files to include
268 * @param string $file
292 * @param string $file path to the original file
293 * @param string|FileInfo $fileinfo either the name to us in archive (string) o
745 cpToUtf8($string) global() argument
764 utf8ToCp($string) global() argument
[all...]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D42.42.js.map1string', 'comment'] },\n { open: '{', close: '}', notIn: ['string', 'comment'] },\n …
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconnector.lasso38 Convert query string parameters to variables and initialize output.
47 'NewFileName' = string,
48 'OrigFilePath' = string,
49 'NewFilePath' = string,
50 'commandData' = string,
/plugin/codemirror/dist/modes/
H A Dspreadsheet.min.js.map1string\");\n }\n }\n\n //return state\n //stack has\n switch …
H A Dtroff.min.js.map1string';\n }\n if (stream.match('m[')) {\n stream.skipTo(']');\n stream.ne…
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlDeserializationVisitor.php101 private function emptyStringToSpaceCharacter($data): string
116 public function visitString($data, array $type): string
239 public function visitDiscriminatorMapProperty($data, ClassMetadata $metadata): string
397 private function getDomDocumentTypeEntitySubset(string $data): string
/plugin/asana/remote/
H A DAPILink.php223 foreach($this->strings_filter as $string){
224 $tasks = $this->string_filter($string, $tasks);
507 function string_filter($string, $tasks){ argument
511 if(strstr($task['name'],$string) or strstr($task['desc'],$string)){
/plugin/contact/
H A Dsyntax.php145 function _show_message($string){ argument
147 alert('$string');
/plugin/highlightjs/highlight/styles/
H A Ddefault.css28 .string,
70 .ruby .string,
/plugin/combo/action/
H A Dmetacanonical.php181 private function getMetaArrayIndex(string $keyToSearch, string $keyValueToSearch, $metas)
/plugin/combo/ComboStrap/Tag/
H A DBoxTag.php113 static public function renderEnterXhtml(TagAttributes $tagAttributes): string
124 static function renderExitXhtml(TagAttributes $tagAttributes): string
/plugin/diagramsnet/lib/math/jax/input/TeX/
H A Djax.js19string=n;this.i=0;this.macroCount=0;var m;if(o){m={};for(var p in o){if(o.hasOwnProperty(p)){m[p]=…

1...<<61626364656667686970>>...127