/plugin/bibtex/OSBib/create/ |
H A D | MISC.php | 32 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 …]
|
H A D | TABLE.php | 32 …function tableStart($class = FALSE, $border = 0, $spacing = 0, $padding = 0, $align = "center", $w… 48 function trStart($class = FALSE, $align = "left", $vAlign = "top") 64 …function td($data, $class = FALSE, $align = "left", $vAlign = "top", $colSpan = FALSE, $width=FALS… 74 function tdStart($class = FALSE, $align = "left", $vAlign = "top", $colSpan = FALSE)
|
/plugin/wysiwyg/fckeditor/_samples/html/ |
H A D | sample14.config.js | 36 FCKConfig.CoreStyles.Bold = { Element : 'span', Attributes : { 'class' : 'Bold' } } ; property in FCKConfig.CoreStyles.Bold.Attributes 37 FCKConfig.CoreStyles.Italic = { Element : 'span', Attributes : { 'class' : 'Italic' } } ; property in FCKConfig.CoreStyles.Italic.Attributes 38 FCKConfig.CoreStyles.Underline = { Element : 'span', Attributes : { 'class' : 'Underline' } } ; property in FCKConfig.CoreStyles.Underline.Attributes 39 FCKConfig.CoreStyles.StrikeThrough = { Element : 'span', Attributes : { 'class' : 'StrikeThrough' }… property in FCKConfig.CoreStyles.StrikeThrough.Attributes 58 Attributes : { 'class' : '#("Font")' }, property in FCKConfig.CoreStyles.FontFace.Attributes 69 Attributes : { 'class' : '#("Size")' }, property in FCKConfig.CoreStyles.Size.Attributes 81 Attributes : { 'class' : '#("Color")' }, property in FCKConfig.CoreStyles.Color.Attributes 88 Attributes : { 'class' : '#("Color")BG' }, property in FCKConfig.CoreStyles.BackColor.Attributes
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/ |
H A D | EvalBarrett.php | 48 protected static function reduce(array $n, array $m, $class) 61 protected static function generateCustomReduction(PHP $m, $class) 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)
|
H A D | Montgomery.php | 37 protected static function prepareReduce(array $x, array $n, $class) 59 protected static function reduce(array $x, array $n, $class) 118 protected static function modInverse67108864(array $x, $class) // 2**26 == 67,108,864
|
H A D | Barrett.php | 53 protected static function reduce(array $n, array $m, $class) 148 private static function regularBarrett(array $x, array $n, $class) 222 …tic function multiplyLower(array $x_value, $x_negative, array $y_value, $y_negative, $stop, $class)
|
H A D | PowerOfTwo.php | 37 protected static function prepareReduce(array $x, array $n, $class) 50 protected static function reduce(array $x, array $n, $class)
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/ |
H A D | Base.php | 83 protected static function powModHelper(PHP $x, PHP $e, PHP $n, $class) 115 protected static function prepareReduce(array $x, array $n, $class) 130 protected static function multiplyReduce(array $x, array $y, array $n, $class) 145 protected static function squareReduce(array $x, array $n, $class)
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/ |
H A D | Base.php | 63 protected static function powModHelper(BCMath $x, BCMath $e, BCMath $n, $class) 83 protected static function prepareReduce($x, $n, $class) 98 protected static function multiplyReduce($x, $y, $n, $class) 112 protected static function squareReduce($x, $n, $class)
|
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ |
H A D | CachedReader.php | 70 public function getClassAnnotations(ReflectionClass $class) 89 public function getClassAnnotation(ReflectionClass $class, $annotationName) 186 private function fetchFromCache($cacheKey, ReflectionClass $class) 221 private function isCacheFresh($cacheKey, ReflectionClass $class) 236 private function getLastModification(ReflectionClass $class)
|
H A D | AnnotationReader.php | 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/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/ |
H A D | EventDispatcherInterface.php | 12 public function hasListeners(string $eventName, string $class, string $format): bool; 20 public function dispatch(string $eventName, string $class, string $format, Event $event): void; 27 …public function addListener(string $eventName, $callable, ?string $class = null, ?string $format =…
|
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Function/ |
H A D | Node.php | 25 protected $class; variable in Twig_Function_Node 27 public function __construct($class, array $options = [])
|
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Filter/ |
H A D | Node.php | 25 protected $class; variable in Twig_Filter_Node 27 public function __construct($class, array $options = [])
|
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Test/ |
H A D | Node.php | 23 protected $class; variable in Twig_Test_Node 25 public function __construct($class, array $options = [])
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/ |
H A D | ClassMirrorException.php | 18 private $class; variable in Prophecy\\Exception\\Doubler\\ClassMirrorException 20 public function __construct($message, ReflectionClass $class)
|
/plugin/bez/tpl/ |
H A D | thread_report.php | 26 <?php $class = 'prNone'; ?> variable 28 <?php $class = 'pr' . $tpl->get('thread')->priority ?> variable [all...] |
/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/ |
H A D | CacheInterface.php | 14 public function load(string $class): ?ClassMetadata; 24 public function evict(string $class): void;
|
/plugin/tabinclude/ |
H A D | helper.php | 136 function renderTabsHtml(&$renderer,$tabs,$init_page_idx,$class='') {
argument 185 renderLinkTabs(& $renderer, $tabs, $init_page_idx, $class = '') global() argument 233 renderEmbedTabs(& $renderer, $tabs, $init_page_idx, $class = '') global() argument [all...] |
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/ |
H A D | PropertyMatcher.php | 13 private $class; variable in DeepCopy\\Matcher\\PropertyMatcher 24 public function __construct($class, $property)
|
/plugin/findologicxmlexport/vendor/jms/metadata/src/ |
H A D | PropertyMetadata.php | 20 public $class; variable in Metadata\\PropertyMetadata 27 public function __construct(string $class, string $name)
|
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/ |
H A D | PropertyMatcher.php | 13 private $class; variable in DeepCopy\\Matcher\\PropertyMatcher 24 public function __construct($class, $property) argument
|
/plugin/code3/src/ |
H A D | psyhi.js | 214 'class' : 'expandSource' property in PSyHi.toolbar.expand 223 'class' : 'toggleLineNumbers' property in PSyHi.toolbar.togglelinenumbers 233 'class' : 'toggleSource' property in PSyHi.toolbar.togglesource 246 'class' : 'clipboardCopy' property in PSyHi.toolbar.clipboardcopy 264 'class' : 'toggleAbout' property in PSyHi.toolbar.toggleabout
|
/plugin/wrap/ |
H A D | helper.php | 271 renderODTOpenBox($renderer, $class, $style, $fullattr) global() argument 317 renderODTOpenColumns($renderer, $class, $style) global() argument 339 renderODTOpenParagraph($renderer, $class, $style, $dir, $language, $is_indent, $is_outdent, $indent_first, $attr = null) global() argument 449 renderODTOpenColumn($renderer, $class, $style, $attr) global() argument 524 renderODTOpenGroup($renderer, $class, $style) global() argument 539 renderODTOpenSpan($renderer, $class, $style, $language, $attr) global() argument [all...] |
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ |
H A D | CachedDoubler.php | 39 protected function createDoubleClass(ReflectionClass $class = null, array $interfaces) 55 private function generateClassId(ReflectionClass $class = null, array $interfaces)
|