Home
last modified time | relevance | path

Searched refs:name (Results 451 – 475 of 8094) sorted by last modified time

1...<<11121314151617181920>>...324

/plugin/combo/ComboStrap/
H A DSite.php253 * OS name
273 * @param string|null $namespace - the plugin name
404 public static function setName($name) argument
407 $conf['title'] = $name;
614 * @return mixed - Application / Website name
H A DSiteConfig.php43 * The default name
393 public function addInterWiki(string $name, string $value): SiteConfig
396 $this->interWikis[$name] = $value;
392 addInterWiki(string $name, string $value) global() argument
H A DSnippet.php372 * @throws ExceptionBadArgument - if the url does not have a file name
380 $messageFormat = "The following url ($url) does not have a file name. To create a snippet from a remote url, the url should have a path where the last is the name of the library file.";
390 $messageFormat = "The url has a file name ($libraryName) that does not have any extension. To create a snippet from a remote url, the url should have a path where the last is the name of the library file. ";
481 public static function getInternalPathFromNameAndExtension($name, $extension): WikiPath argument
488 ->getComponentStylePathByName(strtolower($name) . ".$extension");
494 ->resolve(strtolower($name) . ".$extension");
540 * name will not conflict with a css class
543 * the same class name, th
650 addHtmlAttribute(string $name, string $value) global() argument
[all...]
H A DTagAttributes.php186 "name", // iframe
198 const NAME_ATTRIBUTE = "name";
201 * The dokuwiki name attribute to store
278 * * this is not always the component name / syntax name (for instance the {@link \syntax_plugin_combo_codemarkdown} is another syntax
279 * for a {@link \syntax_plugin_combo_code} and have therefore the same logical name)
387 * Function used to normalize the attribute name to the combostrap attribute name
388 * @param $name
391 public static function AttributeNameFromDokuwikiToCombo($name) argument
[all...]
H A DTemplate.php48 public static function toValidVariableName(string $name) argument
50 return str_replace("-", "", $name);
108 * @return array - an array of variable name
H A DInterWiki.php22 private string $name; variable in ComboStrap\\InterWiki
40 [$this->name, $this->urlWithoutFragment] = explode(">", $interWikiRef, 2);
51 public static function addInterWiki(string $name, string $value) argument
55 ->addInterWiki($name, $value);
188 $urlTemplate = $interWikis[$this->name] ?? null;
192 throw new ExceptionNotFound("No Wiki ($this->name) found");
213 $this->name = self::DEFAULT_INTERWIKI_NAME;
223 return $this->name;
252 $file = 'lib/images/interwiki/' . $this->name . '.' . $ext;
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php46 public function __construct(string $name = null, callable $directoryIteratorProvider = null, callable $isReadableProvider = null) argument
48 parent::__construct($name);
66 The <info>%command.name%</info> command lints a YAML file and outputs to STDOUT
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DInputStream.php21 public $name = '<empty>'; variable in Antlr\\Antlr4\\Runtime\\InputStream
/plugin/combo/ComboStrap/Tag/
H A DAdTag.php61 const NAME_ATTRIBUTE = "name";
115 * @param $name
118 public static function getAdPage($name): string argument
120 return strtolower(self::ADS_NAMESPACE . $name);
125 * @param $name - the name of the page ad
128 public static function getTagId($name) argument
130 return str_replace(":", "-", substr(self::getAdPage($name), 1));
136 $name = $attributes->getValueAndRemoveIfPresent(self::NAME_ATTRIBUTE);
137 if ($name
[all...]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxOptions.php41 * @param string $name
45 public function setOption($name, $value) argument
47 if ($name === self::OPTION_PREFS) {
50 if ($name === self::OPTION_ARGS) {
54 $this->options[$name] = $value;
79 * @param string $name
83 public function setPreference($name, $value) argument
85 $this->preferences[$name] = $value;
H A DFirefoxProfile.php166 foreach ($files as $name => $object) {
167 if (is_dir($name)) {
171 $path = preg_replace("#^{$dir_prefix}#", '', $name);
172 $zip->addFile($name, $path);
205 $prefix = $key . ':'; // Separate the namespace from the name.
/plugin/codify/
H A Dcodify.js1 …g.call(n).slice(8,-1);return"Object"===e&&n.constructor&&(e=n.constructor.name),"Map"===e||"Set"==…
H A Dplugin.info.txt5 name Codify Plugin
/plugin/oauthgeneric/
H A Daction.php34 $name = DotAccess::get($result, $this->getConf('json-name'), '');
47 if (is_array($name)) $name = array_shift($name);
54 // fallbacks for user name
56 if (!empty($name)) {
57 $user = $name;
63 // fallback for full name
64 if (empty($name)) {
[all...]
H A Dplugin.info.txt5 name oauth generic Service
/plugin/structodt/
H A Dplugin.info.txt5 name structodt plugin
H A Dhelper.php25 * Generate temporary file name with full path in temporary directory
32 $name = $conf['tmpdir'] . '/structodt/' . uniqid();
34 $name .= ".$ext";
36 return $name;
142 * @param $filename string name of sending file
/plugin/data/Form/
H A DDropdownElement.php25 * @param string $name
29 public function __construct($name, $options, $label = '')
31 InputElement::__construct('dropdown', $name, $label);
67 * @param $name
71 public function attr($name, $value = null)
73 return InputElement::attr($name, $value);
127 $attr['name'] .= '[]';
28 __construct($name, $options, $label = '') global() argument
70 attr($name, $value = null) global() argument
/plugin/data/
H A Dplugin.info.txt5 name Structured Data Plugin
H A Dscript.js60 response(jQuery.map(data, function (name, id) { argument
62 label: name + ' (' + id + ')',
H A Dhelper.php139 $name = '';
147 $name .= $part . ' ';
150 return trim($email . ' ' . $name);
396 * Split a column name into its parts
398 * @param string $col column name
458 $name = $row['name'];
459 unset($row['name']);
460 $this->aliases[$name] = array_filter(array_map('trim', $row));
461 if (!isset($this->aliases[$name]['typ
585 _a2ua($name, $array) global() argument
[all...]
/plugin/data/syntax/
H A Dentry.php672 $name = syntax_plugin_data_entry::normalize($field['title']);
675 $name .= '_' . syntax_plugin_data_entry::normalize($field['type']);
676 } elseif (substr($name, -1, 1) === 's') {
677 $name .= '_'; // when the field name ends in 's' we need to secure it against being assumed as multi
679 // 's' is added to either type or name for multi
681 $name .= 's';
684 $nudata[] = [$name, syntax_plugin_data_entry::normalize($field['value']), $field['comment']];
/plugin/data/db/
H A Dupdate0002.sql3 name,
9 CREATE UNIQUE INDEX idx_name ON aliases (name);
1 CREATE TABLE aliases (name, type, prefix, postfix, comment); global() field
/plugin/data/_test/
H A Dhelper.test.php
H A Dsyntax_plugin_data_entry.test.php

1...<<11121314151617181920>>...324