Home
last modified time | relevance | path

Searched refs:last (Results 501 – 525 of 663) sorted by last modified time

1...<<21222324252627

/plugin/ckgdoku/
H A Dscript.js41 var index, chars, match, stack = [], last = html; variable
64 stack.last = function(){ function
72 if ( !stack.last() || !special[ stack.last() ] ) {
117 html = html.replace(new RegExp("(.*)<\/" + stack.last() + "[^>]*>"), function(all, text){
127 parseEndTag( "", stack.last() );
130 if ( html == last )
132 last = html;
140 while ( stack.last() && inline[ stack.last() ] ) {
141 parseEndTag( "", stack.last() );
145 if ( closeSelf[ tagName ] && stack.last() == tagName ) {
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js1127 …,d);if(!w.dirty&&1===g.length)return c(b,"mouseup"===f.name);w.dirty=!0;w.last=d;e(b,g)}}function …
H A DCHANGES.md98 …ll editor content when a widget or a non-editable element is the first or last element of the cont…
99 …ed: Browser hangs when a table is inserted in the place of a selected list with an empty last item.
693 … fix this issue on IE11+ because necessary events stopped working. See a [last resort workaround](…
/plugin/ckgdoku/ckeditor/skins/moono/
H A Deditor.css5 ….cke_button:last-child,.cke_rtl .cke_button:first-child{border-radius:0 2px 2px 0}.cke_ltr .cke_bu…
H A Deditor_ie.css5 ….cke_button:last-child,.cke_rtl .cke_button:first-child{border-radius:0 2px 2px 0}.cke_ltr .cke_bu…
/plugin/ckgdoku/ckeditor/skins/moono-lisa/
H A Deditor_gecko.css5last-child:after,.cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after{content:""…
H A Deditor_ie.css5last-child:after,.cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after{content:""…
/plugin/stylingpages/
H A DREADME42 The file will be according to the last page that was saved.
/plugin/redissue/
H A DREADME.md13 …e ROOT of your redissue's folder or inside ``/usr/share/php`` folder. The last place is better if …
22 # Go to last version. Use "git describe --abbrev=0" to see last tag.
/plugin/dwcommits/lang/en/
H A Ddwc_admin.txt121 The last option is Restore Backup. Whenever you delete or prune an item, the maintenance software …
/plugin/vkeyboard/
H A Dvkeyboard.js.unc1431 if (lyt.length > this.VKI_keyCenter && y == lyt.length) className.push("last");
1562 if (y == tds.length - 1 && tds.length > this.VKI_keyCenter) className.push("last");
H A Dstyle.css203 #keyboardInputMaster tbody tr td table tbody tr td.last {
/plugin/database/
H A Ddatabase.php802 $last=count($elements)-1;
803 $name=$elements[$last];
813 $last=count($elements)-1;
814 $name=$elements[$last];
/plugin/navbox/
H A Dstyle.css72 .pgnb_list li:last-child::after {
/plugin/fckg/
H A Dscript.js41 var index, chars, match, stack = [], last = html; variable
43 stack.last = function(){ function
51 if ( !stack.last() || !special[ stack.last() ] ) {
96 html = html.replace(new RegExp("(.*)<\/" + stack.last() + "[^>]*>"), function(all, text){
106 parseEndTag( "", stack.last() );
109 if ( html == last )
111 last = html;
119 while ( stack.last() && inline[ stack.last() ] ) {
120 parseEndTag( "", stack.last() );
124 if ( closeSelf[ tagName ] && stack.last() == tagName ) {
H A Dstyle.css211 #keyboardInputMaster tbody tr td table tbody tr td.last {
/plugin/fckg/scripts/
H A Dscript-cmpr.js1last=function(){return this[this.length-1]};while(m){q=true;if(!r.last()||!g[r.last()]){if(m.index… function
/plugin/syntaxhighlighter3/
H A DREADME.md81 // If there are several titles, use the last one.
125 // If there are multiple hightlights, use the last one.
/plugin/prettyprint/
H A Dscript.js61 $tr.children().last().css('border-right', '0');
/plugin/fetchmedia/action/
H A Dajax.php306 static $last = 0;
307 if($init) $last = time();
308 while($last === $now = time()) {
311 $last = $now;
/plugin/jenkins/
H A DREADME.md7 * Display last build of a Job or a specific build
44 By default, jenkins plugin display the last build of your job. If you want to display a specific bu…
/plugin/database2/
H A Dstyle.css62 table.database2 tr.data-list table tbody tr.last td
67 table.database2 tr.data-list table tbody tr.last td.counter
/plugin/issuetracker/
H A Dprototype.js1007 if (Object.isFunction(args.last()))
1105 function last() { function
1137 if (0 == index || (sorted ? array.last() != value : !array.include(value)))
1200 last: last,
2125 attribute = pair.last(),
4487 last: function(elem, i, match, array){
4545 var first = match[2], last = match[3];
4547 if ( first == 1 && last == 0 ) {
4564 var diff = elem.nodeIndex - last;
H A Dsyntax.php1873 $last = count($ext) - 1;
1874 if ($ext[$last] == 'issues') {
H A Daction.php3679 $last = count($ext) - 1;
3680 if ($ext[$last] == 'issues') {

1...<<21222324252627