/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
H A D | Input.class.php | 12 class Input { class 55 * @return Input 249 * @return Input 275 class PostInput extends Input { 300 class GetInput extends Input { 325 class ServerInput extends Input {
|
H A D | input_utils.php | 12 $INPUT = new Input();
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/ |
H A D | JobConfig.php | 29 protected $inputsType = Input::class; 87 * @param Input[] 94 * @return Input[]
|
H A D | Input.php | 20 class Input extends \Google\Model class 78 class_alias(Input::class, 'Google_Service_Transcoder_Input');
|
/plugin/menuext/ |
H A D | MenuExtItem.php | 6 use dokuwiki\Input\Input; 87 /* @var Input $INPUT */ 5 use dokuwiki\Input\Input; global() alias
|
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/ |
H A D | LintCommand.php | 17 use Symfony\Component\Console\Input\InputArgument; 18 use Symfony\Component\Console\Input\InputInterface; 19 use Symfony\Component\Console\Input\InputOption;
|
/plugin/commonmark/vendor/league/commonmark/src/Input/ |
H A D | MarkdownInputInterface.php | 14 namespace League\CommonMark\Input;
|
H A D | MarkdownInput.php | 14 namespace League\CommonMark\Input;
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/ |
H A D | Input.php | 12 class Input class
|
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/ |
H A D | input_utils.php | 12 $INPUT = new Input();
|
/plugin/webdav/ |
H A D | helper.php | 23 /** @var Input $INPUT */
|
/plugin/pgn4web/pgn4web/ |
H A D | demoLiveGames.pgn | 10 [Input "DGT1234"] 40 [Input "DGT2345"] 86 [Input "DGT4567"] 144 [Input "DGT3456"]
|
/plugin/aichat/lang/en/ |
H A D | prompt_rephrase.txt |
|
/plugin/combo/vendor/symfony/yaml/Command/ |
H A D | LintCommand.php | 20 use Symfony\Component\Console\Input\InputArgument; 21 use Symfony\Component\Console\Input\InputInterface; 22 use Symfony\Component\Console\Input\InputOption;
|
/plugin/filelisting/action/ |
H A D | delete.php | 43 /** @var Input */
|
/plugin/commonmark/vendor/league/commonmark/src/Event/ |
H A D | DocumentPreParsedEvent.php | 16 use League\CommonMark\Input\MarkdownInputInterface;
|
/plugin/ckgdoku/ckeditor/ |
H A D | get_headers.php | 14 $INPUT = new Input();
|
/plugin/removeold/ |
H A D | style.css | 26 /* ----- Input Elements ---------- */
|
/plugin/ckgedit/ckeditor/ |
H A D | get_headers.php | 17 $INPUT = new Input();
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | Otl.php | 1854 $Input = []; 1855 $Input[0] = $this->OTLdata[$ptr]['uni']; 1858 $Input[$r] = $this->glyphToChar($gid); 1860 $matched = $this->checkContextMatch($Input, $Backtrack, $Lookahead, $ignore, $ptr); 1896 return $InputGlyphCount; // should be + matched ignores in Input Sequence 1923 // Select $SubClassSet if currGlyph is in First Input Class 1936 $Input = []; 1938 $Input[$r] = $this->read_ushort(); 1949 $classindex = $Input[$gcl]; 2005 return $InputGlyphCount; // should be + matched ignores in Input Sequenc 4165 checkContextMatch($Input, $Backtrack, $Lookahead, $ignore, $ptr) global() argument 4223 checkContextMatchMultiple($Input, $Backtrack, $Lookahead, $ignore, $ptr, $class0excl = '', $bclass0excl = '', $lclass0excl = '') global() argument 4291 checkContextMatchMultipleUni($Input, $Backtrack, $Lookahead, $ignore, $ptr, $class0excl = [], $bclass0excl = [], $lclass0excl = []) global() argument [all...] |
/plugin/variants/ |
H A D | variants.php | 118 /** @var Input $INPUT */
|
/plugin/langdelete/ |
H A D | style.css | 1 /* ----- Input Form Elements ---------- */
|
/plugin/indexmenu/scripts/ |
H A D | contextmenu.local.js.example | 22 //indexmenu_contextmenu['all']['pg']['view'].splice(1, 0, ['Input new page', '"javascript: IndexmenuContextmenu.reqpage(\'"+index.config.urlbase+"\',\'"+index.config.sepchar+"\',\'"+node.dokuid+"\');"']);
|
/plugin/photogallery/ |
H A D | pgFetch.php | 18 $INPUT = new Input();
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/ |
H A D | XmlSerializationTest.php | 25 use JMS\Serializer\Tests\Fixtures\Input; alias 338 $this->serializer->serialize(new Input($attributes), $this->getFormat());
|