Searched refs:spans (Results 1 - 25 of 25) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DRegion.h92 const Vector<Span, 16>& shapeSpans() const { return m_shape.spans(); }
95 void setShapeSpans(const Vector<Span>& spans) { m_shape.setSpans(spans); } argument
135 const Vector<Span, 16>& spans() const { return m_spans; } function in class:WebCore::Region::Shape
138 void setSpans(const Vector<Span>& spans) { m_spans = spans; } argument
/macosx-10.10/apache-793/httpd/docs/manual/style/scripts/
H A Dprettify.js509 * spans: [0, #1, 6, #2, 14, #3, 15, #4]
518 * The {@code} spans array is an array of pairs. Even elements are the start
534 var spans = [];
547 spans[k << 1] = length++;
548 spans[(k++ << 1) | 1] = node;
565 spans[k << 1] = length;
567 spans[(k++ << 1) | 1] = node;
577 spans: spans
1098 * spans
[all...]
H A Dprettify.min.js40 function extractSourceSpans(node,isPreformatted){var nocode=/(?:^|\s)nocode(?:\s|$)/;var chunks=[];var length=0;var spans=[];var k=0;function walk(node){switch(node.nodeType){case 1:if(nocode.test(node.className)){return;}
42 var nodeName=node.nodeName.toLowerCase();if('br'===nodeName||'li'===nodeName){chunks[k]='\n';spans[k<<1]=length++;spans[(k++<<1)|1]=node;}
44 chunks[k]=text;spans[k<<1]=length;length+=text.length;spans[(k++<<1)|1]=node;}
46 walk(node);return{sourceCode:chunks.join('').replace(/\n$/,''),spans:spans};}
97 function recombineTagsAndDecorations(job){var isIE8OrEarlier=/\bMSIE\s(\d+)/.exec(navigator.userAgent);isIE8OrEarlier=isIE8OrEarlier&&+isIE8OrEarlier[1]<=8;var newlineRe=/\n/g;var source=job.sourceCode;var sourceLength=source.length;var sourceIndex=0;var spans=job.spans;var nSpans=spans
[all...]
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeItem.c48 int *spans; /* 1 per tree-column. spans[N] is the column index of member in struct:TreeItem_
52 * because some spans were > 1). */
53 int spanAlloc; /* Size of spans[]. */
55 #define ITEM_FLAG_SPANS_SIMPLE 0x0002 /* All spans are 1 */
56 #define ITEM_FLAG_SPANS_VALID 0x0004 /* Some spans are > 1, but we don't
203 * When a style spans 2 or more columns, all of the requested width goes
209 * column in an item when spans are involved; however there is a lot of
233 } staticSpans[STATIC_SIZE], *spans = staticSpans; local
235 STATIC_ALLOC(spans, struc
4036 SpanInfo staticSpans[STATIC_SIZE], *spans = staticSpans; local
[all...]
H A DtkTreeDisplay.c82 int *spans; /* span[n] is the column index of the item member in struct:DItem
2727 if (dItem->spans != NULL) {
2729 if (dItem->spans[columnIndex] != columnIndex)
2733 dItem->spans[i] == columnIndex; i++) {
3023 dItem->spans = TreeItem_GetSpans(tree, dItem->item);
3135 dItem->spans = TreeItem_GetSpans(tree, dItem->item);
3350 dItem->spans = TreeItem_GetSpans(tree, dItem->item);
7251 /* All spans are 1. */
7252 } else if (dItem->spans == NULL) {
7257 } else if (columnIndex != dItem->spans[columnInde
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A Dcodemirror.js904 // collapsed spans). The widgets for all of them need to be drawn.
3317 // of read-only spans in its range.
3427 function makeChangeSingleDoc(doc, change, selAfter, spans) {
3429 return operation(doc.cm, makeChangeSingleDoc)(doc, change, selAfter, spans);
3453 if (doc.cm) makeChangeSingleDocInEditor(doc.cm, change, spans);
3454 else updateDoc(doc, change, spans);
3460 function makeChangeSingleDocInEditor(cm, change, spans) {
3477 updateDoc(doc, change, spans, estimateHeight(cm));
4909 // lines may point to the same marker when it spans across lines.
4910 // The spans wil
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dcodemirror.js904 // collapsed spans). The widgets for all of them need to be drawn.
3317 // of read-only spans in its range.
3427 function makeChangeSingleDoc(doc, change, selAfter, spans) {
3429 return operation(doc.cm, makeChangeSingleDoc)(doc, change, selAfter, spans);
3453 if (doc.cm) makeChangeSingleDocInEditor(doc.cm, change, spans);
3454 else updateDoc(doc, change, spans);
3460 function makeChangeSingleDocInEditor(cm, change, spans) {
3477 updateDoc(doc, change, spans, estimateHeight(cm));
4909 // lines may point to the same marker when it spans across lines.
4910 // The spans wil
[all...]
/macosx-10.10/text_cmds-88/join/
H A Djoin.c110 int spans = 1; /* span multiple delimiters (-t) */ variable
195 spans = 0;
358 if (spans && *fieldp == '\0')
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/tktable/
H A Dtktable.rb794 def spans method in class:Tk.BrowseCommand.ValidateArgs.CellCommand.ValidateArgs.SelectionCommand.ValidateArgs.ValidateCommand.ValidateArgs.set.set_row.set_col
795 simplelist(tk_send('spans')).collect{|inf|
802 alias span_list spans
804 lst = simplelist(tk_send('spans', tagid(idx)))
821 tk_send('spans', *args)
837 tk_send('spans', *args)
850 tk_send('spans', *args)
/macosx-10.10/vim-55/runtime/indent/
H A Dawk.vim172 " such a statement spans multiple lines.
/macosx-10.10/ruby-106/ruby/test/psych/
H A Dtest_yaml.rb405 { 'plain' => 'This unquoted scalar spans many lines.',
408 scalar spans
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/library/
H A Dtktable.py396 def spans(self, index=None, **kwargs): member in class:Table
397 """Manipulate row/col spans.
399 When called with no arguments, all known spans are returned as a dict.
402 pairs used to set spans. A span starts at the row,col defined by a key
407 self.tk.call(self._w, 'spans', *args)
409 return self.tk.call(self._w, 'spans', index)
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebCoreArgumentCoders.cpp321 Vector<Region::Span> spans;
322 if (!decoder.decode(spans))
326 region.setShapeSpans(spans);
/macosx-10.10/vim-55/runtime/syntax/
H A D2html.vim1016 " replace spans of just this class name with non-CSS style markup
1018 " Replace spans of this class name AND a diff class with non-CSS style
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm1395 If the primary key of your table spans multiple columns then
/macosx-10.10/bash-94.1.2/bash-3.2/lib/termcap/grot/
H A Dtexinfo.tex4120 % change spans more than two lines of output. To handle that, we would
/macosx-10.10/bash-94.1.2/bash-3.2/doc/
H A Dtexinfo.tex6188 % change spans more than two lines of output. To handle that, we would
/macosx-10.10/bc-21/bc/doc/
H A Dtexinfo.tex5553 % change spans more than two lines of output. To handle that, we would
/macosx-10.10/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex199 % change spans more than two lines of output. To handle that, we would
/macosx-10.10/gnudiff-19/diffutils/config/
H A Dtexinfo.tex5893 % change spans more than two lines of output. To handle that, we would
/macosx-10.10/gnutar-453/gnutar/doc/
H A Dtexinfo.tex202 % change spans more than two lines of output. To handle that, we would
/macosx-10.10/groff-38/groff/doc/
H A Dtexinfo.tex202 % change spans more than two lines of output. To handle that, we would
/macosx-10.10/uucp-11/uucp/
H A Dtexinfo.tex5761 % change spans more than two lines of output. To handle that, we would
/macosx-10.10/emacs-93/emacs/man/
H A Dtexinfo.tex204 % change spans more than two lines of output. To handle that, we would
/macosx-10.10/gnutar-453/gnutar/build-aux/
H A Dtexinfo.tex204 % change spans more than two lines of output. To handle that, we would

Completed in 589 milliseconds