Home
last modified time | relevance | path

Searched refs:attribute (Results 126 – 150 of 449) sorted by relevance

12345678910>>...18

/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DItem.php221 public function addAttribute(Attribute $attribute) argument
223 $this->attributes[$attribute->getKey()] = $attribute;
/plugin/pgn4web/pgn4web/
H A Dlon09r5.css98 /* a "width" attribute here must use the !important flag to override default settings */
103 /* a "width" attribute here must use the !important flag to override default settings */
113 /* a "width" attribute here must use the !important flag to override default settings */
/plugin/authgoogle/google/contrib/
H A DGoogle_AdexchangebuyerService.php379 public $attribute; variable in Google_Creative
424 public function setAttribute(/* array(Google_int) */ $attribute) { argument
425 $this->assertIsArray($attribute, 'Google_int', __METHOD__);
426 $this->attribute = $attribute;
429 return $this->attribute;
/plugin/combo/ComboStrap/
H A DCall.php172 * @param array $attribute
179 public static function createComboCall($tagName, $state, array $attribute = array(), string $rawContext = null, string $content = null, string $payload = null, int $position = null, string $syntaxComponentName = null): Call argument
182 PluginUtility::ATTRIBUTES => $attribute,
375 function &getPluginData($attribute = null)
378 if ($attribute === null) {
381 return $data[$attribute];
605 LogUtility::msg("You can't add an attribute to the non plugin call mode (" . $mode . ")", LogUtility::LVL_MSG_WARNING, "support");
648 * If the type returned is a boolean attribute,
651 * as third attribute
811 // boolean attribute a
374 getPluginData($attribute = null) global() argument
[all...]
H A DPluginUtility.php162 * Take an array where the key is the attribute name
165 * The attribute name and value are escaped
204 // * name may be alone (ie true boolean attribute)
240 * Return the attribute of a tag
428 * and process the plugin styling attribute such as width and height
429 * to put them in a style HTML attribute
799 static function addAttributeValue($attribute, $value, array &$attributes) argument
801 if (array_key_exists($attribute, $attributes) && $attributes[$attribute] !== "") {
802 $attributes[$attribute]
[all...]
/plugin/code3/styles/schemes/
H A Ddefault.css41 /** sgml attribute name. */
59 /** sgml attribute value. */
/plugin/quizlib/
H A Dsyntax.php87 foreach ($question->attributes() as $attribute=>$attributevalue){
88 switch ($attribute) {
/plugin/findologicxmlexport/vendor/sebastian/global-state/tests/_fixture/
H A DBlacklistedClass.php17 private static $attribute; variable in SebastianBergmann\\GlobalState\\TestFixture\\BlacklistedClass
H A DBlacklistedImplementor.php17 private static $attribute; variable in SebastianBergmann\\GlobalState\\TestFixture\\BlacklistedImplementor
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt163 attribute attribute
164 value attribute's value
172 attribute tag's attribute with or without value
173 value attribute's value
181 attr_selector attribute selector (square brackets in a[href^=http://])
199 attribute tag's attribute with or withou value
200 value attribute's value
/plugin/findologicxmlexport/vendor/jms/serializer/src/Annotation/
H A DXmlDiscriminator.php16 public $attribute = false; variable in JMS\\Serializer\\Annotation\\XmlDiscriminator
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dindex.rst7 attribute
/plugin/wysiwyg/fckeditor/editor/css/
H A Dfck_showtableborders_gecko.css24 /* For tables with the "border" attribute set to "0" */
34 /* For tables with no "border" attribute set */
/plugin/wysiwyg/css/
H A Dfck_showtableborders_gecko.css24 /* For tables with the "border" attribute set to "0" */
34 /* For tables with no "border" attribute set */
/plugin/fckg/fckeditor/editor/css/
H A Dfck_showtableborders_gecko.css31 /* For tables with the "border" attribute set to "0" */
41 /* For tables with no "border" attribute set */
/plugin/codeprettify/code-prettify/styles/
H A Ddesert.css12 pre .atn { color: #bdb76b; font-weight: bold } /* attribute name - khaki */
13 pre .atv { color: #ffa0a0 } /* attribute value - pink */
/plugin/gplusone/
H A Dplugin.info.txt6 desc Add Goole +1 button to wiki pages. Syntax: ~~GPLUSONE~attribute=value~~
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.AllowedClasses.txt
H A DAttr.ForbiddenClasses.txt
H A DAutoFormat.Linkify.txt
H A DAttr.AllowedRel.txt
H A DAutoFormat.PurifierLinkify.txt
/plugin/siteexport/inc/
H A DreadCSS.patch259 …)) { $tag = 'LANG>>'.strtolower($m[1]); } // mPDF 6 Special case for lang as attribute selector
260 …)) { $tag = 'LANG>>'.strtolower($m[1]); } // mPDF 6 Special case for lang as attribute selector
264 …g = $m[1].'>>LANG>>'.strtolower($m[2]); } // mPDF 6 Special case for lang as attribute selector
265 …g = $m[1].'>>LANG>>'.strtolower($m[2]); } // mPDF 6 Special case for lang as attribute selector
280 …)) { $tag = 'LANG>>'.strtolower($m[1]); } // mPDF 6 Special case for lang as attribute selector
281 …)) { $tag = 'LANG>>'.strtolower($m[1]); } // mPDF 6 Special case for lang as attribute selector
285 …g = $m[1].'>>LANG>>'.strtolower($m[2]); } // mPDF 6 Special case for lang as attribute selector
286 …g = $m[1].'>>LANG>>'.strtolower($m[2]); } // mPDF 6 Special case for lang as attribute selector
/plugin/odt/ODT/
H A DXMLUtil.php389 public static function getAttributeValue ($attribute, $xmlCode) { argument
390 $pattern = '/\s'.$attribute.'="[^"]*"/';
392 $value = substr($matches [0], strlen($attribute)+2);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/
H A Dcombined_debug_info.test15 Twig\Error\RuntimeError: Impossible to access an attribute ("bar") on a string variable ("foo") in …

12345678910>>...18