Searched refs:placeholder (Results 76 - 100 of 137) sorted by relevance

123456

/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-SystemConfiguration-2.5.1/
H A Ddistribute_setup.py239 def _remove_flat_installation(placeholder):
240 if not os.path.isdir(placeholder):
241 log.warn('Unkown installation at %s', placeholder)
244 for file in os.listdir(placeholder):
253 pkg_info = os.path.join(placeholder, file)
264 element = os.path.join(placeholder, element)
275 placeholder = dist.get_command_obj('install').install_purelib
276 _create_fake_setuptools_pkg_info(placeholder)
278 def _create_fake_setuptools_pkg_info(placeholder):
279 if not placeholder o
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-WebKit-2.5.1/
H A Ddistribute_setup.py239 def _remove_flat_installation(placeholder):
240 if not os.path.isdir(placeholder):
241 log.warn('Unkown installation at %s', placeholder)
244 for file in os.listdir(placeholder):
253 pkg_info = os.path.join(placeholder, file)
264 element = os.path.join(placeholder, element)
275 placeholder = dist.get_command_obj('install').install_purelib
276 _create_fake_setuptools_pkg_info(placeholder)
278 def _create_fake_setuptools_pkg_info(placeholder):
279 if not placeholder o
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderFullScreen.cpp177 if (placeholder())
178 placeholder()->removeFromParent();
183 void RenderFullScreen::setPlaceholder(RenderBlock* placeholder) argument
185 m_placeholder = placeholder;
H A DRenderTextControl.cpp243 HTMLElement* placeholder = textFormControlElement().placeholderElement(); local
244 RenderElement* placeholderRenderer = placeholder ? placeholder->renderer() : 0;
249 // called from layout() of the parent and the placeholder layout doesn't
H A DRenderTextControlSingleLine.cpp219 // The placeholder gets layout last, after the parent text control and its other children,
220 // so in order to get the correct overflow from the placeholder we need to recompute it now.
275 if (HTMLElement* placeholder = inputElement().placeholderElement())
276 placeholder->setInlineStyleProperty(CSSPropertyTextOverflow, textShouldBeTruncated() ? CSSValueEllipsis : CSSValueClip);
/macosx-10.10/WebCore-7600.1.25/editing/
H A DInsertTextCommand.cpp156 Position placeholder; local
160 // If the caret is just before a placeholder, downstream will normalize the caret to it.
166 placeholder = downstream;
167 // Don't remove the placeholder yet, otherwise the block we're inserting into would collapse before
168 // we get a chance to insert into it. We check for a placeholder now, though, because doing so requires
191 if (placeholder.isNotNull())
192 removePlaceholderAt(placeholder);
199 if (placeholder.isNotNull())
200 removePlaceholderAt(placeholder);
H A DInsertListCommand.cpp279 // When removing a list, we must always create a placeholder to act as a point of insertion
281 RefPtr<Element> placeholder = createBreakElement(document()); local
282 RefPtr<Element> nodeToInsert = placeholder;
287 appendNode(placeholder, nodeToInsert);
303 // between it and listNode. So, we split up to listNode before inserting the placeholder
311 VisiblePosition insertionPoint = VisiblePosition(positionBeforeNode(placeholder.get()));
344 RefPtr<HTMLElement> placeholder = createBreakElement(document()); local
345 appendNode(placeholder, listItemElement);
363 // a placeholder and then recompute start and end.
364 RefPtr<Node> placeholder local
[all...]
H A DIndentOutdentCommand.cpp182 RefPtr<Node> placeholder = createBreakElement(document()); local
183 insertNodeBefore(placeholder, splitBlockquoteNode);
184 moveParagraph(startOfParagraph(visibleStartOfParagraph), endOfParagraph(visibleEndOfParagraph), positionBeforeNode(placeholder.get()), true);
H A DApplyBlockElementCommand.cpp109 RefPtr<Element> placeholder = createBreakElement(document()); local
110 appendNode(placeholder, blockquote);
111 setEndingSelection(VisibleSelection(positionBeforeNode(placeholder.get()), DOWNSTREAM, endingSelection().isDirectional()));
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dcc-engine.el2132 (let (placeholder pair-beg)
2134 (setq placeholder
2136 (setq last-pos placeholder)
7597 in-macro-expr c-syntactic-context placeholder c-in-literal-cache
7632 (setq placeholder
7640 (goto-char placeholder)
7703 (setq placeholder (c-literal-limits lim)))
7704 (c-add-syntax literal (car placeholder)))
7743 (setq placeholder (point)))))
7744 (goto-char placeholder)
[all...]
/macosx-10.10/swig-12/Source/Modules/
H A Ds-exp.cxx190 DOH *placeholder = Getattr(print_circle_hash, address); local
191 if (placeholder) {
192 Printv(out, placeholder, NIL);
195 String *placeholder = NewStringf("#%d#", ++print_circle_count); local
196 Setattr(print_circle_hash, address, placeholder);
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLTextAreaElement.idl30 [Reflect] attribute DOMString placeholder;
H A DHTMLTextFormControlElement.cpp164 HTMLElement* placeholder = placeholderElement(); local
165 if (!placeholder)
167 placeholder->setInlineStyleProperty(CSSPropertyVisibility, placeholderShouldBeVisible() ? CSSValueVisible : CSSValueHidden);
632 HTMLElement* placeholder = placeholderElement();
633 if (!placeholder) {
637 placeholder->setInlineStyleProperty(CSSPropertyVisibility, ASCIILiteral("hidden"));
H A DHTMLInputElement.idl47 [Reflect] attribute DOMString placeholder;
H A DHTMLTextAreaElement.cpp539 RefPtr<HTMLDivElement> placeholder = HTMLDivElement::create(document()); local
540 m_placeholder = placeholder.get();
541 m_placeholder->setPseudo(AtomicString("-webkit-input-placeholder", AtomicString::ConstructFromLiteral));
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DFilterBar.css67 .filter-bar > input[type="search"]::-webkit-input-placeholder {
H A DGoToLineDialog.css61 .go-to-line-dialog > div > input::-webkit-input-placeholder {
H A DGoToLineDialog.js37 this._input.placeholder = WebInspector.UIString("Line Number");
H A DBreakpointActionView.js134 input.placeholder = WebInspector.UIString("Message");
H A DCSSStyleDeclarationTextEditor.css39 .css-style-text-editor > .CodeMirror .CodeMirror-placeholder {
104 .css-style-text-editor > .CodeMirror .CodeMirror-lines .checkbox-placeholder {
H A DProbeSetDetailsSection.js114 textBox.placeholder = WebInspector.UIString("Expression");
H A DNavigationSidebarPanel.css85 .sidebar > .panel.navigation > .empty-content-placeholder {
98 body.mac-platform.legacy .sidebar > .panel.navigation > .empty-content-placeholder {
102 .sidebar > .panel.navigation > .empty-content-placeholder > .message {
/macosx-10.10/ppp-786.1.1/Helpers/snhelper/
H A Dlaunch_services.m36 LSApplicationProxy *app = [LSApplicationProxy applicationProxyForIdentifier:appIdentifierString placeholder:NO];
/macosx-10.10/WebInspectorUI-7600.1.17/Scripts/
H A Dupdate-codemirror-resources.rb33 addon/display/placeholder.js
/macosx-10.10/ruby-106/
H A DMakefile14 GnuAfterInstall = post-install install-plist install-irbrc install-rails-placeholder
151 install-rails-placeholder:

Completed in 324 milliseconds

123456