Home
last modified time | relevance | path

Searched refs:type (Results 4276 – 4300 of 4303) sorted by last modified time

1...<<171172173

/plugin/virtualkeyboard/vk/extensions/dom/
H A Dselectbox.js159 if (pre && options[i][type] == state) continue;
164 res += (options[i][type] != state);
165 options[i][type] = state;
167 if ( options[i][type] == state && !pre) {
168 res += (options[i][type] == state);
169 options[i][type] = ! state;
547 if (!trackers[type]) return [];
548 if (!rev || !trackers[type][rev]) rev = trackers[type].length-2;
549 if (!trackers[type][rev]) rev = trackers[type].length-1;
550 if (!trackers[type][rev]) rev = 0;
[all …]
/plugin/chessdiagram/toolbar/
H A Denglish.diff3 > 'type' =>'insert',
H A Dgerman.diff3 > 'type' =>'insert',
/plugin/virtualkeyboard/vk/extensions/tests/
H A DjsUnitCore.js208 var type;
212 var isEqual = ( (type = _trueTypeOf(var1)) == _trueTypeOf(var2) );
214 switch (type) {
231 … assertObjectEquals(msg + ' found nested ' + type + '@' + i + '\n', var1[i], var2[i]);
/plugin/chat/
H A Dreadme.txt23 How to use it? Just type your message into text field below and hit [Enter]. That's it...
H A Dscript.js803 if (form.user && 'text' == form.user.type) {
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php293 $this->type = $type;
402 $this->type = $type;
465 $type = $this->type;
736 $type = $this->type;
953 $type = $this->type;
973 $type = $this->type;
1001 $type = $this->type;
1052 $type = $this->type;
1150 $type = $this->type;
1221 $type = $this->type;
[all …]
H A DPARSESTYLE.php22 function parseStringToArray($type, $subject, $map = FALSE) argument
28 $search = join('|', $this->map->$type);
H A DBIBSTYLE.php79 $type = $row['type']; // WIKINDX type
83 if(($type == 'book') || ($type == 'book_article'))
97 $this->row = $this->bibformat->preProcess($type, $this->row);
99 $type = $this->bibformat->type;
104 !array_key_exists('creator' . $index, $this->bibformat->styleMap->$type))
106 if(array_key_exists('creator' . $index, $this->bibformat->styleMap->$type))
112 if($editionKey = array_search('edition', $this->bibformat->styleMap->$type))
116 if(array_key_exists('pages', $this->bibformat->styleMap->$type))
119 if(array_key_exists('date', $this->bibformat->styleMap->$type))
122 if(array_key_exists('runningTime', $this->bibformat->styleMap->$type))
[all …]
H A DLICENSE225 … WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute i…
/plugin/virtualkeyboard/vk/
H A Dreadme.txt8 <script type="text/javascript" src="ArrayExtensions.js"></script>
9 <script type="text/javascript" src="DOMextensions.js"></script>
10 <script type="text/javascript" src="ddi/ddi.js"></script>
11 <script type="text/javascript" src="ddi/Plugins/ddi.plugin.fixNoMouseSelect.js"></script>
12 <script type="text/javascript" src="ddi/Plugins/ddi.plugin.moveIT.js"></script>
13 <script type="text/javascript" src="ddi/Plugins/ddi.plugin.adjustZIndex.js"></script>
14 <script type="text/javascript" src="ddi/Plugins/ddi.plugin.fixDragInMz.js"></script>
15 <script type="text/javascript" src="ddi/Plugins/ddi.plugin.fixDragInIE.js"></script>
16 <script type="text/javascript" src="virtualkeyboard.js"></script>
17 <link rel="stylesheet" type="text/css" href="keyboard/keyboard.css" /><!-- ��������� �� ���� �� key…
/plugin/gallery2/dwgallery/
H A Ddwgallery.php467 $type = $info[2];
470 if ($type == 1) $new = imagecreatefromgif($image);
471 elseif ($type == 2) $new = imagecreatefromjpeg($image);
472 elseif ($type == 3) $new = imagecreatefrompng($image);
480 if ($type == 1) imagegif($newimage, $thumbnail);
481 elseif ($type == 2) imagejpeg($newimage, $thumbnail);
482 elseif ($type == 3) imagepng($newimage, $thumbnail);
/plugin/googlesearch/
H A Dnusoap.php1919 var $type; variable in soapval
1963 $this->type = $type;
4713 $uqType = substr($t['type'], strrpos($t['type'], ':') + 1);
4714 $ns = substr($t['type'], 0, strrpos($t['type'], ':'));
6241 if ((!isset($type)) || $type == 'string' || $type == 'long' || $type == 'unsignedLong') {
6244 if ($type == 'int' || $type == 'integer' || $type == 'short' || $type == 'byte') {
6247 if ($type == 'float' || $type == 'double' || $type == 'decimal') {
6256 if ($type == 'base64' || $type == 'base64Binary') {
6261 if ($type == 'nonPositiveInteger' || $type == 'negativeInteger'
6262 || $type == 'nonNegativeInteger' || $type == 'positiveInteger'
[all …]
/plugin/txtconf/lang/fr/
H A Dintro_mime.txt4 Cette liste est egalement utilise pour verifie si un type de fichier peut-etre telechanger dans le …
/plugin/zip/
H A Dadmin.php179 if (preg_match("@zip@", $_FILES['zip_file']['type'])) {
/plugin/zip/pear/MIME/
H A DType.php83 if ($type) {
95 function parse($type) argument
153 return substr($type, 0, strpos($type, ';'));
155 return $type;
167 function getMedia($type) argument
204 return $type;
253 if ($type == '*/*' || MIME_Type::getSubtype($type) == '*') {
342 return $type;
346 if (!$type || !strlen($type)) {
352 $type = MIME_Type::stripParameters($type);
[all …]
/plugin/zip/pear/File/
H A DArchive.php1070 * @param string $type can be one of tgz, tbz, tar, zip, gz, gzip, bz2,
1078 function toArchive($filename, &$toConvert, $type = null, argument
1088 if ($type === null) {
1091 $extensions = strtolower($type);
1143 if ($type !== null || $nbCompressions == 0) {
1223 $type = null, $stat = array()) argument
1239 if ($type === null) {
1243 $type,
1274 $result = File_Archive::toArchive($reachable, $writer, $type);
1291 $result = File_Archive::toArchive($baseDir, $writer, $type);
[all …]
/plugin/zip/pear/File/Archive/Writer/
H A DTar.php64 $type = 5; // Directory
66 $type = 0; // Regular
68 $type = 1; // Link
71 $type = 9; // Unknown
94 $type,
/plugin/bibtex/OSBib/
H A DCHANGELOG8 4/A preview link is displayed next to each resource type template when editing a style. (Requires …
/plugin/bibtex/OSBib/create/
H A DMISC.php64 function ol($data, $class = FALSE, $type = "1") argument
67 <ul class="$class" type="$type">$data</ul>
H A DPREVIEWSTYLE.php49 $type = $templateNameArray[1];
69 $this->bibformat->$type = $templateArray;
72 $this->loadArrays($type);
73 $pString = $this->process($type);
77 function process($type) argument
82 if(($type == 'book') || ($type == 'book_article'))
96 $this->row = $this->bibformat->preProcess($type, $this->row);
98 $type = $this->bibformat->type;
113 if(array_key_exists('pages', $this->bibformat->styleMap->$type))
116 if(array_key_exists('date', $this->bibformat->styleMap->$type))
[all …]
H A Dcommon.js96 if ((currFormField.type == "checkbox") && currFormField.checked)
98 else if (currFormField.type != "checkbox")
H A DADMINSTYLE.php161 if(!empty($this->$type))
218 $this->$type = array();
567 if($type == 'add')
569 else if($type == 'edit')
576 if($type == 'add')
580 else if($type == 'edit')
902 if(($type == 'add') || ($type == 'copy'))
1138 $type = 'style_' . $key;
1190 if(($type == 'add') || ($type == 'edit'))
1280 if($type == 'add')
[all …]
/plugin/bibtex/OSBib/format/bibtexParse/
H A DLICENSE225 … WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute i…
H A DREADME52 …of separate BibTeX entries each one an array comprising the fields, entry type and given citation.…

1...<<171172173