Home
last modified time | relevance | path

Searched refs:tagName (Results 151 – 175 of 300) sorted by last modified time

12345678910>>...12

/plugin/sequencediagram/bower_components/bower-webfontloader/
H A Dwebfont.js5 …(g=!0,c&&c(null),e.onload=e.onreadystatechange=null,"HEAD"==e.parentNode.tagName&&f.removeChild(e)…
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram.js2694 if (div === null || !div.tagName) {
H A Dsequence-diagram-min.js8 …tainer)?document.getElementById(container):container;if(null===div||!div.tagName)throw new Error("…
H A Dsequence-diagram-min.js.map1 …aelSimple","drawSVG","defaultOptions","div","isString","getElementById","tagName","Theme","drawing…
H A Dsequence-diagram-raphael-min.js.map1 …aelSimple","drawSVG","defaultOptions","div","isString","getElementById","tagName","Theme","drawing…
H A Dsequence-diagram-raphael.js2408 if (div === null || !div.tagName) {
/plugin/sequencediagram/bower_components/raphael/
H A Draphael.min.js1tagName?null==r?{container:a,width:a.style.pixelWidth||a.offsetWidth,height:a.style.pixelHeight||a…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php324 if ($node instanceof DOMElement && $node->tagName == 'arguments') {
327 if ($argument->tagName == 'file' ||
328 $argument->tagName == 'directory') {
H A DXML.php187 switch ($element->tagName) {
192 if (!$entry instanceof DOMElement || $entry->tagName !== 'element') {
240 settype($variable, $element->tagName);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DTagFactory.php79 …* @param string $tagName Name of tag to register a handler for. When registering a namespaced tag,…
92 public function registerTagHandler($tagName, $handler); argument
H A DStandardTagFactory.php114 list($tagName, $tagBody) = $this->extractTagParts($tagLine);
122 return $this->createTag($tagBody, $tagName, $context);
144 public function registerTagHandler($tagName, $handler) argument
146 Assert::stringNotEmpty($tagName);
151 if (strpos($tagName, '\\') && $tagName[0] !== '\\') {
157 $this->tagHandlerMappings[$tagName] = $handler;
207 * @param string $tagName
215 if (isset($this->tagHandlerMappings[$tagName])) {
216 $handlerClassName = $this->tagHandlerMappings[$tagName];
217 } elseif ($this->isAnnotation($tagName)) {
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dnv.d3.min.js2tagName&&(i=!1),d3.event.target.className.baseVal.match("nv-legend")&&(j=!0)),i&&(d-=f.left,e-=f.t…
H A Dbootstrap.min.js6tagName)){switch(a.which){case 37:this.prev();break;case 39:this.next();break;default:return}a.pre…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DReport.php60 private function getUnitObject($tagName, $name) argument
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1988 $expectedElement->tagName,
1989 $actualElement->tagName,
2001 $expectedElement->tagName
2018 $expectedElement->tagName
2035 $expectedElement->tagName
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlSerializationVisitor.php197 …$tagName = null !== $this->currentMetadata && $this->currentMetadata->xmlKeyValuePairs && $this->i…
199 $entryNode = $this->createElement($tagName, $namespace);
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityNotAllowedTagError.php21 private $tagName; variable in Twig\\Sandbox\\SecurityNotAllowedTagError
23 …public function __construct($message, $tagName, $lineno = -1, $filename = null, \Exception $previo… argument
26 $this->tagName = $tagName;
31 return $this->tagName;
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
H A DDocBlockFactory.php58 foreach ($additionalTags as $tagName => $tagHandler) {
59 $docBlockFactory->registerTagHandler($tagName, $tagHandler);
106 public function registerTagHandler($tagName, $handler) argument
108 $this->tagFactory->registerTagHandler($tagName, $handler);
/plugin/editonlink/
H A Dscript.js7 …if (a.tagName === 'A' && (a.classList.contains("wikilink1") || a.classList.contains("wikilink2") |…
37 if (a.tagName !== 'A') return;
/plugin/metaeditor/
H A Djstree.js173 if(needle && needle.id && (!needle.tagName || !needle.nodeType)) { needle = needle.id; }
614 if(e.target.tagName === "INPUT") { return true; }
742 if(e.target.tagName === "INPUT") { return true; }
/plugin/datepicker/script/jscalendar-1.0/
H A Dcalendar.js103 var is_div = /^div$/i.test(el.tagName);
158 while (f.nodeType != 1 || /^div$/i.test(f.tagName))
/plugin/ckgdoku/
H A Dscript.js138 function parseStartTag( tag, tagName, rest, unary ) { argument
139 if ( block[ tagName ] ) {
145 if ( closeSelf[ tagName ] && stack.last() == tagName ) {
146 parseEndTag( "", tagName );
149 unary = empty[ tagName ] || !!unary;
152 stack.push( tagName );
171 handler.start( tagName, attrs, unary );
175 function parseEndTag( tag, tagName ) { argument
177 if ( !tagName )
183 if ( stack[ pos ] == tagName )
/plugin/chordsheets/js/
H A Draphael.js1tagName?null==r?{container:a,width:a.style.pixelWidth||a.offsetWidth,height:a.style.pixelHeight||a…
/plugin/fckg/
H A Dscript.js117 function parseStartTag( tag, tagName, rest, unary ) { argument
118 if ( block[ tagName ] ) {
124 if ( closeSelf[ tagName ] && stack.last() == tagName ) {
125 parseEndTag( "", tagName );
128 unary = empty[ tagName ] || !!unary;
131 stack.push( tagName );
150 handler.start( tagName, attrs, unary );
154 function parseEndTag( tag, tagName ) { argument
156 if ( !tagName )
162 if ( stack[ pos ] == tagName )
/plugin/fckg/fckeditor/editor/plugins/geshi/
H A Dfckplugin.js230 if(n.tagName == "SCRIPT") return "none";
231 if(!s[prop]) return "LI,P,TR".indexOf(n.tagName) > -1 ? "block" : n.style[prop];
232 if(s[prop] =="block" && n.tagName=="TD") return "feaux-inline";

12345678910>>...12