Home
last modified time | relevance | path

Searched refs:class (Results 1726 – 1750 of 2173) sorted by relevance

1...<<61626364656667686970>>...87

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php314 $class = ($type >> 6) & 3;
315 switch ($class) {
321 'type' => $class,
350 'type' => $class,
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.matroska.php376 $class = 'getid3_'.$module_dataformat;
378 $getid3_audio = new $class($getid3_temp, __CLASS__);
394 …able to parse audio data ['.basename(__FILE__).':'.__LINE__.'] because '.$class.'::Analyze() faile…
400 $this->warning($class.'() says: ['.$newerror.']');
405 $this->warning($class.'() says: ['.$newerror.']');
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerEvent.as16 public class JplayerEvent extends Event {
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DValidation.java.bak20 public class Validation extends JFrame
/plugin/pureldap/vendor/freedsx/asn1/
H A DREADME.md16 To encode an ASN.1 structure you can use the helper methods of the Asn1 class and an encoder:
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/
H A DREADME.md63 required class like so:
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DREADME.md68 The `Hoa\Ustring\Ustring` class allows to manipulate easily UTF-8 strings in a
69 very natural way. This class implements the `\ArrayAccess`, `\Countable` and
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md102 * The message class should be a lot faster now for looking up headers. No more
189 * Added: The Client class can now automatically emit exceptions when HTTP errors
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtlDump.php30 class OtlDump
972 $this->mpdf->WriteHTML('<h3>Glyph class 1</h3>');
975 $html .= '<div class="glyphs">';
988 $this->mpdf->WriteHTML('<h3>Glyph class 2</h3>');
991 $html .= '<div class="glyphs">';
1004 $this->mpdf->WriteHTML('<h3>Glyph class 3</h3>');
1007 $html .= '<div class="glyphs">';
1020 $this->mpdf->WriteHTML('<h3>Glyph class 4</h3>');
1023 $html .= '<div class="glyphs">';
1072 foreach ($MarkAttachmentTypes as $class
[all...]
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc415 if(attrs[i].name =='class') {
431 if(attrs[i].name == 'class' && attrs[i].value == 'footnotes') {
437 … if(tag == 'dl' && attrs[i].name == 'class' && attrs[i].value == 'file') {
442 if(tag == 'span' && attrs[i].name == 'class') {
446 if(tag == 'span' && attrs[i].name == 'class') {
518 else if(attrs[i].name == 'class') {
546 else if(attrs[i].name == 'class') {
746 …// alert('title: ' + this.link_title + ' class: ' + this.link_class + ' export: ' +this.export_co…
819 if(attrs[i].name == 'class') {
833 if(attrs[i].name == 'class') {
[all …]
/plugin/ckgedit/scripts/
H A Dparse_wiki.js.unc504 if (attrs[i].name == 'class') {
520 if (attrs[i].name == 'class' && attrs[i].value == 'footnotes') {
526 if (tag == 'dl' && attrs[i].name == 'class' && attrs[i].value == 'file') {
531 if (tag == 'span' && attrs[i].name == 'class') {
535 if (tag == 'span' && attrs[i].name == 'class') {
605 } else if (attrs[i].name == 'class') {
629 } else if (attrs[i].name == 'class') {
806 …// alert('title: ' + this.link_title + ' class: ' + this.link_class + ' export: ' +this.export_co…
875 if (attrs[i].name == 'class') {
889 if (attrs[i].name == 'class') {
[all …]
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.ExtractStyleBlocks.txt
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.lasso24 * It defines the FCKeditor class ("custom type" in Lasso terms) that can
/plugin/codeprettify/code-prettify/styles/
H A Ddoxy.css43 /* Specify class=linenums on a pre to get line numbering; line numbers themselves are the same colo…
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DUPGRADE.md27 the new `Monolog\Handler\Handler` base class too.
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dmeeting.svg1 …Units="userSpaceOnUse"/></defs><g transform="translate(-215.68 -133.171)" class="B"><path d="M318.…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DCcrNamespace.asciidoc19 The class defines the following methods:
H A DNodesNamespace.asciidoc19 The class defines the following methods:
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php312 $class = (string) $listener->getAttribute('class');
339 'class' => $class,
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D46.46.js.map1class|for|if|elif|else|while|try|with|finally|except|async).*?:\\\\s*$'),\n action: { i…
H A D28.28.js.map1class',\n 'continue',\n 'do',\n 'else',\n 'false',\n 'for',\n …
/plugin/txt2tags/
H A Dtxt2tags.class.php372 $class = $m[1] == "=" ? 'heavy':'light';
373 $lines2[] = "\032\032".$this->Keep(sprintf($snippets['hrule'], $class));
/plugin/combo/ComboStrap/
H A DCallStack.php25 * This is a class that manipulate the call stack.
39 class CallStack
111 $class = get_class($handler);
112 LogUtility::msg("$headErrorMessage. The handler ($class) provided cannot manipulate the callstack (ie the function getCallWriter does not exist).", LogUtility::LVL_MSG_ERROR);
186 $emptyHandler = new class extends \Doku_Handler {
191 return new class {
283 * with the class given as parameter
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DXpath.php21 class Xpath extends Overload {
385 * Output the class selector to the buffer
401 * Output the class selector to the buffer
403 * @param Ast\Selector\Simple\ClassName $class
405 public function visitSelectorSimpleClassName(Ast\Selector\Simple\ClassName $class): void { argument
408 'contains(concat(" ", normalize-space(@class), " "), " %s ")',
409 $class->className
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md83 * Improvement: Use class reference for getting the name of the class instead of using hardcoded str…
306 * Added a guard in the Pool class to not use recursion for request retries.
310 * Pool class no longer uses recursion when a request is intercepted.
334 makes the Query class match PHP's http_build_query function. However, if you
614 * Updated Url class to check if a scheme and host are set before adding ":"
621 * Test server is now a collection of static methods on a class
727 * Added a static facade class that allows you to use Guzzle with static methods and mount the class
944 * BC: Removed `Guzzle\Http\Utils` class
1076 * Removed dot class notation
1098 * Cleaning up Collection class and removing default values from the get method
[all …]

1...<<61626364656667686970>>...87