Home
last modified time | relevance | path

Searched defs:element (Results 201 – 225 of 317) sorted by path

12345678910>>...13

/plugin/jmol2/jmol/
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/jplayer/components/jplayer/dist/jplayer/
H A Djquery.jplayer.js81 $.jPlayer = function( options, element ) { argument
179 $.each($.jPlayer.prototype.instances, function(i, element) { argument
1256 $.each(this.instances, function(i, element) { argument
/plugin/jplayer/components/jplayer/
H A Djplayer-built.js81 $.jPlayer = function( options, element ) { argument
179 $.each($.jPlayer.prototype.instances, function(i, element) { argument
1256 $.each(this.instances, function(i, element) { argument
/plugin/jplayer/components/
H A Drequire-built.js2126 $.jPlayer = function( options, element ) { argument
2224 $.each($.jPlayer.prototype.instances, function(i, element) { argument
3301 $.each(this.instances, function(i, element) { argument
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/
H A Djquery.jplayer.js81 $.jPlayer = function( options, element ) { argument
179 $.each($.jPlayer.prototype.instances, function(i, element) { argument
1256 $.each(this.instances, function(i, element) { argument
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daac.js578 this.prototype.processSingle = function(element, channel) { argument
613 this.prototype.processPair = function(element, channel) { argument
665 this.prototype.processIS = function(element, left, right) { argument
707 this.prototype.processMS = function(element, left, right) { argument
734 this.prototype.applyChannelCoupling = function(element, couplingPoint, data1, data2) { argument
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
H A Djquery.jplayer.js81 $.jPlayer = function( options, element ) { argument
179 $.each($.jPlayer.prototype.instances, function(i, element) { argument
1256 $.each(this.instances, function(i, element) { argument
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.matroska.php1362 private function getEBMLelement(&$element, $parent_end, $get_data=false) {
1403 private function unhandledElement($type, $line, $element) {
1477 private function HandleEMBLClusterBlock($element, $block_type, &$info) {
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.css.js5 …zure","Beige","Bisque","Black","BlanchedAlmond","Blue","BlueViolet","Brown","BurlyWood","CadetBlue…
H A Djquery.syntax.core.js8 Syntax.innerText=function(element){var text;if(!element){return"";} argument
24 return function(element,match,options){if(options.linkify===false) argument
H A Djquery.syntax.layout.editor.js21 Syntax.Editor.getCharacterOffset=function(element){var caretOffset=0;if(typeof window.getSelection!… argument
/plugin/metaeditor/
H A Djstree.js5463 element : false, property in AnonymousFunctiona82bfad2e400.vakata_context
6055 element : false, property in AnonymousFunctiona82bfad2ff00.vakata_dnd
6095 element : false, property in $.vakata.dnd._clean.vakata_dnd
/plugin/multiorphan/action/
H A Dmultiorphan.php154 private function __map_ids(&$element) {
/plugin/nsexport/
H A Dscript.js52 $form.find('[name="export[]"]:checked').each(function extractPageID(index, element) { argument
/plugin/odt/ODT/
H A DODTDocument.php335 function spanOpen($styleName, $element=NULL, $attributes=NULL){
349 function spanOpenUseCSS($element=NULL, $attributes=NULL, cssimportnew $import=NULL){
409 function paragraphOpen($styleName=NULL, $element=NULL, $attributes=NULL){
707 function heading($text, $level, $element=NULL, $attributes=NULL){
1006 function listOpen($continue=false, $styleName, $element=NULL, $attributes=NULL) {
1033 function listItemOpen($level, $element=NULL, $attributes=NULL) {
1052 function listHeaderOpen($level, $element=NULL, $attributes=NULL) {
1070 function listContentOpen($element=NULL, $attributes=NULL) {
1122 function tableRowOpen($element=NULL, $attributes=NULL){
2068 public function addHTMLElement ($element, $attributes = NULL) {
[all …]
H A DODTFootnote.php23 function footnoteOpen(ODTInternalParams $params, $element=NULL, $attributes=NULL) {
H A DODTFrame.php69 …public static function openTextBoxUseCSS (ODTInternalParams $params, $element=NULL, $attributes=NU…
98 …ction openTextBoxUseProperties (ODTInternalParams $params, $properties, $element=NULL, $attributes…
218 …public static function openFrameUseProperties (ODTInternalParams $params, $properties, $element=NU…
H A DODTHeading.php20 …static public function heading(ODTInternalParams $params, $text, $level, $element=NULL, $attribute…
H A DODTImport.php646 …rtStyle(ODTInternalParams $params, cssdocument $htmlStack, $style_type, $element, $attributes=NULL…
H A DODTList.php21 …nction listOpen(ODTInternalParams $params, $continue=false, $styleName, $element=NULL, $attributes…
73 …static public function listItemOpen(ODTInternalParams $params, $level, $element=NULL, $attributes=…
129 …static public function listHeaderOpen(ODTInternalParams $params, $level, $element=NULL, $attribute…
176 …static public function listContentOpen(ODTInternalParams $params, $element=NULL, $attributes=NULL)…
H A DODTParagraph.php29 …public static function paragraphOpen(ODTInternalParams $params, $styleName=NULL, $element=NULL, $a…
158 …public static function paragraphOpenUseCSS(ODTInternalParams $params, $element=NULL, $attributes=N…
H A DODTSpan.php18 …public static function spanOpen(ODTInternalParams $params, $styleName, $element=NULL, $attributes=…
52 … public static function spanOpenUseCSS(ODTInternalParams $params, $element=NULL, $attributes=NULL){
H A DODTState.php123 public function enter(ODTStateElement $element, $attributes=NULL) {
355 public function getElementCount($element) {
H A DODTTable.php20 …Params $params, $maxcols = NULL, $numrows = NULL, $tableStyleName=NULL, $element=NULL, $attributes…
215 …public static function tableRowOpen(ODTInternalParams $params, $styleName=NULL, $element=NULL, $at…
258 …, $rowspan = 1, $align = "left", $cellStyle=NULL, $paragraphStyle=NULL, $element=NULL, $attributes…
307 …, $rowspan = 1, $align = "left", $cellStyle=NULL, $paragraphStyle=NULL, $element=NULL, $attributes…
373 …ableOpenUseCSS(ODTInternalParams $params, $maxcols=NULL, $numrows=NULL, $element=NULL, $attributes…
447 …HeaderOpenUseCSS(ODTInternalParams $params, $colspan = 1, $rowspan = 1, $element=NULL, $attributes…
484 …public static function tableRowOpenUseCSS(ODTInternalParams $params, $element=NULL, $attributes=NU…
525 …public static function tableCellOpenUseCSS(ODTInternalParams $params, $element=NULL, $attributes=N…

12345678910>>...13