Home
last modified time | relevance | path

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

1...<<321322323324

/plugin/zip/pear/MIME/
H A DType.php103 $this->parameters[$param->name] = $param;
291 * @param string $name Attribute name
296 function addParameter($name, $value, $comment = false) argument
299 $tmp->name = $name;
302 $this->parameters[$name] = $tmp;
309 * @param string $name Parameter name
312 function removeParameter($name) argument
314 unset ($this->parameters[$name]);
/plugin/zip/pear/MIME/Type/
H A DParameter.php34 var $name; variable in MIME_Type_Parameter
73 $this->name = $this->getAttribute($param);
155 $val = $this->name.'="'.$this->value.'"';
/plugin/zip/pear/File/Archive/Reader/
H A DAr.php136 $name = $this->source->getData(16);
156 if (preg_match("/\#1\/(\d+)/", $name, $matches)) {
158 $name = $this->source->getData($matches[1]);
163 $name = preg_replace ("/\s+$/", "", $name);
167 if (empty($name) || empty($mtime) || empty($uid) ||
172 $this->_currentFilename = $this->getStandardURL($name);
H A DGzip.php108 $name = $this->source->getFilename();
109 $slashPos = strrpos($name, '/');
111 $name = substr($name, $slashPos+1);
113 $dotPos = strrpos($name, '.');
115 $name = substr($name, 0, $dotPos);
118 return $name;
H A DChangeName.php57 function modifyName($name) argument
61 $name;
68 function unmodifyName($name) argument
78 return $name;
100 foreach ($list as $name) {
111 if ($name === false) {
150 function modifyName($name) argument
163 return $name;
166 function unmodifyName($name) argument
179 return $name;
[all …]
H A DBzip2.php106 $name = $this->source->getFilename();
107 $pos = strrpos($name, ".");
109 return $name;
111 return substr($name, 0, $pos);
/plugin/zip/pear/File/
H A DArchive.php47 $name = $file[2];
48 $name = urldecode($name);
64 function& _option($name) argument
75 return $container[$name];
127 function setOption($name, $value) argument
140 function getOption($name) argument
142 return File_Archive::_option($name);
493 function readUploadedFile($name) argument
495 if (!isset($_FILES[$name])) {
498 switch ($_FILES[$name]['error']) {
[all …]
/plugin/zip/pear/File/Archive/Predicate/
H A DCustom.php74 $name = $source->getFilename();
/plugin/zip/pear/File/Archive/Writer/
H A DMail.php119 $name = '', $isfile = true) argument
121 return $this->mime->addHTMLImage($file, $c_type, $name, $isfile);
/plugin/socialmark/
H A Dlist.txt6 #if link text is not specified, the host name is used.
/plugin/bibtex/OSBib/
H A DCHANGELOG19 name is now allowed if the punctuation characters are different.
/plugin/bibtex/OSBib/create/
H A DMISC.php133 function aName($name) argument
136 <a name="$name"></a>
H A DADMINSTYLE.php1168 $name = $type . "_generic";
1169 if(!isset($this->vars[$name]))
1170 $name = "genericMisc";
1172 $name = $this->vars[$name];
1173 return "<fallbackstyle>$name</fallbackstyle>";
1315 $name = $type . "_generic";
1316 $this->session->setVar($name, base64_encode(trim($this->vars[$name])));
H A DFORM.php82 function hidden($name, $value) argument
109 <input type="checkbox" name="$name" $checked />
124 $pString .= "<select name=\"$name\" id=\"$name\" size=\"$size\">\n";
147 $pString .= "<select name=\"$name\" id=\"$name\" size=\"$size\">\n";
176 $pString .= "<select name=\"$name\" id=\"$name\" size=\"$size\">\n";
205 $pString .= "<select name=\"$name\" id=\"$name\" size=\"$size\">\n";
229 $name .= '[]';
230 $pString .= "<select name=\"$name\" id=\"$name\" size=\"$size\" multiple=\"multiple\">\n";
261 $name .= '[]';
262 $pString .= "<select name=\"$name\" id=\"$name\" size=\"$size\" multiple=\"multiple\">\n";
[all …]
/plugin/bibtex/OSBib/format/bibtexParse/
H A DLICENSE199 one line to give the program's name and a brief idea of what it does.
225 …Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WAR…
/plugin/bibtex/OSBib/format/
H A DLICENSE199 one line to give the program's name and a brief idea of what it does.
225 …Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WAR…
/plugin/math2/phpmathpublisher/
H A DCHANGELOG2 … once. The vertical alignment parameter is now recorded in the image file name and does not need m…
/plugin/cronojob/pseudo-cron/
H A Dgpl.txt293 <one line to give the program's name and a brief idea of what it does.>
294 Copyright (C) <year> <name of author>
316 Gnomovision version 69, Copyright (C) year name of author
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …ethod_defined?":1,method_missing:1,methods:1,min:1,module_eval:1,modulo:1,name:1,nesting:1,"new":1… property in hljs.LANGUAGES.ruby.c.keymethods

1...<<321322323324