Home
last modified time | relevance | path

Searched +defs:class +defs:name (Results 1 – 25 of 90) sorted by relevance

1234

/plugin/ckgedit/ckeditor/
Dstyles.js18 { name: 'Code Text', element: 'code' }, property
23 name: 'Code Block', property
25 attributes: { 'class': 'code' } property
28 name: 'File Block', property
30 attributes: { 'class': 'file' } property
33 name: 'Remove Block', property
/plugin/ckgdoku/ckeditor/
Dstyles.js18 { name: 'Code Text', element: 'code' }, property
23 name: 'Code Block', property
25 attributes: { 'class': 'code' } property
28 name: 'File Block', property
30 attributes: { 'class': 'file' } property
33 name: 'Remove Block', property
/plugin/findologicxmlexport/vendor/jms/metadata/src/
DPropertyMetadata.php20 public $class; variable in Metadata\\PropertyMetadata
25 public $name; variable in Metadata\\PropertyMetadata
27 public function __construct(string $class, string $name)
DMethodMetadata.php20 public $class; variable in Metadata\\MethodMetadata
25 public $name; variable in Metadata\\MethodMetadata
32 public function __construct(string $class, string $name)
/plugin/bibtex/OSBib/create/
DMISC.php32 function hr($class = FALSE)
40 function p($data = '', $class = FALSE, $align = "left")
56 function ul($data, $class = FALSE)
64 function ol($data, $class = FALSE, $type = "1")
72 function li($data, $class = FALSE)
80 function b($data, $class = FALSE)
87 function i($data, $class = FALSE)
94 function u($data, $class = FALSE)
101 function span($data, $class = FALSE)
108 function h($data, $class = FALSE, $level = 4)
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
DEvalBarrett.php48 protected static function reduce(array $n, array $m, $class)
61 protected static function generateCustomReduction(PHP $m, $class)
167 private static function generateInlineTrim($name)
187 private static function generateInlineMultiply($input, array $arr, $output, $class)
262 private static function generateInlineAdd($x, $y, $result, $class)
310 private static function generateInlineSubtract2($known, $unknown, $result, $class)
369 private static function generateInlineSubtract1($unknown, array $known, $result, $class)
/plugin/botmon/
H A Dadmin.js95 _makeElement: function(name, atlist = undefined, text = undefined) { argument
795 'name': "Others", property
808 name: (it._bot.n ? it._bot.n : it._bot.id), property
973 'name': "Others", property
984 name: (it.n ? it.n : it.id), property
1018 addToCountries: function(iso, name, type) { argument
2092 … bli.appendChild(makeElement('span', {'class': 'has_icon bot bot_' + botInfo.id }, botInfo.name)); property
2093 bli.appendChild(makeElement('span', {'class': 'count' }, botInfo.count || kNoData)); property
2106 … li.appendChild(makeElement('span', {'class': 'has_icon ipaddr ip' + netInfo.typ }, netInfo.name)); property
2107 li.appendChild(makeElement('span', {'class': 'count' }, netInfo.count || kNoData)); property
[all …]
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
DAnnotationReader.php121 static public function addGlobalIgnoredName($name)
215 public function getClassAnnotations(ReflectionClass $class)
228 public function getClassAnnotation(ReflectionClass $class, $annotationName)
312 private function getIgnoredAnnotationNames(ReflectionClass $class)
331 private function getClassImports(ReflectionClass $class)
402 private function collectParsingMetadata(ReflectionClass $class)
/plugin/components/lib/
Dcomponent_manager.php14 abstract protected function handle($class);
16 protected function load($dir, $name='') {
29 private function load_dir($dir, $name) {
/plugin/scrape/vendor/scotteh/php-dom-wrapper/src/Traits/
DManipulationTrait.php27 public function __call(string $name, array $arguments) {
364 public function removeAttr(string $name): self {
379 public function hasAttr(string $name): bool {
396 public function getAttr(string $name): string {
414 public function setAttr(string $name, $value): self {
430 public function attr(string $name, $value = null) {
445 protected function _pushAttrValue(string $name, $value, bool $addValue = false): void {
484 public function addClass($class): self {
495 public function removeClass($class): self {
506 public function hasClass(string $class): bool {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
DNameGenerator.php34 public function name(ReflectionClass $class = null, array $interfaces) function in Prophecy\\Doubler\\NameGenerator
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
DTestSuite.php52 protected $name = ''; variable in PHPUnit_Framework_TestSuite
117 public function __construct($theClass = '', $name = '')
429 public static function createTest(ReflectionClass $theClass, $name)
781 public function setName($name)
838 protected function addTestMethod(ReflectionClass $class, ReflectionMethod $method)
911 protected static function skipTest($class, $methodName, $message)
923 protected static function incompleteTest($class, $methodName, $message)
/plugin/vcard/
Dsyntax.php300 private function _tag($tag_, $text, $class = '') {
378 private function _emaillink(&$renderer, $mail, $name = '') {
386 private function _weblink(&$renderer, $url, $name = '', $class = '', $title ='') {
/plugin/findologicxmlexport/vendor/hoa/stream/Filter/
DFilter.php107 $name,
108 $class,
154 $name,
192 $name,
246 public static function isRegistered($name)
/plugin/findologicxmlexport/vendor/twig/twig/src/
DEnvironment.php187 public function setBaseTemplateClass($class)
324 public function getCacheFilename($name)
350 public function getTemplateClass($name, $index = null)
383 public function render($name, array $context = [])
398 public function display($name, array $context = [])
414 public function load($name)
444 public function loadTemplate($name, $index = null)
452 public function loadClass($cls, $name, $index = null)
578 public function isTemplateFresh($name, $time)
694 public function tokenize($source, $name = null)
[all …]
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DExplain.php59 string $name, string $content = '', array $attributes = [], string $contentType = 'text'
204 public function visitSelectorSimpleClassName(Ast\Selector\Simple\ClassName $class): bool {
314 public function visitSelectorSimplePseudoClass(
326 public function visitEnterSelectorSimplePseudoClass(
/plugin/combo/ComboStrap/
H A DHistoricalBreadcrumbMenuItem.php147 public function createLink($id, $name, $class = null): string
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
DClassNode.php42 public function setParentClass($class)
82 public function addProperty($name, $visibility = 'public')
117 public function removeMethod($name)
127 public function getMethod($name)
137 public function hasMethod($name)
/plugin/jplayer/vendor/robloach/component-installer/
Dcomposer.json2 "name": "robloach/component-installer", string
8 "name": "Rob Loach", string
21 "class": "ComponentInstaller\\ComponentInstallerPlugin" string
/plugin/magnifier/
Dsyntax.php84 function _renderFinalPopupImage($id, $exists, $more, $name, $isImageMap, $script, $class='') {
/plugin/move/helper/
Dplan.php143 public function getOption($name) {
159 public function setOption($name, $value) {
253 protected function addMove($src, $dst, $class = self::CLASS_NS, $type = self::TYPE_PAGES) {
728 protected function findAffectedPages($src, $dst, $class, $type) {
/plugin/move/script/
Dtree.js43 var checkNameAllowed = function ($li, $parent, name) { argument
241 'class': $el.hasClass('type-d') ? 'ns' : 'doc', property
252 'class': $el.hasClass('type-d') ? 'ns' : 'doc', property
/plugin/fedauth/classes/
Dfa_provider.class.php33 public static function createCustom($id, $name, $url, $large, $small) {
91 public function getImageXHTML($size=PROV_SMALL, $class='floatimg') {
/plugin/popupviewer/syntax/
Dviewer.php159 function _renderFinalPopupImage($id, $exists, $more, $name, $isImageMap, $script, $class='') {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
DObjectProphecy.php70 public function willExtend($class)
266 public function __get($name)
277 public function __set($name, $value)

1234