Home
last modified time | relevance | path

Searched refs:count (Results 476 – 500 of 2539) sorted by path

1...<<11121314151617181920>>...102

/plugin/combo/ComboStrap/
H A DMarkupRef.php139 if (count($properties) >= 1) {
588 if (count($tokens) == 2) {
H A DOutline.php468 if (count($innerTopSections) === 0) {
471 $firstInnerSection = $innerTopSections[count($innerTopSections)];
H A DOutlineSection.php276 $headingExitCall = $this->headingCalls[count($this->headingCalls) - 1];
H A DOutlineVisitor.php128 if (count($actualChildren) === 1) {
H A DPageRules.php56 ->setQueryParametrized("SELECT count(*) FROM PAGE_RULES where ID = ?", [$id]);
57 $count = 0;
59 $count = $request
69 return $count === 1;
85 ->setQueryParametrized("SELECT count(*) FROM PAGE_RULES where MATCHER = ?", [$pattern]);
86 $count = 0;
88 $count = $request->execute()
97 return $count === 1;
210 public function count() function in ComboStrap\\PageRules
215 ->setQuery("select count(
[all...]
H A DSnippetSystem.php218 return count($this->getSnippetsForComponent($componentId)) > 0;
H A DStringUtility.php159 * The word count does not take into account
161 * Therefore the node <node> and attribute name=value are not taken in the count
183 return count($wordsWithoutEmpty);
H A DTemplateEngine.php308 if (count($this->templateSearchDirectories) !== 2) {
H A DToc.php74 if (count($toc) < $tocMinHeads) {
233 return $conf['tocminheads'] && count($this->tocData) >= $conf['tocminheads'];
H A DTreeNode.php34 $childCount = count($this->children);
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadata.php690 if (count(static::getChildrenClass()) >= 1) {
/plugin/combo/ComboStrap/Meta/Field/
H A DBacklinkCount.php18 * Internal backlink count
63 LogUtility::msg("Backlink count is not yet supported on the resource type ({$resource->getType()}");
73 LogUtility::msg("The store ($storeClass) does not support backlink count");
93 ->setQueryParametrized("select count(1) from PAGE_REFERENCES where REFERENCE = ? ", [$this->getResource()->getPathObject()->toAbsoluteId()]);
94 $count = 0;
96 $count = $request
104 return intval($count);
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMetaField.php152 if (count($childrenMetadata) === 0) {
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlLexer.php620 for ($i = 0, $count = $atn->getNumberOfDecisions(); $i < $count; $i++) {
H A DPageSqlParser.php256 for ($i = 0, $count = $atn->getNumberOfDecisions(); $i < $count; $i++) {
/plugin/combo/ComboStrap/Tag/
H A DBoxTag.php91 if (count($inlineTagFounds) > 1) {
H A DWebCodeTag.php196 && count($codes) === 1
439 if (count($externalResources) <= 1) {
/plugin/combo/ComboStrap/Web/
H A DUrl.php633 $namesCount = count($names);
678 $count = count($names);
679 if ($count === 0) {
682 $parentPath = implode(self::PATH_SEP, array_splice($names, 0, $count - 1));
/plugin/combo/ComboStrap/Xml/
H A DXhtmlUtility.php67 return count(preg_split("/<\/p>|<\/h[1-9]{1}>|<br|<\/tr>|<\/li>|<hr>|<\/pre>/", $text)) - 1;
/plugin/combo/action/
H A Dlinkwizard.php92 if (!count($pages)) {
H A Drouter.php912 if (isset($MSG) && count($MSG) && !defined('NOSESSION')) {
966 if (count($pagesWithSameName) > 0) {
H A Droutermessage.php195 if (count($pagesWithSameName) === 1) {
203 if (count($pagesWithSameName) > 0) {
/plugin/combo/renderer/
H A Danalytics.php237 $statExport[self::EDITS_COUNT] = count($revs);
264 * Word and chars count
265 * The word count does not take into account
267 * Therefore the node and attribute are not taken in the count
280 $countBacklinks = count($linkLengths);
367 $headersCount = count($this->stats[self::HEADER_POSITION]);
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js42 d.console.scroll();}},scroll:function(){with(firebug){el.left.console.monitor.environment.getElement().parentNode.scrollTop=Math.abs(el.left.console.monitor.environment.getSize().offsetHeight-(el.left.console.monitor.element.parentNode.offsetHeight-11));}},run:function(_command){with(firebug){if(!internal.init){d.console.cache.push({"command":_command,"arg":Array.prototype.slice.call(arguments,1)});}else{d.console.cmd[_command].apply(window,Array.prototype.slice.call(arguments,1));}}},toggleML:function(){with(firebug){var open=!env.ml;env.ml=!env.ml;d.navigateRightColumn("console",open);el[open?"left":"right"].console.mlButton.environment.addStyle({display:"none"});el[!open?"left":"right"].console.mlButton.environment.addStyle({display:"block"});el.left.console.mlButton.attribute[(open?"add":"remove")+"Class"]("CloseML");}},countMap:{},timeMap:{},cmd:{log:function(_value){with(firebug){var args=d.console.formatArgs.apply(window,arguments);d.console.addLine().attribute.addClass("Log").update(args);d.console.scroll();}},warn:function(_value){with(firebug){var args=d.console.formatArgs.apply(window,arguments);d.console.addLine().attribute.addClass("Warn").update(args);d.console.scroll();}},info:function(_value){with(firebug){var args=d.console.formatArgs.apply(window,arguments);d.console.addLine().attribute.addClass("Info").update(args);d.console.scroll();}},debug:function(_value){with(firebug){var args=d.console.formatArgs.apply(window,arguments);d.console.addLine().attribute.addClass("Debug").update(args);d.console.scroll();}},error:function(_value){with(firebug){var args=d.console.formatArgs.apply(window,arguments);d.console.addLine().attribute.addClass("Error").update(args);d.console.scroll();}},trace:function(_value){with(firebug){var stackAmt=3,f=arguments.caller,isArray=lib.util.IsArray(f);if((!isArray&&f)||(isArray&&f.length>0)){d.console.addLine().attribute.addClass("Arrow").update(">>> console.trace(stack)");for(var i=0;i<stackAmt;i++){var func=f.toString(),args=f.arguments;d.dom.open({"function":func,"arguments":args},d.console.addLine());f=f.caller;}}}},dir:function(_value){with(firebug){d.console.addLine().attribute.addClass("Arrow").update(">>> console.dir("+_value+")");d.dom.open(_value,d.console.addLine());}},dirxml:function(){with(firebug){d.console.cmd.log.apply(this,arguments);}},time:function(_name){with(firebug){d.console.timeMap[_name]=new Date().getTime();}},timeEnd:function(_name){with(firebug){if(_name in d.console.timeMap){var delta=new Date().getTime()-d.console.timeMap[_name],args=d.console.formatArgs.apply(window,[_name+":",delta+"ms"]);d.console.addLine().attribute.addClass("log").update(args);delete d.console.timeMap[_name];}}},count:function(_name){with(firebug){if(!d.console.countMap[_name])
100 _source[_index]=pi.util.Array.clone(_source[_index]);});return tmp;},count:function(_array,_value){var count=0;pi.util.Array.forEach(_array,function(){count+=Number(arguments[0]==_value);});return count;},forEach:function(_array,_function){if(_array.forEach) method in pi.util.Array
H A Dfirebug-lite-1.2.js1059 count: function(_name){
1946 count:function(_array,_value){ method in pi.util.Array
1947 var count = 0;
1949 count+=Number(arguments[0]==_value);
1951 return count;

1...<<11121314151617181920>>...102