Home
last modified time | relevance | path

Searched refs:name (Results 4426 – 4450 of 8094) sorted by relevance

1...<<171172173174175176177178179180>>...324

/plugin/authgooglesheets/vendor/psr/http-message/
H A DCHANGELOG.md29 to add the parameter name (`$uploadedFiles`).
32 incorrect parameter name previously).
/plugin/mdpage/vendor/cebe/markdown/block/
H A DListTrait.php192 foreach ($attributes as $name => $value) {
193 $attributes[$name] = "$name=\"$value\"";
/plugin/gitlabproject/
H A DREADME.md31 **NAMESPACE** is the namespace of your project, typically the name of the user or group in which th…
33 **PROJECT_NAME** is the name of project.
45 Just call it after by its name.
/plugin/tagfilter/
H A Daction.php191 private function getJSONdecodedUrlParameter($name) argument
196 if ($INPUT->has($name)) {
197 $param = $INPUT->param($name);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D68.68.js.map1name', '', 'attribute.value']\n ],\n [\n /(@qualifiedName)(\\…
/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/
H A DDeserializationGraphNavigator.php166 …e conditional exclude/expose in %s you must configure the expression language.', $metadata->name));
224 $metadata->name,
241 …if ($this->dispatcher->hasListeners('serializer.post_deserialize', $metadata->name, $this->format)…
242 …$this->dispatcher->dispatch('serializer.post_deserialize', $metadata->name, $this->format, new Obj…
/plugin/offline/
H A Drenderer.php252 function internallink($id, $name = NULL, $search=NULL,$returnonly=false) { argument
258 $name = $this->_getLinkTitle($name, $default, $isImage, $id);
288 $link['name'] = $name;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckstyles.js314 styleDef.Attributes[ attNodes[j].name ] = attNodes[j].value ;
323 styleDef.Styles[ cssStyleNodes[j].name ] = cssStyleNodes[j].value ;
352 overrideDef.Attributes[ overrideAttNode[k].name ] = overrideAttValue ;
361 style.Name = styleNode.name || element ;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DUser.php601 public function setName(UserName $name) argument
603 $this->name = $name;
610 return $this->name;
/plugin/register/
H A Dregister.php47 var $start, $end, $name, $desc, $flags;
53 $this->name = $data[2];
73 $ret = $this->name;
199 var $name, $desc, $mmr_addr, $maxbits, $bits, $resetval, $bitrange, $perms, $sub_desc;
200 public function register($name, $desc, $mmr_addr, $resetval, $maxbits, $perms, $sub_desc, $bits) argument
202 $this->name = $name;
252 $text = $register->name;
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt107 title name of a function or a class inside a header
119 function function name in an entry (including parentheses)
130 title name of a function or a class inside a header
131 parent name of a parent class
216 title name of a function inside a header
234 title name of a function, procedure, constructor or destructor
248 title class name inside a header
312 class name of a class
380 title class name inside a header
393 title function name inside a header
[all …]
/plugin/vkeyboard/
H A Dvkeyboard.js.unc190 'name': "Arabic", 'keys': [
289 'name': "Czech", 'keys': [
298 'name': "Danish", 'keys': [
307 'name': "German", 'keys': [
325 'name': "Divehi", 'keys': [
343 'name': "Greek", 'keys': [
370 'name': "Dari", 'keys': [
379 'name': "Farsi", 'keys': [
442 'name': "Hindi", 'keys': [
518 'name': "Khmer", 'keys': [
[all …]
/plugin/pagequery/
H A DPageQuery.php92 * Builds the sorting array: array of arrays (0 = id, 1 = name, 2 = abstract, 3 = ... , etc)
114 // look for 'abc' by title instead of name ('abc' by page-id makes little sense)
115 // title takes precedence over name (should you try to sort by both...why?)
140 // establish page name (without namespace)
141 $name = noNS($id);
149 // second column is the display 'name' (used when sorting by 'name')
150 // this also avoids rebuilding the display name when building links later (DRY)
151 $row['name'] = $name;
[all...]
/plugin/jplayer/vendor/robloach/component-installer/
H A DREADME.md146 "name": "components/bootstrap",
178 Components can provide their own Component name. The following will install
183 "name": "components/jquery",
187 "name": "myownjquery"
193 Defaults to the package name, without the vendor.
203 "name": "components/backbone",
248 "name": "afarkas/html5shiv",
/plugin/authjoomla3/
H A Dauth.php101 protected function getTableName($name) argument
103 return $this->joomlaConfig->dbprefix . $name;
/plugin/simplechat/
H A Dstyle.css7 #sc-name { position:absolute; top:0; right:0; font: bold 12px "Lucida Grande", Sans-Serif; text-ali…
8 #sc-name span { color: #fa9f00; }
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbar.js35 FCKToolbar.prototype.AddButton = function( name, label, tooltip, iconPathOrStripInfoArrayOrIndex, s… argument
40 …var oButton = new FCKToolbarButtonUI( name, label, tooltip, iconPathOrStripInfoArrayOrIndex, style…
/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Dhybrid.min.css1name{color:#f0c674}.hljs-comment,.hljs-meta,.hljs-meta .hljs-keyword{color:#707880}.hljs-number,.h…
H A Drailscasts.min.css1 …:#519f50}.hljs-tag,.hljs-name{color:#e8bf6a}.hljs-type{color:#da4939}.hljs-symbol,.hljs-bullet,.hl…
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPrincipal.php143 list(, $name) = URLUtil::splitPath($uri);
144 return $name;
/plugin/publish/_test/
H A Dmail.unit.test.php104 $USERINFO['name'] = 'John Smith';
111 $USERINFO['name'] = 'Mike Doe';
/plugin/combo/ComboStrap/
H A DBreakpoint.php63 * @param $name - the short name, the name used by bootstrap
66 public static function createFromShortName($name): Breakpoint argument
68 return new Breakpoint($name);
75 LogUtility::internalError("The breakpoint name ($longName) is unknown, defaulting to md");
108 LogUtility::internalError("The breakpoint short name ($this->shortBreakpointName) is unknown, defaulting to md");
/plugin/batchedit/
H A Dengine.php453 public static function getFileName($name, $ext = '') { argument
456 return $conf['cachedir'] . '/batchedit/' . $name . (!empty($ext) ? '.' . $ext : '');
478 public function save($id, $name, $data) { argument
479 file_put_contents(self::getFileName($id, $name), serialize($data));
485 public function load($id, $name) { argument
486 return @unserialize(file_get_contents(self::getFileName($id, $name)));
743 return md5($time['sec'] . $time['usec'] . $USERINFO['name'] . $USERINFO['mail']);
754 $properties['username'] = $USERINFO['name'];
769 private function saveArray($name, $array) { argument
770 $this->cache->save($this->id, $name,
776 loadArray($name) global() argument
[all...]
/plugin/eventum/
H A Dsyntax.php275 function link($format, $url, $name, $title) { argument
278 …c .= '<a class="iw_eventum" href="'.$url.'" target="_blank" title="'.$title.'">'.hsc($name).'</a>';
283 $doc .= $name; // we get the name already XML encoded
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php285 <input type="hidden" name="sabreAction" value="share" />
286 …<label>Share with (uri):</label> <input type="text" name="href" placeholder="mailto:user@example.o…
288 <select name="access">

1...<<171172173174175176177178179180>>...324