Home
last modified time | relevance | path

Searched refs:rules (Results 151 – 175 of 336) sorted by relevance

12345678910>>...14

/plugin/fckg/fckeditor/editor/css/
H A Dfck_showtableborders_gecko.css21 * This CSS Style Sheet defines the rules to show table borders on Gecko.
H A Dfck_internal.css21 * This CSS Style Sheet defines rules used by the editor for its internal use.
/plugin/davcal/vendor/sabre/uri/
H A DREADME.md5 with URIs, staying true to the rules of [RFC3986][2].
/plugin/lists/
H A Dsyntax_plugin_lists.css10 If you want to change the styling rules either change the settings
/plugin/nstoc/
H A Dsyntax_plugin_nstoc.css9 If you want to change the styling rules either change the settings
/plugin/mdpage/vendor/cebe/markdown/
H A DCONTRIBUTING.md8 If you want to contribute code, there a few rules to follow:
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCONTRIBUTING.md11 The coding standard rules are defined in the **phpcs.xml.dist** file (part of this repository).
/plugin/autlogin/
H A Daction.php151 $rules = preg_split('/,/',$kriterium);
152 foreach($rules as $asd)
/plugin/wysiwyg/css/
H A Dfck_internal.css21 * This CSS Style Sheet defines rules used by the editor for its internal use.
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/
H A Dwiki.jst113 ##### Most methods follow these rules
124 ##### Exceptions to the rules
/plugin/wysiwyg/fckeditor/editor/css/
H A Dfck_internal.css21 * This CSS Style Sheet defines rules used by the editor for its internal use.
/plugin/metaheaders/
H A DREADME67 this plugin follows its rules.
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt79 menu where you can set a list of languages and style rules. Insanely convenient :-)
177 keyword HTML tag when in selectors, CSS keyword when in rules
184 rules everything from "{" till "}"
H A Dreadme.rus.txt189 rules все от "{" до "}"
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D56.56.js.map1 …\n 'cond',\n 'lambda',\n 'lambda*',\n 'syntax-rules',\n 'format…
/plugin/combo/action/
H A Drouter.php154 * for blocking rules on http request data such as:
519 // If there is a redirection defined in the page rules
1075 $rules = $this->pageRules->getRules();
1076 foreach ($rules as $rule) {
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCONTRIBUTING.md11 The coding standard rules are defined in the **phpcs.xml.dist** file (part of this repository).
/plugin/templateconfhelper/
H A DREADME80 change cache rules to see changes on cascade path.
/plugin/aichat/vendor/vanderlee/php-sentence/
H A DREADME.md82 The following is a rough list of the rules used to split sentences.
/plugin/latexport/
H A DREADME.md145 ## Uncomment these rules if you want to have nice URLs using
165 ## rules if your server setup allows HTTPS.
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js6839 }var rules=isIE?styleSheet.rules:styleSheet.cssRules;
6840 rules.length
6856 }}else{if(rules){for(var j=0,rulesLength=rules.length;
6870 }var rules=isIE?styleSheet.rules:styleSheet.cssRules;
6884 var rule=rules[i];
6942 if(!rules){return
6961 return rules
7141 return rules
7291 if(rules.length){result=this.template.tag.replace({rules:rules},this.panelNode)
7406 var rules=[];
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js25840 var rules = isIE ? styleSheet.rules : styleSheet.cssRules;
25841 rules.length;
25884 else if (rules)
25929 var rules = isIE ? styleSheet.rules : styleSheet.cssRules;
26157 if (!rules) return;
26205 return rules;
26969 var rules = [];
26971 return rules;
27455 if (rules.length)
27457 result = this.template.tag.replace({rules: rules}, this.panelNode);
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1344 domMemberMap.HTMLTableElement=extendArray(domMemberMap.Element,["bgColor","border","caption","cellPadding","cellSpacing","frame","rows","rules","summary","tBodies","tFoot","tHead","width","createCaption","createTFoot","createTHead","deleteCaption","deleteRow","deleteTFoot","deleteTHead","insertRow"]);
1457 FBL.ns(function(){with(FBL){var oSTR={NoMembersWarning:"There are no properties to show for this object.",EmptyStyleSheet:"There are no rules in this stylesheet.",EmptyElementCSS:"This element has no style rules.",AccessRestricted:"Access to restricted URI denied.","net.label.Parameters":"Parameters","net.label.Source":"Source",URLParameters:"Params",EditStyle:"Edit Element Style...",NewRule:"New Rule...",NewProp:"New Property...",EditProp:'Edit "%s"',DeleteProp:'Delete "%s"',DisableProp:'Disable "%s"'};
2297 },createChromeDiv=function(){var node=chrome.node=createGlobalElement("div"),style=createGlobalElement("style"),css=FirebugChrome.Skin.CSS,rules=".fbBody *{margin:0;padding:0;font-size:11px;line-height:13px;color:inherit;}"+css+".fbBody #fbHSplitter{position:absolute !important;} .fbBody #fbHTML span{line-height:14px;} .fbBody .lineNo div{line-height:inherit !important;}";
2299 if(style.styleSheet){style.styleSheet.cssText=rules
2300 }else{style.appendChild(context.document.createTextNode(rules))
6768 }return{read:function(text,startLine){var rule_start=[],rule_body_start=[],rules=[],in_comment=0,root=rule(),cur_parent=root,last_rule=null,stack=[],ch,ch2;
6850 }var rules=isIE?styleSheet.rules:styleSheet.cssRules;
6851 rules
7420 AnonymousFunction4beb612329d00(element,rules,usedProps,inheritMode) global() argument
7455 AnonymousFunction4beb612329f00(element,rules,usedProps,inheritMode) global() argument
[all...]
/plugin/code2/
H A Dsyntax_plugin_code.css12 If you want to change the styling rules either change the settings

12345678910>>...14