Home
last modified time | relevance | path

Searched refs:name (Results 3126 – 3150 of 8094) sorted by relevance

1...<<121122123124125126127128129130>>...324

/plugin/diagram/
H A Dplugin.info.txt3 email support@melnichenko.name
5 name Diagram plugin
7 url http://nikita.melnichenko.name/projects/dokuwiki-diagram/index.php
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DValueCount.php13 * @param string $name the name of this aggregation
16 public function __construct(string $name, string $field) argument
18 parent::__construct($name);
25 * @param string $field the name of the document field on which to perform this aggregation
H A DGeoCentroid.php13 * @param string $name the name of this aggregation
16 public function __construct(string $name, string $field) argument
18 parent::__construct($name);
25 * @param string $field the name of the document field on which to perform this aggregation
H A DGeoBounds.php13 * @param string $name the name of this aggregation
16 public function __construct(string $name, string $field) argument
18 parent::__construct($name);
25 * @param string $field the name of the document field on which to perform this aggregation
H A DMissing.php13 * @param string $name the name of this aggregation
16 public function __construct(string $name, string $field) argument
18 parent::__construct($name);
25 * @param string $field the name of the document field on which to perform this aggregation
/plugin/slacknotifier/helper/
H A DContext.php16 public function __get($name) argument
18 $method = "get$name";
20 throw new InvalidArgumentException("Invalid property: $name");
33 return $userinfo['name'] ?? null;
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dimport.rst14 {% macro input(name, value, type, size) %}
15 …<input type="{{ type|default('text') }}" name="{{ name }}" value="{{ value|e }}" size="{{ size|def…
18 {% macro textarea(name, value, rows, cols) %}
19 …<textarea name="{{ name }}" rows="{{ rows|default(10) }}" cols="{{ cols|default(40) }}">{{ value|e…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/Resource/
H A DProjectsSchemas.php65 * @param string $name Required. Name of the schema to delete. Format is
70 public function delete($name, $optParams = []) argument
72 $params = ['name' => $name];
79 * @param string $name Required. The name of the schema to get. Format is
88 public function get($name, $optParams = []) argument
90 $params = ['name' => $name];
H A DProjectsTopics.php45 * @param string $name Required. The name of the topic. It must have the format
55 public function create($name, Topic $postBody, $optParams = []) argument
57 $params = ['name' => $name, 'postBody' => $postBody];
145 * @param string $name Required. The name of the topic. It must have the format
155 public function patch($name, UpdateTopicRequest $postBody, $optParams = []) argument
157 $params = ['name' => $name, 'postBody' => $postBody];
/plugin/strata/helper/
H A Dutil.php41 private function _load($kind, $name, $default) { argument
43 if($name == null) {
44 $name = $default;
48 if(empty($this->loaded[$kind][$name])) {
49 $class = "plugin_strata_${kind}_${name}";
50 $this->loaded[$kind][$name] = new $class();
53 return $this->loaded[$kind][$name];
73 * Parses a 'name(hint)' pattern.
76 * @return an array with a name and hint, or false
179 * @param typename name o
[all...]
/plugin/davcal/fullcalendar-3.10.5/locale/
H A Dja.js1name:"令和",narrow:"㋿",abbr:"R"},{since:"1989-01-08",until:"2019-04-30",offset:1,name:"平成",narrow:"㍻…
/plugin/sectiontoggle/
H A Daction.php116 if(trim($this->getConf('name')) == false) {
121 $name = trim($this->getConf('name'));
122 $JSINFO['se_name'] = $type == 'id' ? "#$name" : ".$name";
164 $name = trim($stored_templates[$conf['template']]['name']);
165 if(!$type || !$name) return false;
168 $JSINFO['se_name'] = $type == 'id' ? "#$name" : ".$name";
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/
H A DResultPrinter.php313 foreach ($this->tests as $name => $data) {
314 $this->onTest($name, $data['failure'] == 0);
330 * @param string $name
332 protected function startClass($name) argument
339 * @param string $name
342 protected function onTest($name, $success = true) argument
349 * @param string $name
351 protected function endClass($name) argument
/plugin/swiftmail/Swift/
H A DConnection.php52 public function setExtension($name, $list=array()); argument
58 public function hasExtension($name); argument
65 public function getAttributes($name); argument
/plugin/letsencrypt/classes/
H A DCliLogger.php16 function __call($name, $arguments) { argument
17 if(is_callable(array($this->cli, $name))){
18 $this->cli->$name($arguments[0]);
/plugin/oauthgoogle/
H A Daction.php27 $data['user'] = $result['name'];
28 $data['name'] = $result['name'];
/plugin/photogallery/phpThumb/demo/
H A Djavascript_api.js90 function findImage(name, doc) { argument
93 if (doc.images[i].name == name) {
98 if ((img = findImage(name, doc.layers[i].document)) != null) {
106 function getImage(name) { argument
108 return findImage(name, document);
113 function getObjNN4(obj,name) argument
119 if (x[i].id == name)
122 var tmp = getObjNN4(x[i],name);
/plugin/projects/lib/
H A Dproject_file.php10 protected $name = NULL; variable in ProjectFile
14 $this->name = $file->name();
18 public function name() { return $this->name; } function in ProjectFile
23 return $project_path . $this->name;
67 $id = getNS($ID) . ':' . $this->name;
87 $id = getNS($ID) . ':' . $this->name;
156 $path = $working_path . $this->name;
236 $path = $working_path . $this->name;
/plugin/fedauth/Auth/OpenID/
H A DFileStore.php110 $name = Auth_OpenID_FileStore::_mkstemp($dir = $this->temp_dir);
111 $file_obj = @fopen($name, 'wb');
113 return array($file_obj, $name);
115 Auth_OpenID_FileStore::_removeIfPresent($name);
255 $name = basename($filename);
258 if (strpos($base, $name) === 0) {
510 $name = tempnam($dir, "php_openid_filestore_");
512 if ($name !== false) {
513 return $name;
527 if (!mkdir($name, 0700)) {
[all …]
/plugin/dropfiles/src/
H A Dupload.js76 …$newInput.append(jQuery('<input name="filename">').val(filesThatExist[0].name).css('margin-right',…
104 var fileName = filesThatExist[0].newFileName || filesThatExist[0].name;
106 if (fileName !== filesThatExist[0].name) {
107 …+= ' ' + window.LANG.plugins.dropfiles['popup:originalName'].replace('%s', filesThatExist[0].name);
221 return file.name;
226 return data[file.name] === '';
229 return data[file.name] === 'file exists';
232 return data[file.name] && data[file.name] !== 'file exists';
243 $errorMessage.text(file.name + ': ' + data[file.name]);
315 var fileName = file.newFileName || file.name;
/plugin/siteexport/renderer/
H A Dpdf.php175 $name = rand() . $level;
176 …$sectionEdit = $this->startSectionEdit($pos, array( 'target' => 'section_empty', 'name' => $name));
280 …public function internallink($id, $name = NULL, $search = NULL, $returnonly = false, $linktype = '… argument
289 $name = $this->_getLinkTitle($name, $default, $isImage, $id, $linktype);
318 $link['name'] = $name;
438 * @param string $name name for the link
442 public function locallink($hash, $name = null, $returnonly = false) { argument
444 $name = $this->_getLinkTitle($name, $hash, $isImage);
446 $title = $name;
449 $doc .= $name;
/plugin/codemirror/dist/modes/
H A Dsql.min.js1name:"sql",keywords:g(f+"begin"),builtin:g(h),atoms:g("false true null unknown"),dateSQL:g("date t…
2name:"sql",keywords:g("add after all alter analyze and anti archive array as asc at between bucket…
/plugin/webdav/
H A Dcomposer.lock10 "name": "psr/log",
43 "name": "PHP-FIG",
57 "name": "sabre/dav",
122 "name": "Evert Pot",
140 "name": "sabre/event",
177 "name": "Evert Pot",
197 "name": "sabre/http",
239 "name": "Evert Pot",
253 "name": "sabre/uri",
304 "name": "sabre/vobject",
[all …]
/plugin/wrap/
H A Dhelper.php94 // prefix adjustment of class name
154 * (get Attributes, select ODT element that fits, render it, return element name)
385 $name = '';
388 $name .= 'Language: '.$language;
398 $name .= 'Indent first';
405 $name .= 'Outdent first';
414 $name .= 'Indent';
420 $name .= 'Outdent';
436 $parent_properties ['style-name'] = 'Plugin_Wrap_Paragraphs';
437 $parent_properties ['style-display-name']
[all...]
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfc48 name="Create"
58 name="CreateHtml"
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" />
69 <cfparam name="this.value" type="string" default="" />
85 name="isCompatible"
149 name="getTextArea"
174 name="getHtmlEditor"
191 // append toolbarset name to the url
[all …]

1...<<121122123124125126127128129130>>...324