Home
last modified time | relevance | path

Searched refs:types (Results 551 – 570 of 570) sorted by last modified time

1...<<212223

/plugin/mytemplate/
H A DREADME8 into those placeholders. Both types of pages can be viewed when browsing the wiki.
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-api.js125 SimileAjax.parseURLParameters = function(url, to, types) { argument
127 types = types || {};
153 var type = types[i] || String;
/plugin/jsonrpc/
H A Djsonrpc.php391 $types = array_keys(getMimeTypes());
392 $types = array_map(create_function('$q','return preg_quote($q,"/");'),$types);
393 $regex = join('|',$types);
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java.bak1006 // TODO: Support other atomic types
/plugin/jquery/
H A Djquery-1.4.2.js1610 types = types.split(" ");
1614 while ( (type = types[ i++ ]) ) {
1692 if ( types && types.type ) {
1693 handler = types.handler;
1694 types = types.type;
1698 if ( !types || typeof types === "string" && types.charAt(0) === "." ) {
1699 types = types || "";
1710 types = types.split(" ");
1712 while ( (type = types[ i++ ]) ) {
2485 types = (types || "").split(" ");
[all …]
/plugin/jmol2/jmol/
H A DCHANGES.txt1607 # code: better algorithm for atom types in Mol2Reader
1666 # selects within a set of atom types (defined currently only for mol2 and AMBER topology file type…
1668 # defaults to atom name if no types are indicated
2525 # new feature: draw with mixed types processes them in order
2605 # Between types, or involving NOT, options are AND'd together
2754 # bug fix: "show data types" putting comma in wrong location
3652 # allows FULL math access to ALL getProperty types
3667 # For many property types, the qualifier is an atom set
4114 # new feature: MOL reader recognizes bond types 4,5,6,7
4709 # bug fix: isosurface color -- not operating for some isosurface types
[all …]
/plugin/freesync/
H A Dhelper.php443 $types = array_keys(getMimeTypes());
444 $types = array_map(create_function('$q','return preg_quote($q,"/");'),$types);
445 $regex = join('|',$types);
/plugin/codehighlight/cp/languages/
H A Dsql.css7 u {color:#FF0000;font-style:normal;} /* types */
H A Dcsharp.css7 a {color:#2A0088;font-weight:bold;font-style:normal;} /* types */
/plugin/flowplay2/flowplayer/
H A DREADME.txt393 …- Changed the splash image to use the 'baseURL' variable that is used with all other types of clip…
/plugin/flowplay/flowplayer/
H A DLICENSE.txt34 and conversions to other media types.
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php110 list($info, $citation, $common, $types) = $parseXML->extractEntries($fh);
112 return array($info, $citation, $common, $types);
123 function getStyle($common, $types) argument
126 $this->typesToArray($types);
152 function typesToArray($types) argument
154 foreach($types as $resourceArray)
226 $this->type = array_search($type, $this->styleMap->types);
H A DREADME.txt61 1/ You should edit $this->types.
62 …, 'creator2', 'creator3', 'creator4' or 'creator5'. For resource types in $this->types that you s…
149 $type is the resource type which must be one of the ones listed in $this->types in STYLEMAP.php.
/plugin/googlesearch/
H A Dnusoap.php3996 … * @param mixed $schemaTargetNamespace optional 'types' targetNamespace for service schema or false
4927 foreach($this->typemap as $ns => $types) {
4928 if (isset($types[$partType])) {
/plugin/bibtex/OSBib/
H A DPARSEXML.php62 $types[] = $array;
71 $types[] = $array;
73 return array($info, $citation, $common, $types);
H A DCHANGELOG36 2/ Fixed a bug with bibtex 'misc' reference types.
H A DSTYLEMAP.php65 $this->types = array(
H A DSTYLEMAPBIBTEX.php81 $this->types = array(
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php131 $resourceTypes = array_keys($styleMap->types);
137 list($info, $citation, $common, $types) = $parseXML->extractEntries($fh);
155 $this->arrayToTemplate($types);
174 function arrayToTemplate($types) argument
177 foreach($types as $resourceArray)
566 $types = array_keys($this->map->types);
856 foreach($types as $key)
1056 $types = array_keys($this->map->types);
1136 foreach($types as $key)
1303 $types = array_keys($this->map->types);
[all …]

1...<<212223