Home
last modified time | relevance | path

Searched refs:getMode (Results 1 – 25 of 139) sorted by relevance

123456

/plugin/validator/
Daction.php41 private function getMode(): string function in action_plugin_validator
47 $mode = $this->getMode();
58 $src = self::CAPTCHA_PROVIDERS[$this->getMode()]['challenge_script'];
80 $mode = $this->getMode();
117 $mode = $this->getMode();
/plugin/findologicxmlexport/vendor/hoa/file/
DWrite.php88 if (!in_array($this->getMode(), $createModes)) {
92 [$this->getMode(), implode(', ', $createModes)]
100 parent::MODE_TRUNCATE_WRITE == $this->getMode()) {
DReadWrite.php92 if (!in_array($this->getMode(), $createModes)) {
96 [$this->getMode(), implode(', ', $createModes)]
104 parent::MODE_READ_WRITE == $this->getMode()) {
DRead.php86 if (!in_array($this->getMode(), $createModes)) {
90 [$this->getMode(), implode(', ', $createModes)]
DFile.php207 if (false === $out = @fopen($streamName, $this->getMode(), true)) {
220 $this->getMode(),
DDirectory.php109 if ($this->getMode() == self::MODE_READ) {
118 $this->getMode(),
/plugin/codemirror/dist/modes/
Dhtmlembedded.min.js1getMode(b,"htmlmixed"),{open:c.openComment||"<%--",close:d,delimStyle:"comment",mode:{token:functi…
Dtornado.min.js1 …nize(a,b)}}});a.defineMode("tornado",function(b){var c=a.getMode(b,"text/html");var d=a.getMode(b,…
Dhandlebars.min.js1 …ndlebars",function(b,c){var d=a.getMode(b,"handlebars-tags");if(!c||!c.base)return d;return a.mult…
Dvue.min.js1 …rn null}};return a.overlayMode(a.getMode(b,c.backdrop||"text/html"),d)});a.defineMode("vue",functi…
Dyaml-frontmatter.min.js1 …1,d=2;a.defineMode("yaml-frontmatter",function(e,f){var g=a.getMode(e,"yaml");var h=a.getMode(e,f&…
Dtwig.min.js1 …eMode("twig",function(b,c){var d=a.getMode(b,"twig:inner");if(!c||!c.base)return d;return a.multip…
Dhtmlembedded.min.js.map1getMode","open","openComment","close","delimStyle","mode","token","stream","skipTo","skipToEnd","s…
/plugin/findologicxmlexport/vendor/hoa/file/Link/
DReadWrite.php93 if (!in_array($this->getMode(), $createModes)) {
97 [$this->getMode(), implode(', ', $createModes)]
105 parent::MODE_READ_WRITE == $this->getMode()) {
DRead.php87 if (!in_array($this->getMode(), $createModes)) {
91 [$this->getMode(), implode(', ', $createModes)]
DWrite.php88 if (!in_array($this->getMode(), $createModes)) {
92 [$this->getMode(), implode(', ', $createModes)]
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
DReadWrite.php93 if (!in_array($this->getMode(), $createModes)) {
97 [$this->getMode(), implode(', ', $createModes)]
105 parent::MODE_READ_WRITE == $this->getMode()) {
DRead.php87 if (!in_array($this->getMode(), $createModes)) {
91 [$this->getMode(), implode(', ', $createModes)]
DWrite.php89 if (!in_array($this->getMode(), $createModes)) {
93 [$this->getMode(), implode(', ', $createModes)]
/plugin/diagramsnet/lib/js/diagramly/
DNotionFile.js35 NotionFile.prototype.getMode = function() method in NotionFile
180 this.ui.pickFolder(this.getMode(), mxUtils.bind(this, function(folderId)
/plugin/stepbystep/
Dinnerstep.php13 public function getMode(): string function in syntax_plugin_stepbystep_innerstep
Dstep.php28 public function getMode(): string function in syntax_plugin_stepbystep_step
63 if ($mode == $this->getMode()) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
DGoogleCloudRetailV2SearchRequestDynamicFacetSpec.php37 public function getMode() function in Google\\Service\\CloudRetail\\GoogleCloudRetailV2SearchRequestDynamicFacetSpec
DGoogleCloudRetailV2SearchRequestPersonalizationSpec.php37 public function getMode() function in Google\\Service\\CloudRetail\\GoogleCloudRetailV2SearchRequestPersonalizationSpec
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
DWorkloadMetadataConfig.php37 public function getMode() function in Google\\Service\\Container\\WorkloadMetadataConfig

123456