Home
last modified time | relevance | path

Searched refs:fields (Results 326 – 350 of 470) sorted by path

1...<<111213141516171819

/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DQuery.php350 public function simple_query_string(string $query, array $fields = []): SimpleQueryString argument
352 return new SimpleQueryString($query, $fields);
/plugin/externalembed/
H A Dsyntax.php455 $fields = array_map("trim", explode(",", $query['fields']));
456 $query['fields'] = $fields;
/plugin/facebookwall/
H A Dsyntax.php213 $fields = "id,message,picture,link,name,description,type,icon,created_time,from,object_id";
216 …h.facebook.com/{$fb_page_id}/feed?access_token={$fb_access_token}&fields={$fields}&limit={$limit}";
/plugin/farm/install/animaltemplate/conf/
H A Dmediameta.php27 $fields = array( variable
/plugin/fblogin/lang/en/
H A Dintro.txt6 the authentication type, and fill the fields matching to configure the plugin fblogin.
/plugin/fckg/fckeditor/editor/css/
H A Dfck_internal.css103 /* Hidden fields */
/plugin/fedauth/Auth/
H A DCOPYING182 boilerplate notice, with the fields enclosed by brackets "[]"
/plugin/fedauth/Auth/OpenID/
H A DAssociation.php277 * @param array $fields The fields to sign, in order; this is an
H A DMDB2Store.php147 $fields = array(
174 $fields);
220 $fields = array(
259 $fields,
272 $fields = array(
298 $fields));
378 $fields = array(
384 $fields["server_url"] = $server_url;
389 $fields,
H A DServer.php408 $response->fields->setArg(Auth_OpenID_OPENID_NS,
655 $response->fields->updateArgs(Auth_OpenID_OPENID_NS,
661 $response->fields->updateArgs(Auth_OpenID_OPENID_NS,
683 $response->fields->setArg(Auth_OpenID_OPENID_NS,
685 $response->fields->setArg(Auth_OpenID_OPENID_NS,
1077 $response->fields->setArg(
1082 $response->fields->setArg(
1198 if ($this->fields->isOpenID2() &&
1249 $extension_response->toMessage($this->fields);
1260 return $this->fields->toKVForm();
[all …]
/plugin/fields/
H A DREADME.md2 This Dokuwiki plugin allows you to define “fields” in a page, which can be used anywhere in the doc…
H A Dhelper.php11 $renderer->fields[$name] = $value;
20 if (array_key_exists($name, $renderer->fields)) {
21 …return '<text:user-field-get text:name="'.$name.'">'.$renderer->fields[$name].'</text:user-field-g…
H A Dplugin.info.txt1 base fields
6 desc Store and recall user-defined fields
7 url https://www.dokuwiki.org/plugin:fields
H A Dsyntax.php68 if ($format == 'xhtml' && isset($renderer->fields)
69 && array_key_exists($field_name, $renderer->fields)) {
70 $renderer->doc .= $renderer->fields[$field_name];
79 if (!isset($renderer->fields)) {
80 $renderer->fields = array();
82 $renderer->fields[$field_name] = htmlentities($field_value);
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst193 - You should use ``@Enum`` fields any time you need to represent fixed values.
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md647 - Dynamic expose, aka 'fields' query param [\#195](https://github.com/schmittjoh/serializer/issues/…
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md273 … and use cloning on lazy loaded entities, you might encounter errors mentioning missing fields on a
/plugin/fksnewsfeed/
H A Daction.php146 foreach (helper_plugin_newsfeed::$fields as $field) {
261 foreach (helper_plugin_newsfeed::$fields as $field) {
H A Dhelper.php36 public static array $fields = [ variable in helper_plugin_newsfeed
/plugin/flowplay/flowplayer/
H A DLICENSE.txt182 boilerplate notice, with the fields enclosed by brackets "[]"
/plugin/flowplay2/flowplayer/
H A DREADME.txt113 player instance. Done with the linkURL and linkWindow clip specific fields.
/plugin/geonav/tpl/startermap/
H A Ddetail.php55 foreach($fields as $key => $tag){
/plugin/groupmail/
H A DCHANGELOG4 add generic functions to validate fields and extract emails)
H A DREADME.textile50 …f you enabled the captcha by default, than it will also show the well known reCaptcha input fields.
89 | autofrom | If specified, the sender fields are not shown in the email form. |
H A Dsyntax.php137 private function getexplodedvals($data, $fields){ argument
139 foreach ($fields as $field){

1...<<111213141516171819