Home
last modified time | relevance | path

Searched refs:classes (Results 376 – 396 of 396) sorted by last modified time

1...<<111213141516

/plugin/aceeditor/
H A Dbuild.js1 …!p.env&&typeof Components!="undefined"&&Components.classes&&Components.interfaces)r=Components.cla…
/plugin/bible/bible_douayRheims/
H A D2_Paralipomenon.txt677 …ir families, and to the Levites from the twentieth year and upward, by their classes and companies.
698 …ir families, and to the Levites from the twentieth year and upward, by their classes and companies.
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.js15 …lse{var classes=className.split(/ /);if(jQuery.inArray("syntax",classes)!==-1){for(var i=0;i<class…
H A Djquery.syntax.min.js15 …lse{var classes=className.split(/ /);if(jQuery.inArray("syntax",classes)!==-1){for(var i=0;i<class…
/plugin/semanticdata/
H A Dscript.js32 var classes = {'data_type_page' : [false, /data_type_(\w+) data_type_page/], class in AnonymousFunction7a8a233a0200
34 for (var c_class in classes) {
40 'data_page_' + pickers[i].className.match(classes[c_class][1])[1],
41 classes[c_class][0],
H A Dbureaucracy_field.php36 … $classes = 'data_type_' . $datatype['type'] . ($datatype['multi'] ? 's' : '') . ' ' .
38 … $content = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@LABEL@@', '', '@@CLASS@@ ' . $classes);
/plugin/semanticdata/syntax/
H A Dentry.php260 $classes = 'data_type_' . $vals['type'] . ($vals['multi'] ? 's' : '') . ' ' .
262 … $content = form_makeField('text', $fieldid . '[value]', $content, $vals['title'], '', $classes);
/plugin/tline/
H A DCHANGES.txt207 and tape divs. Eg classname of 'hot_event' will result in div classes of
/plugin/processing/
H A Dscript.js12526 var methods = [], classes = [], cstrs = [], functions = [];
12529 else if(type === 'E') { classes.push(index); }
12556 for(i = 0; i < classes.length; ++i) {
12557 classes[i] = transformInnerClass(atoms[classes[i]]);
12561 classes, { tail: tail });
/plugin/jmol2/jmol/
H A DCHANGES.txt584 # code: refactored classes -- next best thing to a separate package (they aren't really public)
3356 # code: refactoring of ModelSet and related classes for trajectories
4090 # more export generator classes
5157 # refactoring of all isosurface-related classes
5426 # essential classes included in the Jar file; others never included
/plugin/highlightjs/highlight/
H A Dhighlight.js279 var classes = block.className.split(/\s+/)
280 classes = classes.concat(block.parentNode.className.split(/\s+/));
281 for (var i = 0; i < classes.length; i++) {
282 var class_ = classes[i].replace(/^language-/, '');
H A Dreadme.eng.txt42 A full list of available classes is below ("Languages").
46 marked up by logical pieces with defined class names. The classes are
93 This is a full list of available classes corresponding to languages'
182 pseudo pseudo classes and elemens (:after, ::after etc.)
/plugin/codehighlight/cp/languages/
H A Dcss.css5 b, b a, b u {color:#000080;} /* tags, ids, classes */
/plugin/stars/
H A Dreadme.txt13 …- added classes for styling purposes ( span.starspan, img.starimage, img.halfstarimage, img.emptys…
/plugin/tip/
H A Dsyntax_plugin_tip.css13 /* Common settings for all tipXXX classes */
24 background-image: none; /* overwritten for some classes below */
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckjustifycommands.js36 var classes = FCKConfig.JustifyClasses ;
37 if ( classes )
42 return classes[0] ;
44 return classes[1] ;
46 return classes[2] ;
48 return classes[3] ;
66 var classes = FCKConfig.JustifyClasses ;
67 if ( classes )
71 var className = classes[i] ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dclass_upload.asp21 ' These are the classes used to handle ASP upload without using third
/plugin/bibtex/OSBib/
H A DCHANGELOG48 …in. This path is where PARSECREATORS, PARSEMONTH and PARSEPAGE classes can be found if you wish to…
52 Unless you store PARSECREATORS, PARSEMONTH and PARSEPAGE classes elsewhere, there is now no need to…
/plugin/bibtex/OSBib/format/bibtexParse/
H A DCHANGELOG6 A collection of PHP classes to manipulate bibtex files.
H A DREADME4 A collection of PHP classes to manipulate bibtex files.
/plugin/bibtex/OSBib/format/
H A DREADME.txt2 A collection of PHP classes to manage bibliographic formatting for OS bibliography software
21 where the first number (in this case '1.0') is the version number of the OSBib classes the style is…
25 The OSBib package does not yet have classes to handle the creation and editing of XML style files. …
122 … path where PARSECREATORS, PARSEMONTH and PARSEPAGE can be found. These classes are not part of O…

1...<<111213141516