Home
last modified time | relevance | path

Searched refs:fields (Results 376 – 400 of 470) sorted by path

1...<<111213141516171819

/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt756 * Bugfix: ID3v2 writing frames with URL fields failing when URL
1632 Added support for OptimFROG v4.50x (non-alpha) (new header fields)
2576 and comment fields were incorrect. (thanks Christian Fritz)
/plugin/letsencrypt/classes/
H A DClient.php28 * @param array $fields fields to sent via post
31 public function post($url, $fields) { argument
34 $response = $this->http->post($url, $fields);
/plugin/mantis/lib/
H A Dchangelog203 - soap_server: added and documented data fields, so that service programmers can use them if desired
/plugin/mediatooltip/
H A Daction.php7 private $fields; variable in action_plugin_mediatooltip
261 $ar = $this->fields[$field];
282 $this->fields = array(
/plugin/minimap/
H A DLICENSE181 boilerplate notice, with the fields enclosed by brackets "{}"
/plugin/mytemplate/
H A Daction.php241 $fields = explode(',', $tuple[1]);
243 $pos = count($fields) - 1;
244 for ($pos = count($fields) - 1; $pos >= 0; $pos--) {
245 $row = str_replace('@' . $pos, trim($fields[$pos], ' \''), $row);
/plugin/numbering/
H A DREADME.md9 In addition, there is a feature which ties into the numbering fields of the bureaucracy plugin, ena…
10 and guaranteeing unique, sequential updating of those fields.
/plugin/odp/
H A Drenderer.php35 var $fields = array(); variable in renderer_plugin_odp
520 foreach ($this->fields as $fname=>$fvalue) {
/plugin/odt/ODT/
H A DODTDocument.php96 protected $fields = array(); variable in ODTDocument
734 $this->fields [$name] = $value;
746 if (array_key_exists($name, $this->fields)) {
747 …$this->content .= '<text:user-field-get text:name="'.$name.'">'.$this->fields [$name].'</text:user…
759 foreach ($this->fields as $fname => $fvalue) {
H A DODTFrame.php21 static $fields = array('background-color' => 'fo:background-color', variable in ODTFrame
304 foreach (self::$fields as $name => $odtName) {
/plugin/odt/ODT/styles/
H A DODTParagraphStyle.php473 foreach (self::$tab_stop_fields as $property => $fields) {
481 foreach (self::$paragraph_fields as $property => $fields) {
490 foreach ($text_fields as $property => $fields) {
H A DODTStyle.php187 protected function importODTStyleInternal(array $fields, $xmlCode, &$properties=NULL) { argument
189 foreach ($fields as $property => $field) {
218 … protected function importPropertiesInternal(array $fields, $properties, $disabled, &$dest=NULL) { argument
220 if ($disabled [$property] == 0 && array_key_exists ($property, $fields)) {
221 …$this->setPropertyInternal($property, $fields[$property][0], $value, $fields[$property][1], $dest);
H A DODTStyleStyle.php216 … protected function importPropertiesInternal(array $fields, $properties, $disabled, &$dest=NULL) { argument
217 parent::importPropertiesInternal($fields, $properties, $disabled, $dest);
H A DODTTextListStyle.php225 $fields = self::$style_number_fields;
228 $fields = self::$style_bullet_fields;
231 $fields = self::$style_image_fields;
303 $fields = self::$style_number_fields;
306 $fields = self::$style_bullet_fields;
309 $fields = self::$style_image_fields;
312 if (array_key_exists ($property, $fields)) {
360 $fields = self::$style_number_fields;
366 $fields = self::$style_image_fields;
369 if (array_key_exists ($property, $fields)) {
[all …]
/plugin/odtsupport/
H A Ddokuwiki_plugin_page.wiki30 * [[fields]] (mandatory for some commands)
34 …hashtofield//, //pagehashtofield4// will silently fail, unless you installed the [[fields]] plugin.
75 * **required plugin: [[fields]] **
89 * **required plugin: [[fields]] **
100 * **required plugin: [[fields]] **
133 * v0.83 (Added structured dependency to the fields plugin.)
/plugin/openid/Auth/OpenID/
H A DMDB2Store.php147 $fields = [
174 $fields);
220 $fields = [
259 $fields,
272 $fields = [
298 $fields));
378 $fields = [
384 $fields["server_url"] = $server_url;
389 $fields,
H A DServer.php457 $response->fields->setArg(Auth_OpenID_OPENID_NS,
740 $response->fields->updateArgs(Auth_OpenID_OPENID_NS,
748 $response->fields->updateArgs(Auth_OpenID_OPENID_NS,
770 $response->fields->setArg(Auth_OpenID_OPENID_NS,
772 $response->fields->setArg(Auth_OpenID_OPENID_NS,
1196 $response->fields->setArg(
1201 $response->fields->setArg(
1327 if ($this->fields->isOpenID2() &&
1381 $extension_response->toMessage($this->fields);
1392 return $this->fields->toKVForm();
[all …]
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/owncloud/tpl/
H A Ddetail.php101 foreach($fields as $key => $tag){
/plugin/pagemod/helper/
H A Dpagemod.php16 * @param helper_plugin_bureaucracy_field[] $fields the list of fields in the form
23 public function run($fields, $thanks, $argv) { argument
31 $this->prepareFieldReplacements($fields);
/plugin/pagequery/
H A Dsyntax.php108 $fields = explode(',', $value);
109 foreach ($fields as $field) {
/plugin/passpolicy/
H A D10k-common-passwords.txt7283 fields
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1fields that don't satisfy the requirements from the regular\n // expression (such as incorrect …
H A Dpdf.worker.js12984 var fields = this.acroForm.get('Fields');
12986 if ((!Array.isArray(fields) || fields.length === 0) && !this.xfa) {
37770 …var fields = ['BlueValues', 'OtherBlues', 'FamilyBlues', 'FamilyOtherBlues', 'StemSnapH', 'StemSna…
37772 for (i = 0, ii = fields.length; i < ii; i++) {
37773 var field = fields[i];
H A Dpdf.worker.js.map1fields","collection","find","MAX_PDF_VERSION_LENGTH","_getLinearizationPage","linearization","page…

1...<<111213141516171819