Home
last modified time | relevance | path

Searched refs:contents (Results 976 – 1000 of 1006) sorted by last modified time

1...<<3132333435363738394041

/plugin/flowplay2/flowplayer/
H A DREADME.txt395 - Removed the playlist view (the list that showed the playlist contents under the control buttons)
H A DLICENSE.txt496 propagate the contents of its contributor version.
/plugin/vote/
H A DCOPYING75 is covered only if its contents constitute a work based on the
/plugin/blogmeta/
H A DCOPYING75 is covered only if its contents constitute a work based on the
/plugin/btable/
H A DLICENSE75 is covered only if its contents constitute a work based on the
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js36contents.push(H);}};return C;},ArrayToList:function(A,B,C){if (C==undefined) C=0;if (!A||A.length<… property in FCKDomTools.ListToArray.G
79contents.push(I);else{Q={ 'root':P,'contents':[I] };F.push(Q);FCKDomTools.SetElementMarker(G,P,'_F… property in FCKListCommand.Execute.Q
H A Dfckeditorcode_gecko.js35contents.push(H);}};return C;},ArrayToList:function(A,B,C){if (C==undefined) C=0;if (!A||A.length<… property in FCKDomTools.ListToArray.G
78contents.push(I);else{Q={ 'root':P,'contents':[I] };F.push(Q);FCKDomTools.SetElementMarker(G,P,'_F… property in FCKListCommand.Execute.Q
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdomtools.js714 itemObj.contents.push( child ) ;
745 for ( var i = 0 ; i < item.contents.length ; i++ )
746 currentListItem.appendChild( item.contents[i].cloneNode( true ) ) ;
767 for ( var i = 0 ; i < item.contents.length ; i++ )
768 currentListItem.appendChild( item.contents[i].cloneNode( true ) ) ;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckdomrange.js457 case 1 : // After Start <target>^contents</target>
461 case 2 : // Before End <target>contents^</target>
465 case 3 : // Before Start ^<target>contents</target>
469 case 4 : // After End <target>contents</target>^
494 case 1 : // After Start <target>^contents</target>
498 case 2 : // Before End <target>contents^</target>
502 case 3 : // Before Start ^<target>contents</target>
506 case 4 : // After End <target>contents</target>^
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfcklistcommands.js114 groupObj.contents.push( block ) ;
248 var itemNode = groupObj.contents[i] ;
272 var contents = groupObj.contents ;
279 if ( contents.length == 1 && contents[0] == groupObj.root )
282 while ( contents[0].firstChild )
283 divBlock.appendChild( contents[0].removeChild( contents[0].firstChild ) ) ;
284 contents[0].appendChild( divBlock ) ;
285 contents[0] = divBlock ;
290 for ( var i = 0 ; i < contents.length ; i++ )
297 var contentNode = contents[i] ;
[all …]
/plugin/hr/
H A Dsyntax.php192 * handling the rendering. The contents of <tt>$aData</tt> is the
/plugin/deflist/
H A Dsyntax.php320 * handling the rendering. The contents of <tt>$aData</tt> is the
/plugin/darcspatch/
H A Dadmin.php120 if(($contents = file_get_contents($patch)) !== false) {
121 $contents = str_replace("\r",'',$contents);
123 if(preg_match_all('/(^\[.*?\])\s*\{(.*?)^\}/ms',$contents,$sections) > 0) {
185 foreach($files as $fname => $contents) {
188 elseif(io_saveFile($fname,$contents))
/plugin/dokukiwix/
H A DCOPYING490 propagate the contents of its contributor version.
/plugin/columnlist/
H A DLicense.txt75 is covered only if its contents constitute a work based on the
/plugin/remotescript/lib/
H A Dlicense.txt145 such a program is covered only if its contents constitute a work based
294 that the user who changes the contents of definitions files in the
/plugin/wysiwyg/fckeditor/
H A Dlicense.txt104 is covered only if its contents constitute a work based on the
459 such a program is covered only if its contents constitute a work based
608 that the user who changes the contents of definitions files in the
823 A. Any addition to or deletion from the contents of a file
1214 ``The contents of this file are subject to the Mozilla Public License
1232 Alternatively, the contents of this file may be used under the terms
/plugin/bashorg/
H A DCOPYING75 is covered only if its contents constitute a work based on the
/plugin/flowplay/flowplayer/
H A DLICENSE.txt116 wherever such third-party notices normally appear. The contents
/plugin/chat/
H A Dreadme.txt41 Use included ''local.php.dist'' and add its contents to your ''local.php'' settings file. Change th…
/plugin/virtualkeyboard/vk/
H A Dlicense.txt145 such a program is covered only if its contents constitute a work based
294 that the user who changes the contents of definitions files in the
/plugin/googlesearch/
H A Dnusoap.php5281 $contents = '';
5284 $contents .= '<item>';
5285 $contents .= $this->serialize_val($k,'key',false,false,false,false,$use);
5286 $contents .= $this->serialize_val($v,'value',false,false,false,false,$use);
5287 $contents .= '</item>';
5291 $xml = "<$name xsi:type=\"" . $tt_prefix . ":$uqType\">$contents</$name>";
5293 $xml = "<$name>$contents</$name>";
5296 $xml = "<$name xsi:type=\"" . $tt_prefix . ":$uqType\"$encodingStyle>$contents</$name>";
5408 $contents = '';
5434 .$contents
/plugin/txtconf/
H A Dtxtconfig.class.php158 $contents = @php_strip_whitespace($file);
161 preg_match_all($pattern,$contents,$matches,PREG_SET_ORDER);
H A Dconfig0.class.php127 $contents = @php_strip_whitespace($file);
130 preg_match_all($pattern,$contents,$matches,PREG_SET_ORDER);
465 $contents = join('',@file($file));
469 for ($i=0; $i<strlen($contents); $i++) {
470 if (!$state && is_whitespace($contents{$i})) continue;
472 if (!$state && ($c_close = is_commentopen($contents, $i))) {
473 $c_open_len = ($contents{$i} == '/') ? 2 : 1;
478 $out .= $contents{$i};
479 if (is_quote($contents{$i})) {
480 if (($state == $contents{$i}) && !is_escaped($contents, $i)) { $state = 0; continue; }
[all …]
/plugin/zip/pear/File/Archive/Reader/
H A DCache.php151 $contents = '';
154 $contents .= fread($this->tmpFile, $blockSize);
156 return $contents == '' ? null : $contents;

1...<<3132333435363738394041