Home
last modified time | relevance | path

Searched refs:name (Results 4026 – 4050 of 8094) sorted by relevance

1...<<161162163164165166167168169170>>...324

/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DFilter.php15 public function __construct(string $name, ?AbstractQuery $filter = null) argument
17 parent::__construct($name);
H A DAutoDateHistogram.php11 public function __construct(string $name, string $field) argument
13 parent::__construct($name);
/plugin/adhocmathml/
H A Dmtd.php17 function allowSpecificAttribute(&$name, &$value) { argument
20 switch (trim($name)) {
/plugin/authgoogle/google/contrib/
H A DGoogle_DirectoryService.php1182 public $name; variable in Google_Group
1222 $this->name = $name;
1225 return $this->name;
1339 public $name; variable in Google_MobileDevice
1397 $this->name = $name;
1514 public $name; variable in Google_OrgUnit
1536 $this->name = $name;
1604 public $name; variable in Google_User
1735 $this->name = $name;
2041 public $name; variable in Google_UserOrganization
[all …]
/plugin/authremoteuser/
H A Dauth.php123 * @param string $name
128 protected function _createUserLine($user, $pass, $name, $mail, $grps) { argument
130 $userline = array($user, $pass, $name, $mail, $groups);
152 * @param string $name
157 public function createUser($user, $pwd, $name, $mail, $grps = null) { argument
171 $userline = $this->_createUserLine($user, $pass, $name, $mail, $grps);
/plugin/actionrenderer/
H A Drenderer.php381 public function locallink($hash, $name = null, $returnonly = false) argument
387 …public function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = '… argument
393 public function externallink($url, $name = null, $returnonly = false) argument
399 public function interwikilink($match, $name, $wikiName, $wikiUri, $returnonly = false) argument
405 public function windowssharelink($url, $name = null, $returnonly = false) argument
411 public function emaillink($address, $name = null, $returnonly = false) argument
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DCoverage.php151 foreach ($this->_rules as $name => $rule) {
152 $this->_coveredRules[$name] = [];
161 $this->_coveredRules[$name][$min] = 0;
163 $this->_coveredRules[$name][$min] = 0;
164 $this->_coveredRules[$name][$min1] = 0;
165 $this->_coveredRules[$name][$max1] = 0;
166 $this->_coveredRules[$name][$max] = 0;
170 $this->_coveredRules[$name][$i] = 0;
173 $this->_coveredRules[$name][0] = 0;
/plugin/webdav/core/DAV/
H A DAbstractFile.php63 * @param string $name The new name
68 public function setName($name) argument
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dobjects.test5 {{ user.name }}
6 {{ user.name|lower }}
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DVirtualPropertyMetadata.php18 $this->name = $fieldName;
33 [$this->class, $this->name] = unserialize($parentStr);
/plugin/freechat/phpfreechat/src/
H A Dpfctemplate.class.php59 function assignObject(&$obj, $name = "c") argument
64 $this->vars[$name] =& $obj; // assigne also the whole object
/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
H A DTouchable.php103 * @param string $name New name.
112 $name, argument
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php305 * @param string $name
308 public function offsetSet($name, $value) argument
310 parent::offsetSet($name, $value);
311 if ('VALUE' !== strtoupper($name)) {
/plugin/ckgdoku/ckeditor/plugins/tags/dialogs/
H A Dtags.js.unc14 var tagexists = function (name)
17 eval('var wordmatch = /( |\>)'+name.toUpperCase()+'( |\})/g');
60 label: existingTags[i].name,
61 … 'default': existingTags[i].name == '' ? '' : (tagexists(existingTags[i].id) ? 'checked' : ''),
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php339 * @param string $name
344 function offsetSet($name, $value) { argument
346 parent::offsetSet($name, $value);
347 if (strtoupper($name) !== 'VALUE') {
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dzope.py75 for (name, o) in zopeFolder.objectItems(["Folder"]):
77 convertToXmlAttribute(name)
94 for (name, o) in zopeFolder.objectItems(["File","Image"]):
96 convertToXmlAttribute(name),
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php327 * @param string $name
331 public function offsetSet($name, $value) { argument
333 parent::offsetSet($name, $value);
334 if (strtoupper($name)!=='VALUE') {
/plugin/authfacebook/lib/
H A DFacebookBatchRequest.php100 $name = isset($options['name']) ? $options['name'] : null;
105 'name' => $name,
255 foreach ($headers as $name => $value) {
256 $compiledHeaders[] = $name . ': ' . $value;
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php327 * @param string $name
331 public function offsetSet($name, $value) { argument
333 parent::offsetSet($name, $value);
334 if (strtoupper($name)!=='VALUE') {
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php327 * @param string $name
331 public function offsetSet($name, $value) { argument
333 parent::offsetSet($name, $value);
334 if (strtoupper($name)!=='VALUE') {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhelpers.asciidoc29 'index' => '<name of index>', // here the index name
66 'index' => '<name of index>', // here the index name
/plugin/diagrams/script/
H A DDiagramsForm.js24 const name = LANG.plugins.diagrams.formtitle;
27 super(name, fields);
105 type: 'select', 'label': LANG.plugins.diagrams.alignment, 'name': 'align', 'options':
114 label: LANG.plugins.diagrams.title, name: 'title'
122 name: 'id'
134 this.$form.find('[name="' + key + '"]').val(value);
144 const $elem = this.$form.find('[name="' + key + '"]');
/plugin/siteexport/
H A Dcron.php177 foreach ($settings as $name => $value )
179 $out .= $this->recurseSettingsToOut($value, $levelPrefix . '["' . trim($name) . '"]');
251 foreach ( $this->cronPlugin->configuration as $name => $config )
288 …ileExistsForFileWithPattern($this->siteexportAjax->functions->getCacheFileNameForPattern(), $name);
/plugin/ckgdoku/scripts/
H A Dparse_wiki-cmpr.js1name=="colspan"){this.current_row[this.col].colspan=aa[aA].value}if(aa[aA].name=="class"){if((S=aa…
/plugin/ckgedit/scripts/
H A Dparse_wiki-cmpr.js1name=="colspan"){this.current_row[this.col].colspan=aa[aA].value}if(aa[aA].name=="class"){if((S=aa…

1...<<161162163164165166167168169170>>...324