Home
last modified time | relevance | path

Searched refs:string (Results 1351 – 1375 of 3165) sorted by relevance

1...<<51525354555657585960>>...127

/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php37 function FindBadUtf8( $string ) argument
50 while (preg_match('/'.$regex.'/S', $string, $matches)) {
54 $string = substr($string, strlen($matches[0]));
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php37 function FindBadUtf8( $string ) argument
50 while (preg_match('/'.$regex.'/S', $string, $matches)) {
54 $string = substr($string, strlen($matches[0]));
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php37 function FindBadUtf8( $string ) argument
50 while (preg_match('/'.$regex.'/S', $string, $matches)) {
54 $string = substr($string, strlen($matches[0]));
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DREADME.md91 %token quote_ " -> string
92 %token string:string [^"]+
93 %token string:_quote " -> default
106 <true> | <false> | <null> | string() | object() | array() | number()
108 string:
109 ::quote_:: <string> ::_quote::
118 string() ::colon:: value()
144 string:
152 string:
181 * > > > token(string, foo)
[all …]
/plugin/combo/ComboStrap/
H A DFetcherMarkup.php52 * * a string
69 * @var string the type of object (known as renderer in Dokuwiki)
71 public string $builderName;
118 * @var Path the source path of the markup (may be not set if we render a markup string for instance)
123 public string $markupString;
136 * @var string
138 private string $fetchString;
195 public static function createStandaloneExecutionFromStringMarkupToXhtml(string $markup): FetcherMarkup
614 * method_exists() expects parameter 2 to be string, array given
689 function getBuster(): string
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DUpdateByQuery.php32 public function getURI(): string
92 public function getMethod(): string
H A DDelete.php32 public function getURI(): string
71 public function getMethod(): string
H A DDeleteByQuery.php32 public function getURI(): string
90 public function getMethod(): string
H A DExists.php32 public function getURI(): string
73 public function getMethod(): string
H A DExistsSource.php32 public function getURI(): string
72 public function getMethod(): string
H A DGetSource.php32 public function getURI(): string
72 public function getMethod(): string
H A DScroll.php32 public function getURI(): string
54 public function getMethod(): string
H A DGet.php32 public function getURI(): string
73 public function getMethod(): string
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/
H A DState.php32 public function getURI(): string
60 public function getMethod(): string
/plugin/usecounter/
H A Dhelper.php55 public function incUsageOf(string $id) {
69 public function amountOfUses(string $id) {
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfc61 returntype="string"
65 <cfparam name="this.instanceName" type="string" />
66 <cfparam name="this.width" type="string" default="100%" />
67 <cfparam name="this.height" type="string" default="200" />
68 <cfparam name="this.toolbarSet" type="string" default="Default" />
69 <cfparam name="this.value" type="string" default="" />
70 <cfparam name="this.basePath" type="string" default="/fckeditor/" />
152 returnType="string"
177 returnType="string"
210 returnType="string"
[all …]
/plugin/codemirror/dist/modes/
H A Ddiff.min.js1 …return{token:function(b){var c=b.string.search(/[\t ]+?$/);if(!b.sol()||c===0){b.skipToEnd();retur…
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DKey.php23 string $algorithm
52 public function getAlgorithm(): string
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Shutdown/
H A DPutNode.php33 public function getURI(): string
50 public function getMethod(): string
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/
H A DPutUser.php33 public function getURI(): string
50 public function getMethod(): string
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Autoscaling/
H A DPutAutoscalingPolicy.php33 public function getURI(): string
48 public function getMethod(): string
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ccr/
H A DPutAutoFollowPattern.php33 public function getURI(): string
48 public function getMethod(): string
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/DataFrameTransformDeprecated/
H A DPutTransform.php33 public function getURI(): string
50 public function getMethod(): string
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Enrich/
H A DPutPolicy.php33 public function getURI(): string
48 public function getMethod(): string
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/
H A DStats.php32 public function getURI(): string
65 public function getMethod(): string

1...<<51525354555657585960>>...127